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
189,790
6,801,797,627
IssuesEvent
2017-11-02 17:57:28
CS2103AUG2017-F09-B3/main
https://api.github.com/repos/CS2103AUG2017-F09-B3/main
closed
As a user, i want to be able to undo/redo multiple times
priority.low status.completed type.enhancement
So that i can go back to the previous state of the application faster.
1.0
As a user, i want to be able to undo/redo multiple times - So that i can go back to the previous state of the application faster.
priority
as a user i want to be able to undo redo multiple times so that i can go back to the previous state of the application faster
1
708,623
24,348,245,118
IssuesEvent
2022-10-02 16:03:54
rusefi/stim
https://api.github.com/repos/rusefi/stim
closed
digital inputs: vin +12v would not go well
bug low-priority
![image](https://user-images.githubusercontent.com/48498823/151714824-d25c68a3-ab9a-477d-b6d3-c8c992a1f434.png) i think Nucleo boards would be very upset by +12v power
1.0
digital inputs: vin +12v would not go well - ![image](https://user-images.githubusercontent.com/48498823/151714824-d25c68a3-ab9a-477d-b6d3-c8c992a1f434.png) i think Nucleo boards would be very upset by +12v power
priority
digital inputs vin would not go well i think nucleo boards would be very upset by power
1
242,863
7,849,543,845
IssuesEvent
2018-06-20 04:20:51
Railcraft/Railcraft
https://api.github.com/repos/Railcraft/Railcraft
reopened
Vis/Essentia Locomotive; Integration with Thaumcraft
carts enhancement low priority mod compatibility
I watched CovertJaguars Darktower series again for some creative input for my own Railcraft, Buildcraft and Forestry centered Singleplayer world. In the last Episodes he stated that he was working on an essentia-driven locomotive. But as its seems nothing has came out of these plans. I have to say it would be awesome! Please add it!
1.0
Vis/Essentia Locomotive; Integration with Thaumcraft - I watched CovertJaguars Darktower series again for some creative input for my own Railcraft, Buildcraft and Forestry centered Singleplayer world. In the last Episodes he stated that he was working on an essentia-driven locomotive. But as its seems nothing has came out of these plans. I have to say it would be awesome! Please add it!
priority
vis essentia locomotive integration with thaumcraft i watched covertjaguars darktower series again for some creative input for my own railcraft buildcraft and forestry centered singleplayer world in the last episodes he stated that he was working on an essentia driven locomotive but as its seems nothing has came out of these plans i have to say it would be awesome please add it
1
178,729
6,617,967,278
IssuesEvent
2017-09-21 05:40:39
deathlyrage/theisle-bugs
https://api.github.com/repos/deathlyrage/theisle-bugs
closed
Oro's camera isn't centered when zoomed in.
fixed low priority
Patch: 4260 Oro's camera is positioned to it's left when zoomed in. ![20170825001740_1](https://user-images.githubusercontent.com/30121219/29692736-871eb55e-8929-11e7-88e0-4523e4f3e7d9.jpg)
1.0
Oro's camera isn't centered when zoomed in. - Patch: 4260 Oro's camera is positioned to it's left when zoomed in. ![20170825001740_1](https://user-images.githubusercontent.com/30121219/29692736-871eb55e-8929-11e7-88e0-4523e4f3e7d9.jpg)
priority
oro s camera isn t centered when zoomed in patch oro s camera is positioned to it s left when zoomed in
1
741,068
25,778,716,183
IssuesEvent
2022-12-09 14:11:20
ncssar/radiolog
https://api.github.com/repos/ncssar/radiolog
opened
backup rotation script - relative path causes error when radiolog.exe started from elsewhere
bug Priority:Low
Due to the relative path .\rotateCsvBackups.ps1, the following error shows up if the current directory was not equal to the install directory when radiolog.exe was run. Fix this by specifying the full install directory when invoking the backup rotation script. Low priority since the error doesn't cause lag and is non-fatal, and will be obsoleted as soon as the backup rotation script is changed to pure-python in a thread. ``` 055830:Invoking backup rotation script: powershell.exe -ExecutionPolicy Bypass .\rotateCsvBackups.ps1 -filenames """C:\Users\caver\RadioLog\New_Incident_2022_12_09_055821\New_Incident_2022_12_09_055821.csv""","""C:\Users\caver\RadioLog\New_Incident_2022_12_09_055821\New_Incident_2022_12_09_055821_clueLog.csv""","""C:\Users\caver\RadioLog\New_Incident_2022_12_09_055821\radiolog_fleetsync.csv""" 055830:Accepted2 055830: writing C:\Users\caver\RadioLog\New_Incident_2022_12_09_055821\New_Incident_2022_12_09_055821.csv 055830: done writing C:\Users\caver\RadioLog\New_Incident_2022_12_09_055821\New_Incident_2022_12_09_055821.csv 055830: writing C:\Users\caver\RadioLog\New_Incident_2022_12_09_055821\New_Incident_2022_12_09_055821_clueLog.csv 055830: done writing C:\Users\caver\RadioLog\New_Incident_2022_12_09_055821\New_Incident_2022_12_09_055821_clueLog.csv .\rotateCsvBackups.ps1 : The term '.\rotateCsvBackups.ps1' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + .\rotateCsvBackups.ps1 -filenames "C:\Users\caver\RadioLog\New_Incide ... + ~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (.\rotateCsvBackups.ps1:String) [], CommandNot FoundException + FullyQualifiedErrorId : CommandNotFoundException ```
1.0
backup rotation script - relative path causes error when radiolog.exe started from elsewhere - Due to the relative path .\rotateCsvBackups.ps1, the following error shows up if the current directory was not equal to the install directory when radiolog.exe was run. Fix this by specifying the full install directory when invoking the backup rotation script. Low priority since the error doesn't cause lag and is non-fatal, and will be obsoleted as soon as the backup rotation script is changed to pure-python in a thread. ``` 055830:Invoking backup rotation script: powershell.exe -ExecutionPolicy Bypass .\rotateCsvBackups.ps1 -filenames """C:\Users\caver\RadioLog\New_Incident_2022_12_09_055821\New_Incident_2022_12_09_055821.csv""","""C:\Users\caver\RadioLog\New_Incident_2022_12_09_055821\New_Incident_2022_12_09_055821_clueLog.csv""","""C:\Users\caver\RadioLog\New_Incident_2022_12_09_055821\radiolog_fleetsync.csv""" 055830:Accepted2 055830: writing C:\Users\caver\RadioLog\New_Incident_2022_12_09_055821\New_Incident_2022_12_09_055821.csv 055830: done writing C:\Users\caver\RadioLog\New_Incident_2022_12_09_055821\New_Incident_2022_12_09_055821.csv 055830: writing C:\Users\caver\RadioLog\New_Incident_2022_12_09_055821\New_Incident_2022_12_09_055821_clueLog.csv 055830: done writing C:\Users\caver\RadioLog\New_Incident_2022_12_09_055821\New_Incident_2022_12_09_055821_clueLog.csv .\rotateCsvBackups.ps1 : The term '.\rotateCsvBackups.ps1' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + .\rotateCsvBackups.ps1 -filenames "C:\Users\caver\RadioLog\New_Incide ... + ~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (.\rotateCsvBackups.ps1:String) [], CommandNot FoundException + FullyQualifiedErrorId : CommandNotFoundException ```
priority
backup rotation script relative path causes error when radiolog exe started from elsewhere due to the relative path rotatecsvbackups the following error shows up if the current directory was not equal to the install directory when radiolog exe was run fix this by specifying the full install directory when invoking the backup rotation script low priority since the error doesn t cause lag and is non fatal and will be obsoleted as soon as the backup rotation script is changed to pure python in a thread invoking backup rotation script powershell exe executionpolicy bypass rotatecsvbackups filenames c users caver radiolog new incident new incident csv c users caver radiolog new incident new incident cluelog csv c users caver radiolog new incident radiolog fleetsync csv writing c users caver radiolog new incident new incident csv done writing c users caver radiolog new incident new incident csv writing c users caver radiolog new incident new incident cluelog csv done writing c users caver radiolog new incident new incident cluelog csv rotatecsvbackups the term rotatecsvbackups is not recognized as the name of a cmdlet function script file or operable program check the spelling of the name or if a path was included verify that the path is correct and try again at line char rotatecsvbackups filenames c users caver radiolog new incide categoryinfo objectnotfound rotatecsvbackups string commandnot foundexception fullyqualifiederrorid commandnotfoundexception
1
829,089
31,853,811,152
IssuesEvent
2023-09-15 05:29:47
chaotic-aur/packages
https://api.github.com/repos/chaotic-aur/packages
closed
[Request] curl-http3
request:new-pkg priority:low
### Link to the package base(s) in the AUR [curl-http3](https://aur.archlinux.org/packages/curl-http3) ### Utility this package has for you This would provide help for HTTP development (web servers, etc), since it supports http3. ### Do you consider the package(s) to be useful for every Chaotic-AUR user? No, but for a few. ### Do you consider the package to be useful for feature testing/preview? - [X] Yes ### Have you tested if the package builds in a clean chroot? - [X] Yes ### Does the package's license allow redistributing it? YES! ### Have you searched the issues to ensure this request is unique? - [X] YES! ### Have you read the README to ensure this package is not banned? - [X] YES! ### More information _No response_
1.0
[Request] curl-http3 - ### Link to the package base(s) in the AUR [curl-http3](https://aur.archlinux.org/packages/curl-http3) ### Utility this package has for you This would provide help for HTTP development (web servers, etc), since it supports http3. ### Do you consider the package(s) to be useful for every Chaotic-AUR user? No, but for a few. ### Do you consider the package to be useful for feature testing/preview? - [X] Yes ### Have you tested if the package builds in a clean chroot? - [X] Yes ### Does the package's license allow redistributing it? YES! ### Have you searched the issues to ensure this request is unique? - [X] YES! ### Have you read the README to ensure this package is not banned? - [X] YES! ### More information _No response_
priority
curl link to the package base s in the aur utility this package has for you this would provide help for http development web servers etc since it supports do you consider the package s to be useful for every chaotic aur user no but for a few do you consider the package to be useful for feature testing preview yes have you tested if the package builds in a clean chroot yes does the package s license allow redistributing it yes have you searched the issues to ensure this request is unique yes have you read the readme to ensure this package is not banned yes more information no response
1
352,459
10,542,430,580
IssuesEvent
2019-10-02 13:10:24
mantidproject/mantid
https://api.github.com/repos/mantidproject/mantid
closed
Check mask creation for MASK/LINE width angle x y
ISIS Team: LSS Low Priority SANS
sans_bugfix This issue was originally [TRAC 7531](http://trac.mantidproject.org/mantid/ticket/7531) Original Reporter: Gesner Passos This ticket is blocked by : - [X] [TRAC7503](http://trac.mantidproject.org/mantid/ticket/7503) Try to execute the test proposed inside the http://trac.mantidproject.org/mantid/ticket/7503 and check that changing the line (37): ``` mask/line 12 19 0 0.0599 ``` to ``` mask/line 12 19 0.03 0.0599 ``` Make the arm line to disappear. The command accepts the following parameters: mask/line width angle x y The same happens if you change the x paramter to 0.029, but it appears if you put 0.028 or 0.031. So, it is necessary to understand how these numbers are processed.
1.0
Check mask creation for MASK/LINE width angle x y - sans_bugfix This issue was originally [TRAC 7531](http://trac.mantidproject.org/mantid/ticket/7531) Original Reporter: Gesner Passos This ticket is blocked by : - [X] [TRAC7503](http://trac.mantidproject.org/mantid/ticket/7503) Try to execute the test proposed inside the http://trac.mantidproject.org/mantid/ticket/7503 and check that changing the line (37): ``` mask/line 12 19 0 0.0599 ``` to ``` mask/line 12 19 0.03 0.0599 ``` Make the arm line to disappear. The command accepts the following parameters: mask/line width angle x y The same happens if you change the x paramter to 0.029, but it appears if you put 0.028 or 0.031. So, it is necessary to understand how these numbers are processed.
priority
check mask creation for mask line width angle x y sans bugfix this issue was originally original reporter gesner passos this ticket is blocked by try to execute the test proposed inside the and check that changing the line mask line to mask line make the arm line to disappear the command accepts the following parameters mask line width angle x y the same happens if you change the x paramter to but it appears if you put or so it is necessary to understand how these numbers are processed
1
109,162
4,381,461,315
IssuesEvent
2016-08-06 07:54:11
Sententiaregum/Sententiaregum
https://api.github.com/repos/Sententiaregum/Sententiaregum
opened
solve suggestion service dependencies with the DI
Backend Integration Layer Legacy Low priority Model Support/Maintenance
### Description the current resolution is hard-coded and should be resolved with the DI container in a smoother way.
1.0
solve suggestion service dependencies with the DI - ### Description the current resolution is hard-coded and should be resolved with the DI container in a smoother way.
priority
solve suggestion service dependencies with the di description the current resolution is hard coded and should be resolved with the di container in a smoother way
1
205,138
7,094,130,654
IssuesEvent
2018-01-13 00:02:19
seung-lab/chunked-graph
https://api.github.com/repos/seung-lab/chunked-graph
opened
Remesh modified meshes
Priority: Low Status: Available Type: New Feature
Remesh chunks of the graph server up to the root chunk whenever an agglomeration changed, and notify users (see #5)
1.0
Remesh modified meshes - Remesh chunks of the graph server up to the root chunk whenever an agglomeration changed, and notify users (see #5)
priority
remesh modified meshes remesh chunks of the graph server up to the root chunk whenever an agglomeration changed and notify users see
1
414,109
12,099,154,577
IssuesEvent
2020-04-20 11:38:29
ofekmiz/Habitica-Pomodoro-SiteKeeper
https://api.github.com/repos/ofekmiz/Habitica-Pomodoro-SiteKeeper
closed
Presets feature
New Feature Priority : Low
I love this but want to able to pause and come back. it is discouraging me from doing pom sets because I know that I don't have 2 hours to spare for a full one but don't want to lose points.
1.0
Presets feature - I love this but want to able to pause and come back. it is discouraging me from doing pom sets because I know that I don't have 2 hours to spare for a full one but don't want to lose points.
priority
presets feature i love this but want to able to pause and come back it is discouraging me from doing pom sets because i know that i don t have hours to spare for a full one but don t want to lose points
1
456,197
13,146,789,047
IssuesEvent
2020-08-08 12:02:44
AoTTG-2/AoTTG-2
https://api.github.com/repos/AoTTG-2/AoTTG-2
closed
GAMM!
2 Effort Development Team Feature Low Priority
**Describe the solution you'd like** Implement another mode for using gas to move on air. Controversial feature, although 83% agreed to add it to the game. You may want to make it optional in a lobby or test thoroughly to make sure it is not overpowered and will change the game too much. You need to press a key / hold a key (to be determined) to activate the GAMM ( Gas Aerial Maneuver Mode ). While this mode is active, you will consume a lot more gas, receive a "burst" stream of gas, but you will be able to manipulate your movement depending on where your camera is looking. Useful when you want to rapidly change your movement speed to avoid collisions (or give it an extra speed boost) Extra details on burst: It is similar to what we know in Aottg "gas bursts" but could be sustained for longer duration and is manually operated instead of pushing you instantly for 5 meters or so. It doesn't build up but a fixed(debatable, but should at least have a minimum of 50mps at the start after turning on and applies to gas after turning on) speed is maintained when just using gas ( to push you on a direction ). There are times they use gas to change view/directions. Source material references: Jean used a hook downwards, in Aottg game, but while gas should only accelerate you downwards since you hooked downwards he managed to move at a higher speed descent with GAMM evading the hand and rotates to the back of Annie while using GAMM again to push himself upwards, no hooks used. https://youtu.be/mAKrZFfp8DY?t=48 (52-55s) Levi used gas only to rotate to the back of the beast titan and move downward to the legs using GAMM , the hook is for him to stop himself smashing to the ground. https://youtu.be/gQJyCtELWaU?t=40
1.0
GAMM! - **Describe the solution you'd like** Implement another mode for using gas to move on air. Controversial feature, although 83% agreed to add it to the game. You may want to make it optional in a lobby or test thoroughly to make sure it is not overpowered and will change the game too much. You need to press a key / hold a key (to be determined) to activate the GAMM ( Gas Aerial Maneuver Mode ). While this mode is active, you will consume a lot more gas, receive a "burst" stream of gas, but you will be able to manipulate your movement depending on where your camera is looking. Useful when you want to rapidly change your movement speed to avoid collisions (or give it an extra speed boost) Extra details on burst: It is similar to what we know in Aottg "gas bursts" but could be sustained for longer duration and is manually operated instead of pushing you instantly for 5 meters or so. It doesn't build up but a fixed(debatable, but should at least have a minimum of 50mps at the start after turning on and applies to gas after turning on) speed is maintained when just using gas ( to push you on a direction ). There are times they use gas to change view/directions. Source material references: Jean used a hook downwards, in Aottg game, but while gas should only accelerate you downwards since you hooked downwards he managed to move at a higher speed descent with GAMM evading the hand and rotates to the back of Annie while using GAMM again to push himself upwards, no hooks used. https://youtu.be/mAKrZFfp8DY?t=48 (52-55s) Levi used gas only to rotate to the back of the beast titan and move downward to the legs using GAMM , the hook is for him to stop himself smashing to the ground. https://youtu.be/gQJyCtELWaU?t=40
priority
gamm describe the solution you d like implement another mode for using gas to move on air controversial feature although agreed to add it to the game you may want to make it optional in a lobby or test thoroughly to make sure it is not overpowered and will change the game too much you need to press a key hold a key to be determined to activate the gamm gas aerial maneuver mode while this mode is active you will consume a lot more gas receive a burst stream of gas but you will be able to manipulate your movement depending on where your camera is looking useful when you want to rapidly change your movement speed to avoid collisions or give it an extra speed boost extra details on burst it is similar to what we know in aottg gas bursts but could be sustained for longer duration and is manually operated instead of pushing you instantly for meters or so it doesn t build up but a fixed debatable but should at least have a minimum of at the start after turning on and applies to gas after turning on speed is maintained when just using gas to push you on a direction there are times they use gas to change view directions source material references jean used a hook downwards in aottg game but while gas should only accelerate you downwards since you hooked downwards he managed to move at a higher speed descent with gamm evading the hand and rotates to the back of annie while using gamm again to push himself upwards no hooks used levi used gas only to rotate to the back of the beast titan and move downward to the legs using gamm the hook is for him to stop himself smashing to the ground
1
466,602
13,428,624,453
IssuesEvent
2020-09-06 22:37:47
jurplel/qView
https://api.github.com/repos/jurplel/qView
closed
Shortcuts should probably not appear in Windows
enhancement low-priority wontfix
It is a trade off because it is uncommon but also improves discoverability.
1.0
Shortcuts should probably not appear in Windows - It is a trade off because it is uncommon but also improves discoverability.
priority
shortcuts should probably not appear in windows it is a trade off because it is uncommon but also improves discoverability
1
292,406
8,957,375,624
IssuesEvent
2019-01-27 02:48:41
opencaching/opencaching-pl
https://api.github.com/repos/opencaching/opencaching-pl
closed
Script to sync language files (for translators)
Component i18n Maintainability Priority Low Type Enhancement
Language files are not 100% in sync (contain the same string definitions, in same order, in same place) for ease of maintenance. I am planning on writing a script to compare 2 language files and do the following: - [ ] compare based only on key, not on value and show differences - [ ] reorder the second to match the first (including value) - [ ] add keys and empty values where they are missing in second file - [ ] comment keys in second file if missing in first Suggestions welcome.
1.0
Script to sync language files (for translators) - Language files are not 100% in sync (contain the same string definitions, in same order, in same place) for ease of maintenance. I am planning on writing a script to compare 2 language files and do the following: - [ ] compare based only on key, not on value and show differences - [ ] reorder the second to match the first (including value) - [ ] add keys and empty values where they are missing in second file - [ ] comment keys in second file if missing in first Suggestions welcome.
priority
script to sync language files for translators language files are not in sync contain the same string definitions in same order in same place for ease of maintenance i am planning on writing a script to compare language files and do the following compare based only on key not on value and show differences reorder the second to match the first including value add keys and empty values where they are missing in second file comment keys in second file if missing in first suggestions welcome
1
271,962
8,494,248,187
IssuesEvent
2018-10-28 19:45:07
buttercup/buttercup-browser-extension
https://api.github.com/repos/buttercup/buttercup-browser-extension
closed
Option to disable "Save new..." dialog popup when no archives unlocked
Priority: Low Status: Completed Type: Enhancement
Currently the Save-new dialog always opens when logging in to a new site, but this should be configurable using options. The options could be: * Always show when login detected (default) * Only show when there is at least 1 unlocked archive * Never show Blocked by #160
1.0
Option to disable "Save new..." dialog popup when no archives unlocked - Currently the Save-new dialog always opens when logging in to a new site, but this should be configurable using options. The options could be: * Always show when login detected (default) * Only show when there is at least 1 unlocked archive * Never show Blocked by #160
priority
option to disable save new dialog popup when no archives unlocked currently the save new dialog always opens when logging in to a new site but this should be configurable using options the options could be always show when login detected default only show when there is at least unlocked archive never show blocked by
1
318,022
9,673,296,018
IssuesEvent
2019-05-22 07:08:59
oddbit/tanam
https://api.github.com/repos/oddbit/tanam
opened
Add default title field when create new Document Type
Priority: Low Type : Enhancement
Add one field with default value of key and title instead empty field when create new content type ![issue-Empty field](https://user-images.githubusercontent.com/18025983/58149720-a368be00-7c96-11e9-9d19-5d18f7009998.gif)
1.0
Add default title field when create new Document Type - Add one field with default value of key and title instead empty field when create new content type ![issue-Empty field](https://user-images.githubusercontent.com/18025983/58149720-a368be00-7c96-11e9-9d19-5d18f7009998.gif)
priority
add default title field when create new document type add one field with default value of key and title instead empty field when create new content type
1
281,741
8,698,714,578
IssuesEvent
2018-12-05 00:40:14
AICrowd/ai-crowd-3
https://api.github.com/repos/AICrowd/ai-crowd-3
closed
Style Active Admin
low priority
_From @seanfcarroll on June 01, 2017 14:22_ Style active admin with the v2 styles _Copied from original issue: crowdAI/crowdai#162_
1.0
Style Active Admin - _From @seanfcarroll on June 01, 2017 14:22_ Style active admin with the v2 styles _Copied from original issue: crowdAI/crowdai#162_
priority
style active admin from seanfcarroll on june style active admin with the styles copied from original issue crowdai crowdai
1
141,339
5,435,083,683
IssuesEvent
2017-03-05 14:02:05
mrmlnc/vscode-scss
https://api.github.com/repos/mrmlnc/vscode-scss
closed
extension doesn`t work
Priority: Low Type: Need More Details
Yesterday, It works well.... But today, it doesn`t work .... How can fix it..
1.0
extension doesn`t work - Yesterday, It works well.... But today, it doesn`t work .... How can fix it..
priority
extension doesn t work yesterday it works well but today it doesn t work how can fix it
1
132,987
5,194,608,820
IssuesEvent
2017-01-23 04:59:04
midhunhk/trip-o-meter
https://api.github.com/repos/midhunhk/trip-o-meter
opened
Trip distance value disappears on orientation change
bug low priority
After entering the value for trip distance and if the orientation changes, the value is lost. Mileage and Fuel Price values are retained.
1.0
Trip distance value disappears on orientation change - After entering the value for trip distance and if the orientation changes, the value is lost. Mileage and Fuel Price values are retained.
priority
trip distance value disappears on orientation change after entering the value for trip distance and if the orientation changes the value is lost mileage and fuel price values are retained
1
349,190
10,465,294,107
IssuesEvent
2019-09-21 09:35:26
CreeperHost/CreeperHostGui
https://api.github.com/repos/CreeperHost/CreeperHostGui
closed
Quark's item rendering in chat shows on the Global chat too
bug fixed in dev low priority
![image](https://user-images.githubusercontent.com/15698722/61977213-734ddc00-afb3-11e9-8e72-6ed720c3efb4.png) ![image](https://user-images.githubusercontent.com/15698722/61977216-75b03600-afb3-11e9-9d40-ebd8dc17adfe.png) Posted on Quark issue tracker, they sent me here Vazkii/Quark/issues/1402
1.0
Quark's item rendering in chat shows on the Global chat too - ![image](https://user-images.githubusercontent.com/15698722/61977213-734ddc00-afb3-11e9-8e72-6ed720c3efb4.png) ![image](https://user-images.githubusercontent.com/15698722/61977216-75b03600-afb3-11e9-9d40-ebd8dc17adfe.png) Posted on Quark issue tracker, they sent me here Vazkii/Quark/issues/1402
priority
quark s item rendering in chat shows on the global chat too posted on quark issue tracker they sent me here vazkii quark issues
1
506,556
14,667,825,776
IssuesEvent
2020-12-29 19:37:58
DynamoRIO/dynamorio
https://api.github.com/repos/DynamoRIO/dynamorio
opened
CRASH from race on detach in LOG debug-build code
Bug-DRCrash OpSys-UNIX Priority-Low
While testing a fix for #3535, running debug build I hit this crash maybe once in 100 runs: ``` #4 0x00007fe6e8f590a5 in getchar () at getchar.c:37 #5 0x00005640f8054db3 in handle_signal (signal=11, siginfo=0x7fe6e56cff30, ucxt=0x7fe6e56cfe00) at /home/bruening/dr/git/src/suite/tests/api/detach_signal.cpp:105 #6 <signal handler called> #7 0x00007fe6e93d1c72 in master_signal_handler_C (sig=7, siginfo=0x7fe6e56d0770, ucxt=0x7fe6e56d0640, xsp=0x7fe6e56d0638 ";\016\071\351\346\177") at /home/bruening/dr/git/src/core/unix/signal.c:5107 0x00007fe6e93d1c59 <+1004>: lea 0x161388(%rip),%rax # 0x7fe6e9532fe8 <d_r_stats> 0x00007fe6e93d1c60 <+1011>: mov (%rax),%rax 0x00007fe6e93d1c63 <+1014>: test %rax,%rax 0x00007fe6e93d1c66 <+1017>: je 0x7fe6e93d1ccc <master_signal_handler_C+1119> 0x00007fe6e93d1c68 <+1019>: lea 0x161379(%rip),%rax # 0x7fe6e9532fe8 <d_r_stats> 0x00007fe6e93d1c6f <+1026>: mov (%rax),%rax ==> 0x00007fe6e93d1c72 <+1029>: mov 0x218(%rax),%eax 0x00007fe6e93d1c78 <+1035>: test %eax,%eax 0x00007fe6e93d1c7a <+1037>: je 0x7fe6e93d1ccc <master_signal_handler_C+1119> 0x00007fe6e93d1c7c <+1039>: lea 0x161365(%rip),%rax # 0x7fe6e9532fe8 <d_r_stats> 0x00007fe6e93d1c83 <+1046>: mov (%rax),%rax 0x00007fe6e93d1c86 <+1049>: mov 0x214(%rax),%eax 0x00007fe6e93d1c8c <+1055>: and $0x10,%eax 0x00007fe6e93d1c8f <+1058>: test %eax,%eax 0x00007fe6e93d1c91 <+1060>: je 0x7fe6e93d1ccc <master_signal_handler_C+1119> 0x00007fe6e93d1c93 <+1062>: callq 0x7fe6e93ae109 <get_sys_thread_id> (gdb) p &((dr_statistics_t*)0)->loglevel $2 = (uint *) 0x218 (gdb) p d_r_stats $3 = (dr_statistics_t *) 0x0 ``` Must be a race where d_r_stats is set to NULL in between the check for NULL and the de-ref of loglevel. I was not planning to fix it: b/c it would require eliminating all LOG calls on detach paths, which are useful for debugging, and b/c it is limited to debug build.
1.0
CRASH from race on detach in LOG debug-build code - While testing a fix for #3535, running debug build I hit this crash maybe once in 100 runs: ``` #4 0x00007fe6e8f590a5 in getchar () at getchar.c:37 #5 0x00005640f8054db3 in handle_signal (signal=11, siginfo=0x7fe6e56cff30, ucxt=0x7fe6e56cfe00) at /home/bruening/dr/git/src/suite/tests/api/detach_signal.cpp:105 #6 <signal handler called> #7 0x00007fe6e93d1c72 in master_signal_handler_C (sig=7, siginfo=0x7fe6e56d0770, ucxt=0x7fe6e56d0640, xsp=0x7fe6e56d0638 ";\016\071\351\346\177") at /home/bruening/dr/git/src/core/unix/signal.c:5107 0x00007fe6e93d1c59 <+1004>: lea 0x161388(%rip),%rax # 0x7fe6e9532fe8 <d_r_stats> 0x00007fe6e93d1c60 <+1011>: mov (%rax),%rax 0x00007fe6e93d1c63 <+1014>: test %rax,%rax 0x00007fe6e93d1c66 <+1017>: je 0x7fe6e93d1ccc <master_signal_handler_C+1119> 0x00007fe6e93d1c68 <+1019>: lea 0x161379(%rip),%rax # 0x7fe6e9532fe8 <d_r_stats> 0x00007fe6e93d1c6f <+1026>: mov (%rax),%rax ==> 0x00007fe6e93d1c72 <+1029>: mov 0x218(%rax),%eax 0x00007fe6e93d1c78 <+1035>: test %eax,%eax 0x00007fe6e93d1c7a <+1037>: je 0x7fe6e93d1ccc <master_signal_handler_C+1119> 0x00007fe6e93d1c7c <+1039>: lea 0x161365(%rip),%rax # 0x7fe6e9532fe8 <d_r_stats> 0x00007fe6e93d1c83 <+1046>: mov (%rax),%rax 0x00007fe6e93d1c86 <+1049>: mov 0x214(%rax),%eax 0x00007fe6e93d1c8c <+1055>: and $0x10,%eax 0x00007fe6e93d1c8f <+1058>: test %eax,%eax 0x00007fe6e93d1c91 <+1060>: je 0x7fe6e93d1ccc <master_signal_handler_C+1119> 0x00007fe6e93d1c93 <+1062>: callq 0x7fe6e93ae109 <get_sys_thread_id> (gdb) p &((dr_statistics_t*)0)->loglevel $2 = (uint *) 0x218 (gdb) p d_r_stats $3 = (dr_statistics_t *) 0x0 ``` Must be a race where d_r_stats is set to NULL in between the check for NULL and the de-ref of loglevel. I was not planning to fix it: b/c it would require eliminating all LOG calls on detach paths, which are useful for debugging, and b/c it is limited to debug build.
priority
crash from race on detach in log debug build code while testing a fix for running debug build i hit this crash maybe once in runs in getchar at getchar c in handle signal signal siginfo ucxt at home bruening dr git src suite tests api detach signal cpp in master signal handler c sig siginfo ucxt xsp at home bruening dr git src core unix signal c lea rip rax mov rax rax test rax rax je lea rip rax mov rax rax mov rax eax test eax eax je lea rip rax mov rax rax mov rax eax and eax test eax eax je callq gdb p dr statistics t loglevel uint gdb p d r stats dr statistics t must be a race where d r stats is set to null in between the check for null and the de ref of loglevel i was not planning to fix it b c it would require eliminating all log calls on detach paths which are useful for debugging and b c it is limited to debug build
1
757,916
26,535,548,344
IssuesEvent
2023-01-19 15:24:33
ramp4-pcar4/ramp4-pcar4
https://api.github.com/repos/ramp4-pcar4/ramp4-pcar4
closed
General Grid Code Cleanup
flavour: docs priority: low type: perfective
Perhaps an old man grouse, but the code in the `grid` fixture files is difficult to follow. - lots of `any` types. If we feel it's not worth creating types for stuff that just lurks privately within the fixture, or it's 3rd party types, then slap a comment at the declaration/param if the type is not obvious. - We have a `GridAPI`, but there is also an `api` which I think is the ag-grid library api. It is, of course, `any`. Maybe rename this to `agApi` or something? - I think `table-component.vue` is the main culprit for creating fury. E.g. `tableAttributePromise.then()` actively erases a provided type. Use your best judgement, don't go overkill to appease me. I might take this myself later....
1.0
General Grid Code Cleanup - Perhaps an old man grouse, but the code in the `grid` fixture files is difficult to follow. - lots of `any` types. If we feel it's not worth creating types for stuff that just lurks privately within the fixture, or it's 3rd party types, then slap a comment at the declaration/param if the type is not obvious. - We have a `GridAPI`, but there is also an `api` which I think is the ag-grid library api. It is, of course, `any`. Maybe rename this to `agApi` or something? - I think `table-component.vue` is the main culprit for creating fury. E.g. `tableAttributePromise.then()` actively erases a provided type. Use your best judgement, don't go overkill to appease me. I might take this myself later....
priority
general grid code cleanup perhaps an old man grouse but the code in the grid fixture files is difficult to follow lots of any types if we feel it s not worth creating types for stuff that just lurks privately within the fixture or it s party types then slap a comment at the declaration param if the type is not obvious we have a gridapi but there is also an api which i think is the ag grid library api it is of course any maybe rename this to agapi or something i think table component vue is the main culprit for creating fury e g tableattributepromise then actively erases a provided type use your best judgement don t go overkill to appease me i might take this myself later
1
725,193
24,953,934,850
IssuesEvent
2022-11-01 10:00:35
AY2223S1-CS2103T-F12-1/tp
https://api.github.com/repos/AY2223S1-CS2103T-F12-1/tp
closed
[PE-D][Tester D] Swopped editprop and editbuyer sequence.
priority.low ugbug
![image.png](https://raw.githubusercontent.com/kynapy/ped/main/files/54c4bc89-0d5f-4549-b8eb-a08f7d19d94a.png) Maybe it's my OCD but the UG has the sequence of buyer then prop first for all commands except edit <!--session: 1666945294372-b1e902ee-e5cd-4bce-a491-fcd984624aba--> <!--Version: Web v3.4.4--> ------------- Labels: `type.DocumentationBug` `severity.VeryLow` original: kynapy/ped#5
1.0
[PE-D][Tester D] Swopped editprop and editbuyer sequence. - ![image.png](https://raw.githubusercontent.com/kynapy/ped/main/files/54c4bc89-0d5f-4549-b8eb-a08f7d19d94a.png) Maybe it's my OCD but the UG has the sequence of buyer then prop first for all commands except edit <!--session: 1666945294372-b1e902ee-e5cd-4bce-a491-fcd984624aba--> <!--Version: Web v3.4.4--> ------------- Labels: `type.DocumentationBug` `severity.VeryLow` original: kynapy/ped#5
priority
swopped editprop and editbuyer sequence maybe it s my ocd but the ug has the sequence of buyer then prop first for all commands except edit labels type documentationbug severity verylow original kynapy ped
1
74,551
3,441,355,581
IssuesEvent
2015-12-14 18:07:22
Apollo-Community/ApolloStation
https://api.github.com/repos/Apollo-Community/ApolloStation
closed
Binoculars glitch
bug priority: low
If you use the binoculars and then click on another item in your hand, your hud disappears.
1.0
Binoculars glitch - If you use the binoculars and then click on another item in your hand, your hud disappears.
priority
binoculars glitch if you use the binoculars and then click on another item in your hand your hud disappears
1
559,740
16,575,351,796
IssuesEvent
2021-05-31 03:18:20
CLIxIndia-Dev/CLIxDashboard
https://api.github.com/repos/CLIxIndia-Dev/CLIxDashboard
opened
Documentation Useful Link opening on same tab
bug frontend low priority low severity
**FAQ Question on Hover Color Change** As a Test Engineer, I want to see the Documentation Useful Link opening on new tab **To Reproduce** Steps to reproduce the behavior: 1. Go to 'https://staging-clixdashboard.tiss.edu/home' 2. Scroll on 'Documentation and click ' 3. See error **Expected behavior** Links should open in new tab **Screenshots** ![image](https://user-images.githubusercontent.com/14256897/120134980-e5fdf300-c1ec-11eb-83f0-0ac921d33408.png) **Desktop (please complete the following information):** - OS: [Windows 10] - Browser [chrome] - Version [89.0]
1.0
Documentation Useful Link opening on same tab - **FAQ Question on Hover Color Change** As a Test Engineer, I want to see the Documentation Useful Link opening on new tab **To Reproduce** Steps to reproduce the behavior: 1. Go to 'https://staging-clixdashboard.tiss.edu/home' 2. Scroll on 'Documentation and click ' 3. See error **Expected behavior** Links should open in new tab **Screenshots** ![image](https://user-images.githubusercontent.com/14256897/120134980-e5fdf300-c1ec-11eb-83f0-0ac921d33408.png) **Desktop (please complete the following information):** - OS: [Windows 10] - Browser [chrome] - Version [89.0]
priority
documentation useful link opening on same tab faq question on hover color change as a test engineer i want to see the documentation useful link opening on new tab to reproduce steps to reproduce the behavior go to scroll on documentation and click see error expected behavior links should open in new tab screenshots desktop please complete the following information os browser version
1
583,784
17,398,335,143
IssuesEvent
2021-08-02 16:02:01
betagouv/service-national-universel
https://api.github.com/repos/betagouv/service-national-universel
closed
Style : mieux gérer affichage liste jeunes sur petit écran
UI/UX priority-LOW
https://prnt.sc/1be4sqm - [x] boutons export - [x] scroll horizontal dans la liste - [x] header qui passe au dessus du drawer - [x] colonnes contexte qui prend trop de place (ne mettre que des petits badge sans texte, a la trello)
1.0
Style : mieux gérer affichage liste jeunes sur petit écran - https://prnt.sc/1be4sqm - [x] boutons export - [x] scroll horizontal dans la liste - [x] header qui passe au dessus du drawer - [x] colonnes contexte qui prend trop de place (ne mettre que des petits badge sans texte, a la trello)
priority
style mieux gérer affichage liste jeunes sur petit écran boutons export scroll horizontal dans la liste header qui passe au dessus du drawer colonnes contexte qui prend trop de place ne mettre que des petits badge sans texte a la trello
1
107,534
4,310,189,494
IssuesEvent
2016-07-21 18:23:52
jpppina/migracion-galeno-art-forms11g
https://api.github.com/repos/jpppina/migracion-galeno-art-forms11g
opened
Corregir pantalla RTP544_C
Aplicación-ART Error Priority-Low
Usuario: PERALTAS Pass: desaa002 Ruta: ARTManager --> Administracion de Prestadores --> Contratos --> Detalle de prestaciones Los botones con signo "+" deberian centrarse y los cheks parecen deshabilitados, porque estan de color gris.
1.0
Corregir pantalla RTP544_C - Usuario: PERALTAS Pass: desaa002 Ruta: ARTManager --> Administracion de Prestadores --> Contratos --> Detalle de prestaciones Los botones con signo "+" deberian centrarse y los cheks parecen deshabilitados, porque estan de color gris.
priority
corregir pantalla c usuario peraltas pass ruta artmanager administracion de prestadores contratos detalle de prestaciones los botones con signo deberian centrarse y los cheks parecen deshabilitados porque estan de color gris
1
595,210
18,061,898,819
IssuesEvent
2021-09-20 14:46:59
enviroCar/enviroCar-app
https://api.github.com/repos/enviroCar/enviroCar-app
closed
SVG resource file for Icon
enhancement 1 - Ready Priority - 3 - Low
## Description: Currently the `activity_car_selection_layout_carlist_entry.xml` uses a `PNG (Portable Network Graphics)` resource file to display Icon. This might cause scalability problems on larger screens like Tablets. If these were replaces with an `SVG (Scalable Vector Graphics)` resource file, without altering the texture, it would be better. **Link for currently used PNG:** https://github.com/enviroCar/enviroCar-app/blob/master/org.envirocar.app/res/drawable-hdpi/ic_drive_eta_black_24dp.png ### Maybe fixed on #702
1.0
SVG resource file for Icon - ## Description: Currently the `activity_car_selection_layout_carlist_entry.xml` uses a `PNG (Portable Network Graphics)` resource file to display Icon. This might cause scalability problems on larger screens like Tablets. If these were replaces with an `SVG (Scalable Vector Graphics)` resource file, without altering the texture, it would be better. **Link for currently used PNG:** https://github.com/enviroCar/enviroCar-app/blob/master/org.envirocar.app/res/drawable-hdpi/ic_drive_eta_black_24dp.png ### Maybe fixed on #702
priority
svg resource file for icon description currently the activity car selection layout carlist entry xml uses a png portable network graphics resource file to display icon this might cause scalability problems on larger screens like tablets if these were replaces with an svg scalable vector graphics resource file without altering the texture it would be better link for currently used png maybe fixed on
1
631,720
20,158,689,201
IssuesEvent
2022-02-09 19:01:25
microsoft/CSS-Exchange
https://api.github.com/repos/microsoft/CSS-Exchange
opened
Exchange SMTP Protocol Logging Reviewer
help wanted New Tool Request Low Priority
**Is your request related to a problem? Please describe.** It is hard to follow the flow of the protocol logging and call out possible issues. **Describe The Request** Create a new script that is able to assist with SMTP protocol logging review. Key points to included: - Generic review of the log to find any issues like sessions being started but never used - Following a single message from start to finish hopping between servers - Call out possible logs missing for full review - Call out large time gaps between entries - Example: BDAT sending 700 bytes the next entry is a session closed 5 minutes later. - Able to run on Exchange - Made easier to hop between servers following a message due to EMS - Able to run on Engineer computer who collected the logs for off-site review - If entire message is found and delivered, do a report that includes time stamps and flow of the message
1.0
Exchange SMTP Protocol Logging Reviewer - **Is your request related to a problem? Please describe.** It is hard to follow the flow of the protocol logging and call out possible issues. **Describe The Request** Create a new script that is able to assist with SMTP protocol logging review. Key points to included: - Generic review of the log to find any issues like sessions being started but never used - Following a single message from start to finish hopping between servers - Call out possible logs missing for full review - Call out large time gaps between entries - Example: BDAT sending 700 bytes the next entry is a session closed 5 minutes later. - Able to run on Exchange - Made easier to hop between servers following a message due to EMS - Able to run on Engineer computer who collected the logs for off-site review - If entire message is found and delivered, do a report that includes time stamps and flow of the message
priority
exchange smtp protocol logging reviewer is your request related to a problem please describe it is hard to follow the flow of the protocol logging and call out possible issues describe the request create a new script that is able to assist with smtp protocol logging review key points to included generic review of the log to find any issues like sessions being started but never used following a single message from start to finish hopping between servers call out possible logs missing for full review call out large time gaps between entries example bdat sending bytes the next entry is a session closed minutes later able to run on exchange made easier to hop between servers following a message due to ems able to run on engineer computer who collected the logs for off site review if entire message is found and delivered do a report that includes time stamps and flow of the message
1
351,525
10,520,037,617
IssuesEvent
2019-09-29 22:11:43
Fabian-Sommer/HeroesLounge
https://api.github.com/repos/Fabian-Sommer/HeroesLounge
opened
Reduce number of Heroes Profile ID Sync calls
low priority small
In light of #153 I'd like to reduce our overall number of calls to the Heroes Profile API. I'd like to limit our weekly scheduled fetching of Heroes Profile ID's to accounts without a listed ID or remove the scheduled process entirely as I'm quite certain that Heroes Profile ID's don't change. For new accounts we retrieve their Heroes Profile ID data on account creation. (When this fails, it would be probably be nice to have the fallback of attempting to sync accounts without a Heroes Profile ID every week). We'd need to add logic for when a user's battletag is changed, to fetch the new matching Heroes Profile ID.
1.0
Reduce number of Heroes Profile ID Sync calls - In light of #153 I'd like to reduce our overall number of calls to the Heroes Profile API. I'd like to limit our weekly scheduled fetching of Heroes Profile ID's to accounts without a listed ID or remove the scheduled process entirely as I'm quite certain that Heroes Profile ID's don't change. For new accounts we retrieve their Heroes Profile ID data on account creation. (When this fails, it would be probably be nice to have the fallback of attempting to sync accounts without a Heroes Profile ID every week). We'd need to add logic for when a user's battletag is changed, to fetch the new matching Heroes Profile ID.
priority
reduce number of heroes profile id sync calls in light of i d like to reduce our overall number of calls to the heroes profile api i d like to limit our weekly scheduled fetching of heroes profile id s to accounts without a listed id or remove the scheduled process entirely as i m quite certain that heroes profile id s don t change for new accounts we retrieve their heroes profile id data on account creation when this fails it would be probably be nice to have the fallback of attempting to sync accounts without a heroes profile id every week we d need to add logic for when a user s battletag is changed to fetch the new matching heroes profile id
1
142,228
5,467,242,682
IssuesEvent
2017-03-10 00:26:41
Avicus/Issues
https://api.github.com/repos/Avicus/Issues
closed
Misspell error when you join into the server.
bug low-priority
I don't if you guys added this when you join into Avicus but I got this message (Version is misspelled): ![ecfbc01d1eb7cc0fefbd80368ac605de](https://cloud.githubusercontent.com/assets/19915020/22412806/f15f8c36-e677-11e6-975c-0d17f183b2fd.png)
1.0
Misspell error when you join into the server. - I don't if you guys added this when you join into Avicus but I got this message (Version is misspelled): ![ecfbc01d1eb7cc0fefbd80368ac605de](https://cloud.githubusercontent.com/assets/19915020/22412806/f15f8c36-e677-11e6-975c-0d17f183b2fd.png)
priority
misspell error when you join into the server i don t if you guys added this when you join into avicus but i got this message version is misspelled
1
443,063
12,758,960,655
IssuesEvent
2020-06-29 04:14:17
moja-global/FLINT
https://api.github.com/repos/moja-global/FLINT
closed
test
Priority = Low
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. **Operating Environment:** - Desktop, Cluster, Cloud, other - OS, technology stack - other **Additional context** Add any other context about the problem here.
1.0
test - **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. **Operating Environment:** - Desktop, Cluster, Cloud, other - OS, technology stack - other **Additional context** Add any other context about the problem here.
priority
test describe the bug a clear and concise description of what the bug is to reproduce steps to reproduce the behavior go to click on scroll down to see error expected behavior a clear and concise description of what you expected to happen screenshots if applicable add screenshots to help explain your problem operating environment desktop cluster cloud other os technology stack other additional context add any other context about the problem here
1
257,213
8,134,511,443
IssuesEvent
2018-08-19 16:37:46
apraka16/iOSAR
https://api.github.com/repos/apraka16/iOSAR
closed
Animations of Nodes
enhancement low priority
Several animations which I can think of. Currently, including these animations result in resource constraints for the ARKit to work. Need a workaround.
1.0
Animations of Nodes - Several animations which I can think of. Currently, including these animations result in resource constraints for the ARKit to work. Need a workaround.
priority
animations of nodes several animations which i can think of currently including these animations result in resource constraints for the arkit to work need a workaround
1
673,396
22,961,055,728
IssuesEvent
2022-07-19 15:24:20
davidfstr/Crystal-Web-Archiver
https://api.github.com/repos/davidfstr/Crystal-Web-Archiver
closed
Remove ancient Python 2.7 compatibility code
good first issue priority-low type-feature
In particular: * [x] main.py: Rewrite/delete the following comment: ``` # NOTE: Do not add any imports that fail under Python 2.x. # This would prevent the version-checking code from running. ``` * [x] main.py: Eliminate the following Python 3.x detection code, which is effectively unreachable due to syntax errors that would have occurred earlier if someone attempted to use Python 2.7: ``` # Check Python version py3 = hasattr(sys, 'version_info') and sys.version_info >= (3,0) if not py3: sys.exit('This application requires Python 3.x.') ``` * [x] main.py: Convert method type comments to be inline annotations. Example of current code: ``` def _load_project(project_path, progress_listener, **project_kwargs): # type: (str, OpenProjectProgressListener, object) -> Project ``` * [x] Alter class definitions that inherit directly from `object` to inherit from nothing explicitly * [x] Alter all calls to `super(...)` to be just `super()` Related cleanups: * [x] Fix dividers like `# -----` to be exactly 80 columns (and not 90, as occurs in various places) * PEP 8: Use 2 blank lines between top-level declarations ([#51](https://github.com/davidfstr/Crystal-Web-Archiver/issues/51))
1.0
Remove ancient Python 2.7 compatibility code - In particular: * [x] main.py: Rewrite/delete the following comment: ``` # NOTE: Do not add any imports that fail under Python 2.x. # This would prevent the version-checking code from running. ``` * [x] main.py: Eliminate the following Python 3.x detection code, which is effectively unreachable due to syntax errors that would have occurred earlier if someone attempted to use Python 2.7: ``` # Check Python version py3 = hasattr(sys, 'version_info') and sys.version_info >= (3,0) if not py3: sys.exit('This application requires Python 3.x.') ``` * [x] main.py: Convert method type comments to be inline annotations. Example of current code: ``` def _load_project(project_path, progress_listener, **project_kwargs): # type: (str, OpenProjectProgressListener, object) -> Project ``` * [x] Alter class definitions that inherit directly from `object` to inherit from nothing explicitly * [x] Alter all calls to `super(...)` to be just `super()` Related cleanups: * [x] Fix dividers like `# -----` to be exactly 80 columns (and not 90, as occurs in various places) * PEP 8: Use 2 blank lines between top-level declarations ([#51](https://github.com/davidfstr/Crystal-Web-Archiver/issues/51))
priority
remove ancient python compatibility code in particular main py rewrite delete the following comment note do not add any imports that fail under python x this would prevent the version checking code from running main py eliminate the following python x detection code which is effectively unreachable due to syntax errors that would have occurred earlier if someone attempted to use python check python version hasattr sys version info and sys version info if not sys exit this application requires python x main py convert method type comments to be inline annotations example of current code def load project project path progress listener project kwargs type str openprojectprogresslistener object project alter class definitions that inherit directly from object to inherit from nothing explicitly alter all calls to super to be just super related cleanups fix dividers like to be exactly columns and not as occurs in various places pep use blank lines between top level declarations
1
214,786
7,276,767,432
IssuesEvent
2018-02-21 17:17:49
TylerConlee/slab
https://api.github.com/repos/TylerConlee/slab
closed
Include ticket requestor as author
enhancement priority:low
Slack has the ability to show an author for an attachment. For SLA messages or for any other message where a ticket is displayed, the author should be set
1.0
Include ticket requestor as author - Slack has the ability to show an author for an attachment. For SLA messages or for any other message where a ticket is displayed, the author should be set
priority
include ticket requestor as author slack has the ability to show an author for an attachment for sla messages or for any other message where a ticket is displayed the author should be set
1
106,320
4,269,971,216
IssuesEvent
2016-07-13 04:01:10
oakesville/mythling
https://api.github.com/repos/oakesville/mythling
closed
Mythling Services Don't Display Metadata for Videos Media Type
priority:low type:bug
In detail view and streaming confirmation dialog, no metadata is displayed when using Mythling services. This design choice was a mistake and should be rectified. This will also enable sorting for the Videos mediaType. Even in MythTV services Videos in list mode have the anomaly that you can sort by date or rating, but these fields are not displayed. See also issue #38.
1.0
Mythling Services Don't Display Metadata for Videos Media Type - In detail view and streaming confirmation dialog, no metadata is displayed when using Mythling services. This design choice was a mistake and should be rectified. This will also enable sorting for the Videos mediaType. Even in MythTV services Videos in list mode have the anomaly that you can sort by date or rating, but these fields are not displayed. See also issue #38.
priority
mythling services don t display metadata for videos media type in detail view and streaming confirmation dialog no metadata is displayed when using mythling services this design choice was a mistake and should be rectified this will also enable sorting for the videos mediatype even in mythtv services videos in list mode have the anomaly that you can sort by date or rating but these fields are not displayed see also issue
1
613,068
19,072,404,869
IssuesEvent
2021-11-27 05:40:52
boostcampwm-2021/iOS05-Escaper
https://api.github.com/repos/boostcampwm-2021/iOS05-Escaper
closed
[E8 S3 T1] scheme을 추가한다.
feature Low Priority
### Epic - Story - Task Epic : 상세 페이지 Story : 사용자가 업체 홈페이지로 이동 또는 전화를 할 수 있다 Task : scheme을 추가한다.
1.0
[E8 S3 T1] scheme을 추가한다. - ### Epic - Story - Task Epic : 상세 페이지 Story : 사용자가 업체 홈페이지로 이동 또는 전화를 할 수 있다 Task : scheme을 추가한다.
priority
scheme을 추가한다 epic story task epic 상세 페이지 story 사용자가 업체 홈페이지로 이동 또는 전화를 할 수 있다 task scheme을 추가한다
1
609,264
18,869,831,399
IssuesEvent
2021-11-13 01:38:43
MenheraBot/MenheraBot
https://api.github.com/repos/MenheraBot/MenheraBot
closed
Fix Delete account Ban
🐛 Bug 🔵 [Priority] Low
Ao ser banido. Ele edita a mensagem que fsla que ele foi bamido pra mensagem de msg deletada Como fixar: enviar mensagem ao ser banido
1.0
Fix Delete account Ban - Ao ser banido. Ele edita a mensagem que fsla que ele foi bamido pra mensagem de msg deletada Como fixar: enviar mensagem ao ser banido
priority
fix delete account ban ao ser banido ele edita a mensagem que fsla que ele foi bamido pra mensagem de msg deletada como fixar enviar mensagem ao ser banido
1
726,885
25,014,899,340
IssuesEvent
2022-11-03 17:56:49
phylum-dev/cli
https://api.github.com/repos/phylum-dev/cli
closed
Publish universal binaries on macOS
enhancement low priority
Instead of providing the arm/x86 binaries separately, the macos CLI should be provided as a universal binary using `lipo`.
1.0
Publish universal binaries on macOS - Instead of providing the arm/x86 binaries separately, the macos CLI should be provided as a universal binary using `lipo`.
priority
publish universal binaries on macos instead of providing the arm binaries separately the macos cli should be provided as a universal binary using lipo
1
126,295
4,982,673,548
IssuesEvent
2016-12-07 12:11:23
pmem/issues
https://api.github.com/repos/pmem/issues
closed
pmempool sync: improper uuids update
Exposure: Low OS: Linux Priority: 4 low Type: Bug
Consider following local pool set file1: ``` PMEMPOOLSET 8M /tmp/part.0 REPLICA 8M /tmp/replica.1 ``` and following local pool set file2: ``` PMEMPOOLSET 8M /tmp/part.2 ``` Call pmempool create obj on above files. Create following local pool set file3: ``` PMEMPOOLSET 8M /tmp/part.0 REPLICA 8M /tmp/replica.1 REPLICA 8M /tmp/part.2 ``` Spoil part.0 and part.2 by edditing file, write some incorrect data. Then call pmempool sync on pool set file3. Exit code is 0, replicas will be synchronized but uuids where not updated. > part.0 ``` Previous replica UUID : afe42db8-9694-466d-8247-21d0ef3fa5b7 Next replica UUID : d6206bcb-98b0-4632-86fc-fa9437bce23c ``` > replica.1 ``` Previous replica UUID : afe42db8-9694-466d-8247-21d0ef3fa5b7 Next replica UUID : afe42db8-9694-466d-8247-21d0ef3fa5b7 ``` > part.2 ``` Previous replica UUID : d6206bcb-98b0-4632-86fc-fa9437bce23c Next replica UUID : afe42db8-9694-466d-8247-21d0ef3fa5b7 ``` Found on: 1.1-1092-gdbefada
1.0
pmempool sync: improper uuids update - Consider following local pool set file1: ``` PMEMPOOLSET 8M /tmp/part.0 REPLICA 8M /tmp/replica.1 ``` and following local pool set file2: ``` PMEMPOOLSET 8M /tmp/part.2 ``` Call pmempool create obj on above files. Create following local pool set file3: ``` PMEMPOOLSET 8M /tmp/part.0 REPLICA 8M /tmp/replica.1 REPLICA 8M /tmp/part.2 ``` Spoil part.0 and part.2 by edditing file, write some incorrect data. Then call pmempool sync on pool set file3. Exit code is 0, replicas will be synchronized but uuids where not updated. > part.0 ``` Previous replica UUID : afe42db8-9694-466d-8247-21d0ef3fa5b7 Next replica UUID : d6206bcb-98b0-4632-86fc-fa9437bce23c ``` > replica.1 ``` Previous replica UUID : afe42db8-9694-466d-8247-21d0ef3fa5b7 Next replica UUID : afe42db8-9694-466d-8247-21d0ef3fa5b7 ``` > part.2 ``` Previous replica UUID : d6206bcb-98b0-4632-86fc-fa9437bce23c Next replica UUID : afe42db8-9694-466d-8247-21d0ef3fa5b7 ``` Found on: 1.1-1092-gdbefada
priority
pmempool sync improper uuids update consider following local pool set pmempoolset tmp part replica tmp replica and following local pool set pmempoolset tmp part call pmempool create obj on above files create following local pool set pmempoolset tmp part replica tmp replica replica tmp part spoil part and part by edditing file write some incorrect data then call pmempool sync on pool set exit code is replicas will be synchronized but uuids where not updated part previous replica uuid next replica uuid replica previous replica uuid next replica uuid part previous replica uuid next replica uuid found on gdbefada
1
460,601
13,213,569,549
IssuesEvent
2020-08-16 13:29:43
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
[Coverity CID :211479] Unchecked return value in tests/kernel/mutex/mutex_api/src/test_mutex_apis.c
Coverity bug has-pr priority: low
Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/476fc405e7/tests/kernel/mutex/mutex_api/src/test_mutex_apis.c#L81 Category: Error handling issues Function: `tmutex_test_lock_timeout` Component: Tests CID: [211479](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=211479) Details: ``` 75 /**TESTPOINT: test k_mutex_init mutex*/ 76 k_mutex_init(pmutex); 77 k_thread_create(&tdata, tstack, STACK_SIZE, 78 entry_fn, pmutex, NULL, NULL, 79 K_PRIO_PREEMPT(0), 80 K_USER | K_INHERIT_PERMS, K_NO_WAIT); >>> CID 211479: Error handling issues (CHECKED_RETURN) >>> Calling "k_mutex_lock" without checking return value (as is done elsewhere 14 out of 16 times). 81 k_mutex_lock(pmutex, K_FOREVER); 82 TC_PRINT("access resource from main thread\n"); 83 84 /* wait for spawn thread to take action */ 85 k_msleep(TIMEOUT); 86 k_mutex_unlock(pmutex); ``` 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 :211479] Unchecked return value in tests/kernel/mutex/mutex_api/src/test_mutex_apis.c - Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/476fc405e7/tests/kernel/mutex/mutex_api/src/test_mutex_apis.c#L81 Category: Error handling issues Function: `tmutex_test_lock_timeout` Component: Tests CID: [211479](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=211479) Details: ``` 75 /**TESTPOINT: test k_mutex_init mutex*/ 76 k_mutex_init(pmutex); 77 k_thread_create(&tdata, tstack, STACK_SIZE, 78 entry_fn, pmutex, NULL, NULL, 79 K_PRIO_PREEMPT(0), 80 K_USER | K_INHERIT_PERMS, K_NO_WAIT); >>> CID 211479: Error handling issues (CHECKED_RETURN) >>> Calling "k_mutex_lock" without checking return value (as is done elsewhere 14 out of 16 times). 81 k_mutex_lock(pmutex, K_FOREVER); 82 TC_PRINT("access resource from main thread\n"); 83 84 /* wait for spawn thread to take action */ 85 k_msleep(TIMEOUT); 86 k_mutex_unlock(pmutex); ``` 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
unchecked return value in tests kernel mutex mutex api src test mutex apis c static code scan issues found in file category error handling issues function tmutex test lock timeout component tests cid details testpoint test k mutex init mutex k mutex init pmutex k thread create tdata tstack stack size entry fn pmutex null null k prio preempt k user k inherit perms k no wait cid error handling issues checked return calling k mutex lock without checking return value as is done elsewhere out of times k mutex lock pmutex k forever tc print access resource from main thread n wait for spawn thread to take action k msleep timeout k mutex unlock pmutex 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
505,650
14,643,443,022
IssuesEvent
2020-12-25 16:31:41
schemathesis/schemathesis
https://api.github.com/repos/schemathesis/schemathesis
closed
[BUG] The `-x` CLI option trims the progress bar on failure
Priority: Low Type: Bug
**Describe the bug** When running Schemathesis CLI with `-x`, it stops execution after the first found error/failure. However, the progress bar doesn't show the test status and doesn't print a new line. **To Reproduce** Steps to reproduce the behavior: 1. Run the built-in test server with `./test_server.sh 8081 --endpoints=failure` 2. Run Schemathesis CLI with `schemathesis run http://0.0.0.0:8081/schema.yaml -x` 3. See ``` collected endpoints: 1 GET /api/failure ================================================================================ SUMMARY ================================================================================= ``` **Expected behavior** "F" or "E" is displayed as usual, and an empty line is printed after the last tested operation.
1.0
[BUG] The `-x` CLI option trims the progress bar on failure - **Describe the bug** When running Schemathesis CLI with `-x`, it stops execution after the first found error/failure. However, the progress bar doesn't show the test status and doesn't print a new line. **To Reproduce** Steps to reproduce the behavior: 1. Run the built-in test server with `./test_server.sh 8081 --endpoints=failure` 2. Run Schemathesis CLI with `schemathesis run http://0.0.0.0:8081/schema.yaml -x` 3. See ``` collected endpoints: 1 GET /api/failure ================================================================================ SUMMARY ================================================================================= ``` **Expected behavior** "F" or "E" is displayed as usual, and an empty line is printed after the last tested operation.
priority
the x cli option trims the progress bar on failure describe the bug when running schemathesis cli with x it stops execution after the first found error failure however the progress bar doesn t show the test status and doesn t print a new line to reproduce steps to reproduce the behavior run the built in test server with test server sh endpoints failure run schemathesis cli with schemathesis run x see collected endpoints get api failure summary expected behavior f or e is displayed as usual and an empty line is printed after the last tested operation
1
23,813
2,663,837,455
IssuesEvent
2015-03-20 10:04:38
TrinityCore/TrinityCore
https://api.github.com/repos/TrinityCore/TrinityCore
opened
[Branch: All][Spell] Dreadsteed - Flame visual
Branch-3.3.5a Branch-4.3.4 Branch-6.x Comp-Database Priority-Low
ref: https://github.com/TrinityCore/TrinityCore/commit/ea78bce592b66c72230b63871024e83536b693b7 Spells: http://www.wowhead.com/spell=23161/dreadsteed http://www.wowhead.com/spell=5784/felsteed How it should be: If you cast this spell, you should actual see a flame visual after the cast. (should be something like the 'Flamestrike'-spell from mages) How it is: There is no flame vsual proof: http://wow.zamimg.com/uploads/screenshots/resized/4449.jpg https://www.youtube.com/watch?feature=player_detailpage&v=SG45Dlj_Miw#t=28
1.0
[Branch: All][Spell] Dreadsteed - Flame visual - ref: https://github.com/TrinityCore/TrinityCore/commit/ea78bce592b66c72230b63871024e83536b693b7 Spells: http://www.wowhead.com/spell=23161/dreadsteed http://www.wowhead.com/spell=5784/felsteed How it should be: If you cast this spell, you should actual see a flame visual after the cast. (should be something like the 'Flamestrike'-spell from mages) How it is: There is no flame vsual proof: http://wow.zamimg.com/uploads/screenshots/resized/4449.jpg https://www.youtube.com/watch?feature=player_detailpage&v=SG45Dlj_Miw#t=28
priority
dreadsteed flame visual ref spells how it should be if you cast this spell you should actual see a flame visual after the cast should be something like the flamestrike spell from mages how it is there is no flame vsual proof
1
258,338
8,169,387,130
IssuesEvent
2018-08-27 01:00:09
jazkarta/jazkarta.shop
https://api.github.com/repos/jazkarta/jazkarta.shop
closed
Shop Orders and Shipping Methods pages show the wrong left portlet
enhancement low priority
Under Plone 4, the Shop Orders and Shipping Methods pages do not show the control panel portlets but show other site portlets. Making these 2 views into true Control Panel views would likely fix this.
1.0
Shop Orders and Shipping Methods pages show the wrong left portlet - Under Plone 4, the Shop Orders and Shipping Methods pages do not show the control panel portlets but show other site portlets. Making these 2 views into true Control Panel views would likely fix this.
priority
shop orders and shipping methods pages show the wrong left portlet under plone the shop orders and shipping methods pages do not show the control panel portlets but show other site portlets making these views into true control panel views would likely fix this
1
589,996
17,768,444,412
IssuesEvent
2021-08-30 10:34:56
GemsTracker/gemstracker-library
https://api.github.com/repos/GemsTracker/gemstracker-library
closed
Prevent error message when getimagesize() fails to read a file
bug impact minor priority low
Prevent error message when getimagesize() fails to read a file
1.0
Prevent error message when getimagesize() fails to read a file - Prevent error message when getimagesize() fails to read a file
priority
prevent error message when getimagesize fails to read a file prevent error message when getimagesize fails to read a file
1
260,960
8,221,618,687
IssuesEvent
2018-09-06 03:00:35
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
opened
[studio] report a bug text should be on the same line in licensing notice
enhancement priority: lowest
### Expected behavior but the full text "report a bug" on the same line (instead of wrapping the text on `bug`) ### Actual behavior <img width="638" alt="screen shot 2018-09-05 at 10 56 39 pm" src="https://user-images.githubusercontent.com/169432/45132530-57ed9e80-b15f-11e8-99c9-b53eefc34fe9.png"> ### Steps to reproduce the problem N/A ### Log/stack trace (use https://gist.github.com) N/A ### Specs #### Version Studio Version Number: 3.1.0-SNAPSHOT-cd5717 Build Number: cd5717fae00fe56905a7879374cd8f2cf2ccc4f7 Build Date/Time: 09-05-2018 22:47:27 -0400 #### OS All #### Browser Any
1.0
[studio] report a bug text should be on the same line in licensing notice - ### Expected behavior but the full text "report a bug" on the same line (instead of wrapping the text on `bug`) ### Actual behavior <img width="638" alt="screen shot 2018-09-05 at 10 56 39 pm" src="https://user-images.githubusercontent.com/169432/45132530-57ed9e80-b15f-11e8-99c9-b53eefc34fe9.png"> ### Steps to reproduce the problem N/A ### Log/stack trace (use https://gist.github.com) N/A ### Specs #### Version Studio Version Number: 3.1.0-SNAPSHOT-cd5717 Build Number: cd5717fae00fe56905a7879374cd8f2cf2ccc4f7 Build Date/Time: 09-05-2018 22:47:27 -0400 #### OS All #### Browser Any
priority
report a bug text should be on the same line in licensing notice expected behavior but the full text report a bug on the same line instead of wrapping the text on bug actual behavior img width alt screen shot at pm src steps to reproduce the problem n a log stack trace use n a specs version studio version number snapshot build number build date time os all browser any
1
122,190
4,828,249,274
IssuesEvent
2016-11-07 15:49:07
jfabry/LiveRobotProgramming
https://api.github.com/repos/jfabry/LiveRobotProgramming
opened
Improve pausing
Component-Logic Priority-Low Type-Enhancement
when pausing the interpreter does not execute the stepRun, but the process is still running behind: LRPInterpreter>>mainLoop [withLoop] whileTrue:[ **pause** ifFalse: [self stepRun]. self rate = 0 ifFalse:[(Delay forSeconds: 1/(self rate) asFloat)wait]. ] It will be better if the process pauses too, Im not sure, but this should free some resources when the program is paused
1.0
Improve pausing - when pausing the interpreter does not execute the stepRun, but the process is still running behind: LRPInterpreter>>mainLoop [withLoop] whileTrue:[ **pause** ifFalse: [self stepRun]. self rate = 0 ifFalse:[(Delay forSeconds: 1/(self rate) asFloat)wait]. ] It will be better if the process pauses too, Im not sure, but this should free some resources when the program is paused
priority
improve pausing when pausing the interpreter does not execute the steprun but the process is still running behind lrpinterpreter mainloop whiletrue pause iffalse self rate iffalse it will be better if the process pauses too im not sure but this should free some resources when the program is paused
1
204,450
7,087,843,464
IssuesEvent
2018-01-11 19:16:57
ArmaAchilles/AresModAchillesExpansion
https://api.github.com/repos/ArmaAchilles/AresModAchillesExpansion
closed
"Talking guns" for Suppressive Fire Module
feature request priority/low
Description: Alternating fire between two or more ARs. e.g. https://www.youtube.com/watch?v=fl8X6q3dRjU
1.0
"Talking guns" for Suppressive Fire Module - Description: Alternating fire between two or more ARs. e.g. https://www.youtube.com/watch?v=fl8X6q3dRjU
priority
talking guns for suppressive fire module description alternating fire between two or more ars e g
1
234,097
7,716,454,705
IssuesEvent
2018-05-23 10:43:58
IBMResearch/jlocke
https://api.github.com/repos/IBMResearch/jlocke
opened
Insecure dev dependency
good first issue priority: low status: confirmed type: bug
The development dependency "eslint-config-json" has a known vuln among their deps ("jshint"). We will fix it [in this fork](https://github.com/IBMResearch/eslint-plugin-json) here and send a PR when this problem is solved in the [this PR](https://github.com/jshint/jshint/pull/3283). But it's still not merged and published.
1.0
Insecure dev dependency - The development dependency "eslint-config-json" has a known vuln among their deps ("jshint"). We will fix it [in this fork](https://github.com/IBMResearch/eslint-plugin-json) here and send a PR when this problem is solved in the [this PR](https://github.com/jshint/jshint/pull/3283). But it's still not merged and published.
priority
insecure dev dependency the development dependency eslint config json has a known vuln among their deps jshint we will fix it here and send a pr when this problem is solved in the but it s still not merged and published
1
163,305
6,196,150,461
IssuesEvent
2017-07-05 14:11:43
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
closed
[craftercms] ERROR: child process failed when running ./gradlew start/stop
bug Priority: Low
On a fresh install (git clone of craftercms) 1. build it `./gradlew init build deploy` 2. start it (The first run, I don't see the error message) `./gradlew start` 3. stop it `./gradlew stop` Notice the error in your terminal: ``ERROR: child process failed, exited with error number 48`` Here's the screen with the error message: ``` ➜ craftercms git:(master) ./gradlew stop :stop \e[38;5;196m ██████╗ ██████╗ █████╗ ███████╗ ████████╗ ███████╗ ██████╗ ██████╗ ███╗ ███╗ ███████╗ ██╔════╝ ██╔══██╗ ██╔══██╗ ██╔════╝ ╚══██╔══╝ ██╔════╝ ██╔══██╗ ██╔════╝ ████╗ ████║ ██╔════╝ ██║ ██████╔╝ ███████║ █████╗ ██║ █████╗ ██████╔╝ ██║ ██╔████╔██║ ███████╗ ██║ ██╔══██╗ ██╔══██║ ██╔══╝ ██║ ██╔══╝ ██╔══██╗ ██║ ██║╚██╔╝██║ ╚════██║ ╚██████╗ ██║ ██║ ██║ ██║ ██║ ██║ ███████╗ ██║ ██║ ╚██████╗ ██║ ╚═╝ ██║ ███████║ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚══════╝ \e[0m OK about to fork child process, waiting until server is ready for connections. forked process: 94174 ERROR: child process failed, exited with error number 48 /Users/me/temp/test2/craftercms/crafter-auth-env/crafter-deployer/../ May 16, 2017 1:28:09 PM org.apache.catalina.startup.ClassLoaderFactory validateFile WARNING: Problem with directory [/Users/me/temp/test2/craftercms/crafter-auth-env/apache-tomcat/shared/lib], exists: [false], isDirectory: [false], canRead: [false] usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop } Sending stop command to Solr running on port 8694 ... waiting up to 180 seconds to allow Jetty process 93916 to stop gracefully. \e[38;5;196m ██████╗ ██████╗ █████╗ ███████╗ ████████╗ ███████╗ ██████╗ ██████╗ ███╗ ███╗ ███████╗ ██╔════╝ ██╔══██╗ ██╔══██╗ ██╔════╝ ╚══██╔══╝ ██╔════╝ ██╔══██╗ ██╔════╝ ████╗ ████║ ██╔════╝ ██║ ██████╔╝ ███████║ █████╗ ██║ █████╗ ██████╔╝ ██║ ██╔████╔██║ ███████╗ ██║ ██╔══██╗ ██╔══██║ ██╔══╝ ██║ ██╔══╝ ██╔══██╗ ██║ ██║╚██╔╝██║ ╚════██║ ╚██████╗ ██║ ██║ ██║ ██║ ██║ ██║ ███████╗ ██║ ██║ ╚██████╗ ██║ ╚═╝ ██║ ███████║ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚══════╝ \e[0m OK about to fork child process, waiting until server is ready for connections. forked process: 94245 ERROR: child process failed, exited with error number 100 /Users/me/temp/test2/craftercms/crafter-delivery-env/crafter-deployer/../ May 16, 2017 1:28:10 PM org.apache.catalina.startup.ClassLoaderFactory validateFile WARNING: Problem with directory [/Users/me/temp/test2/craftercms/crafter-delivery-env/apache-tomcat/shared/lib], exists: [false], isDirectory: [false], canRead: [false] usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop } Sending stop command to Solr running on port 8695 ... waiting up to 180 seconds to allow Jetty process 94019 to stop gracefully. BUILD SUCCESSFUL ``` 4. Start it again `./gradlew start` Notice the error again on the screen about the child process failing: ``` ➜ craftercms git:(master) ./gradlew start :start \e[38;5;196m ██████╗ ██████╗ █████╗ ███████╗ ████████╗ ███████╗ ██████╗ ██████╗ ███╗ ███╗ ███████╗ ██╔════╝ ██╔══██╗ ██╔══██╗ ██╔════╝ ╚══██╔══╝ ██╔════╝ ██╔══██╗ ██╔════╝ ████╗ ████║ ██╔════╝ ██║ ██████╔╝ ███████║ █████╗ ██║ █████╗ ██████╔╝ ██║ ██╔████╔██║ ███████╗ ██║ ██╔══██╗ ██╔══██║ ██╔══╝ ██║ ██╔══╝ ██╔══██╗ ██║ ██║╚██╔╝██║ ╚════██║ ╚██████╗ ██║ ██║ ██║ ██║ ██║ ██║ ███████╗ ██║ ██║ ╚██████╗ ██║ ╚═╝ ██║ ███████║ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚══════╝ \e[0m OK about to fork child process, waiting until server is ready for connections. forked process: 94402 ERROR: child process failed, exited with error number 48 /Users/me/temp/test2/craftercms/crafter-auth-env/crafter-deployer/../ Starting Solr server on port 8694 Tomcat started. Archiving 1 old GC log files to /Users/me/temp/test2/craftercms/crafter-auth-env/solr/server/logs/archived \e[38;5;196m ██████╗ ██████╗ █████╗ ███████╗ ████████╗ ███████╗ ██████╗ ██████╗ ███╗ ███╗ ███████╗ ██╔════╝ ██╔══██╗ ██╔══██╗ ██╔════╝ ╚══██╔══╝ ██╔════╝ ██╔══██╗ ██╔════╝ ████╗ ████║ ██╔════╝ ██║ ██████╔╝ ███████║ █████╗ ██║ █████╗ ██████╔╝ ██║ ██╔████╔██║ ███████╗ ██║ ██╔══██╗ ██╔══██║ ██╔══╝ ██║ ██╔══╝ ██╔══██╗ ██║ ██║╚██╔╝██║ ╚════██║ ╚██████╗ ██║ ██║ ██║ ██║ ██║ ██║ ███████╗ ██║ ██║ ╚██████╗ ██║ ╚═╝ ██║ ███████║ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚══════╝ \e[0m OK about to fork child process, waiting until server is ready for connections. forked process: 94460 ERROR: child process failed, exited with error number 100 /Users/me/temp/test2/craftercms/crafter-delivery-env/crafter-deployer/../ Starting Solr server on port 8695 Tomcat started. Archiving 1 old GC log files to /Users/me/temp/test2/craftercms/crafter-delivery-env/solr/server/logs/archived BUILD SUCCESSFUL Total time: 4.143 secs ``` Here's the mongodb log file: ``` ➜ craftercms git:(master) cat crafter-auth-env/data/mongodb/mongod.log 2017-05-16T13:30:50.725-0400 I CONTROL [initandlisten] MongoDB starting : pid=94402 port=27020 dbpath=/Users/me/temp/test2/craftercms/crafter-auth-env/data/mongodb 64-bit host=Me-MacBook-Pro.local 2017-05-16T13:30:50.725-0400 I CONTROL [initandlisten] db version v3.4.4 2017-05-16T13:30:50.725-0400 I CONTROL [initandlisten] git version: 888390515874a9debd1b6c5d36559ca86b44babd 2017-05-16T13:30:50.725-0400 I CONTROL [initandlisten] allocator: system 2017-05-16T13:30:50.725-0400 I CONTROL [initandlisten] modules: none 2017-05-16T13:30:50.726-0400 I CONTROL [initandlisten] build environment: 2017-05-16T13:30:50.726-0400 I CONTROL [initandlisten] distarch: x86_64 2017-05-16T13:30:50.726-0400 I CONTROL [initandlisten] target_arch: x86_64 2017-05-16T13:30:50.726-0400 I CONTROL [initandlisten] options: { net: { port: 27020 }, processManagement: { fork: true }, storage: { dbPath: "/Users/me/temp/test2/craftercms/crafter-auth-env/data/mongodb", directoryPerDB: true, journal: { enabled: true } }, systemLog: { destination: "file", path: "/Users/me/temp/test2/craftercms/crafter-auth-env/data/mongodb/mongod.log" } } 2017-05-16T13:30:50.726-0400 E NETWORK [initandlisten] listen(): bind() failed Address already in use for socket: 0.0.0.0:27020 2017-05-16T13:30:50.726-0400 E NETWORK [initandlisten] addr already in use 2017-05-16T13:30:50.726-0400 E NETWORK [initandlisten] Failed to set up sockets during startup. 2017-05-16T13:30:50.726-0400 E STORAGE [initandlisten] Failed to set up listener: InternalError: Failed to set up sockets 2017-05-16T13:30:50.726-0400 I NETWORK [initandlisten] shutdown: going to close listening sockets... 2017-05-16T13:30:50.726-0400 I NETWORK [initandlisten] shutdown: going to flush diaglog... 2017-05-16T13:30:50.726-0400 I CONTROL [initandlisten] now exiting 2017-05-16T13:30:50.726-0400 I CONTROL [initandlisten] shutting down with code:48 ```
1.0
[craftercms] ERROR: child process failed when running ./gradlew start/stop - On a fresh install (git clone of craftercms) 1. build it `./gradlew init build deploy` 2. start it (The first run, I don't see the error message) `./gradlew start` 3. stop it `./gradlew stop` Notice the error in your terminal: ``ERROR: child process failed, exited with error number 48`` Here's the screen with the error message: ``` ➜ craftercms git:(master) ./gradlew stop :stop \e[38;5;196m ██████╗ ██████╗ █████╗ ███████╗ ████████╗ ███████╗ ██████╗ ██████╗ ███╗ ███╗ ███████╗ ██╔════╝ ██╔══██╗ ██╔══██╗ ██╔════╝ ╚══██╔══╝ ██╔════╝ ██╔══██╗ ██╔════╝ ████╗ ████║ ██╔════╝ ██║ ██████╔╝ ███████║ █████╗ ██║ █████╗ ██████╔╝ ██║ ██╔████╔██║ ███████╗ ██║ ██╔══██╗ ██╔══██║ ██╔══╝ ██║ ██╔══╝ ██╔══██╗ ██║ ██║╚██╔╝██║ ╚════██║ ╚██████╗ ██║ ██║ ██║ ██║ ██║ ██║ ███████╗ ██║ ██║ ╚██████╗ ██║ ╚═╝ ██║ ███████║ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚══════╝ \e[0m OK about to fork child process, waiting until server is ready for connections. forked process: 94174 ERROR: child process failed, exited with error number 48 /Users/me/temp/test2/craftercms/crafter-auth-env/crafter-deployer/../ May 16, 2017 1:28:09 PM org.apache.catalina.startup.ClassLoaderFactory validateFile WARNING: Problem with directory [/Users/me/temp/test2/craftercms/crafter-auth-env/apache-tomcat/shared/lib], exists: [false], isDirectory: [false], canRead: [false] usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop } Sending stop command to Solr running on port 8694 ... waiting up to 180 seconds to allow Jetty process 93916 to stop gracefully. \e[38;5;196m ██████╗ ██████╗ █████╗ ███████╗ ████████╗ ███████╗ ██████╗ ██████╗ ███╗ ███╗ ███████╗ ██╔════╝ ██╔══██╗ ██╔══██╗ ██╔════╝ ╚══██╔══╝ ██╔════╝ ██╔══██╗ ██╔════╝ ████╗ ████║ ██╔════╝ ██║ ██████╔╝ ███████║ █████╗ ██║ █████╗ ██████╔╝ ██║ ██╔████╔██║ ███████╗ ██║ ██╔══██╗ ██╔══██║ ██╔══╝ ██║ ██╔══╝ ██╔══██╗ ██║ ██║╚██╔╝██║ ╚════██║ ╚██████╗ ██║ ██║ ██║ ██║ ██║ ██║ ███████╗ ██║ ██║ ╚██████╗ ██║ ╚═╝ ██║ ███████║ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚══════╝ \e[0m OK about to fork child process, waiting until server is ready for connections. forked process: 94245 ERROR: child process failed, exited with error number 100 /Users/me/temp/test2/craftercms/crafter-delivery-env/crafter-deployer/../ May 16, 2017 1:28:10 PM org.apache.catalina.startup.ClassLoaderFactory validateFile WARNING: Problem with directory [/Users/me/temp/test2/craftercms/crafter-delivery-env/apache-tomcat/shared/lib], exists: [false], isDirectory: [false], canRead: [false] usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop } Sending stop command to Solr running on port 8695 ... waiting up to 180 seconds to allow Jetty process 94019 to stop gracefully. BUILD SUCCESSFUL ``` 4. Start it again `./gradlew start` Notice the error again on the screen about the child process failing: ``` ➜ craftercms git:(master) ./gradlew start :start \e[38;5;196m ██████╗ ██████╗ █████╗ ███████╗ ████████╗ ███████╗ ██████╗ ██████╗ ███╗ ███╗ ███████╗ ██╔════╝ ██╔══██╗ ██╔══██╗ ██╔════╝ ╚══██╔══╝ ██╔════╝ ██╔══██╗ ██╔════╝ ████╗ ████║ ██╔════╝ ██║ ██████╔╝ ███████║ █████╗ ██║ █████╗ ██████╔╝ ██║ ██╔████╔██║ ███████╗ ██║ ██╔══██╗ ██╔══██║ ██╔══╝ ██║ ██╔══╝ ██╔══██╗ ██║ ██║╚██╔╝██║ ╚════██║ ╚██████╗ ██║ ██║ ██║ ██║ ██║ ██║ ███████╗ ██║ ██║ ╚██████╗ ██║ ╚═╝ ██║ ███████║ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚══════╝ \e[0m OK about to fork child process, waiting until server is ready for connections. forked process: 94402 ERROR: child process failed, exited with error number 48 /Users/me/temp/test2/craftercms/crafter-auth-env/crafter-deployer/../ Starting Solr server on port 8694 Tomcat started. Archiving 1 old GC log files to /Users/me/temp/test2/craftercms/crafter-auth-env/solr/server/logs/archived \e[38;5;196m ██████╗ ██████╗ █████╗ ███████╗ ████████╗ ███████╗ ██████╗ ██████╗ ███╗ ███╗ ███████╗ ██╔════╝ ██╔══██╗ ██╔══██╗ ██╔════╝ ╚══██╔══╝ ██╔════╝ ██╔══██╗ ██╔════╝ ████╗ ████║ ██╔════╝ ██║ ██████╔╝ ███████║ █████╗ ██║ █████╗ ██████╔╝ ██║ ██╔████╔██║ ███████╗ ██║ ██╔══██╗ ██╔══██║ ██╔══╝ ██║ ██╔══╝ ██╔══██╗ ██║ ██║╚██╔╝██║ ╚════██║ ╚██████╗ ██║ ██║ ██║ ██║ ██║ ██║ ███████╗ ██║ ██║ ╚██████╗ ██║ ╚═╝ ██║ ███████║ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚══════╝ \e[0m OK about to fork child process, waiting until server is ready for connections. forked process: 94460 ERROR: child process failed, exited with error number 100 /Users/me/temp/test2/craftercms/crafter-delivery-env/crafter-deployer/../ Starting Solr server on port 8695 Tomcat started. Archiving 1 old GC log files to /Users/me/temp/test2/craftercms/crafter-delivery-env/solr/server/logs/archived BUILD SUCCESSFUL Total time: 4.143 secs ``` Here's the mongodb log file: ``` ➜ craftercms git:(master) cat crafter-auth-env/data/mongodb/mongod.log 2017-05-16T13:30:50.725-0400 I CONTROL [initandlisten] MongoDB starting : pid=94402 port=27020 dbpath=/Users/me/temp/test2/craftercms/crafter-auth-env/data/mongodb 64-bit host=Me-MacBook-Pro.local 2017-05-16T13:30:50.725-0400 I CONTROL [initandlisten] db version v3.4.4 2017-05-16T13:30:50.725-0400 I CONTROL [initandlisten] git version: 888390515874a9debd1b6c5d36559ca86b44babd 2017-05-16T13:30:50.725-0400 I CONTROL [initandlisten] allocator: system 2017-05-16T13:30:50.725-0400 I CONTROL [initandlisten] modules: none 2017-05-16T13:30:50.726-0400 I CONTROL [initandlisten] build environment: 2017-05-16T13:30:50.726-0400 I CONTROL [initandlisten] distarch: x86_64 2017-05-16T13:30:50.726-0400 I CONTROL [initandlisten] target_arch: x86_64 2017-05-16T13:30:50.726-0400 I CONTROL [initandlisten] options: { net: { port: 27020 }, processManagement: { fork: true }, storage: { dbPath: "/Users/me/temp/test2/craftercms/crafter-auth-env/data/mongodb", directoryPerDB: true, journal: { enabled: true } }, systemLog: { destination: "file", path: "/Users/me/temp/test2/craftercms/crafter-auth-env/data/mongodb/mongod.log" } } 2017-05-16T13:30:50.726-0400 E NETWORK [initandlisten] listen(): bind() failed Address already in use for socket: 0.0.0.0:27020 2017-05-16T13:30:50.726-0400 E NETWORK [initandlisten] addr already in use 2017-05-16T13:30:50.726-0400 E NETWORK [initandlisten] Failed to set up sockets during startup. 2017-05-16T13:30:50.726-0400 E STORAGE [initandlisten] Failed to set up listener: InternalError: Failed to set up sockets 2017-05-16T13:30:50.726-0400 I NETWORK [initandlisten] shutdown: going to close listening sockets... 2017-05-16T13:30:50.726-0400 I NETWORK [initandlisten] shutdown: going to flush diaglog... 2017-05-16T13:30:50.726-0400 I CONTROL [initandlisten] now exiting 2017-05-16T13:30:50.726-0400 I CONTROL [initandlisten] shutting down with code:48 ```
priority
error child process failed when running gradlew start stop on a fresh install git clone of craftercms build it gradlew init build deploy start it the first run i don t see the error message gradlew start stop it gradlew stop notice the error in your terminal error child process failed exited with error number here s the screen with the error message ➜ craftercms git master gradlew stop stop e ██████╗ ██████╗ █████╗ ███████╗ ████████╗ ███████╗ ██████╗ ██████╗ ███╗ ███╗ ███████╗ ██╔════╝ ██╔══██╗ ██╔══██╗ ██╔════╝ ╚══██╔══╝ ██╔════╝ ██╔══██╗ ██╔════╝ ████╗ ████║ ██╔════╝ ██║ ██████╔╝ ███████║ █████╗ ██║ █████╗ ██████╔╝ ██║ ██╔████╔██║ ███████╗ ██║ ██╔══██╗ ██╔══██║ ██╔══╝ ██║ ██╔══╝ ██╔══██╗ ██║ ██║╚██╔╝██║ ╚════██║ ╚██████╗ ██║ ██║ ██║ ██║ ██║ ██║ ███████╗ ██║ ██║ ╚██████╗ ██║ ╚═╝ ██║ ███████║ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚══════╝ e ok about to fork child process waiting until server is ready for connections forked process error child process failed exited with error number users me temp craftercms crafter auth env crafter deployer may pm org apache catalina startup classloaderfactory validatefile warning problem with directory exists isdirectory canread usage java org apache catalina startup catalina help start stop sending stop command to solr running on port waiting up to seconds to allow jetty process to stop gracefully e ██████╗ ██████╗ █████╗ ███████╗ ████████╗ ███████╗ ██████╗ ██████╗ ███╗ ███╗ ███████╗ ██╔════╝ ██╔══██╗ ██╔══██╗ ██╔════╝ ╚══██╔══╝ ██╔════╝ ██╔══██╗ ██╔════╝ ████╗ ████║ ██╔════╝ ██║ ██████╔╝ ███████║ █████╗ ██║ █████╗ ██████╔╝ ██║ ██╔████╔██║ ███████╗ ██║ ██╔══██╗ ██╔══██║ ██╔══╝ ██║ ██╔══╝ ██╔══██╗ ██║ ██║╚██╔╝██║ ╚════██║ ╚██████╗ ██║ ██║ ██║ ██║ ██║ ██║ ███████╗ ██║ ██║ ╚██████╗ ██║ ╚═╝ ██║ ███████║ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚══════╝ e ok about to fork child process waiting until server is ready for connections forked process error child process failed exited with error number users me temp craftercms crafter delivery env crafter deployer may pm org apache catalina startup classloaderfactory validatefile warning problem with directory exists isdirectory canread usage java org apache catalina startup catalina help start stop sending stop command to solr running on port waiting up to seconds to allow jetty process to stop gracefully build successful start it again gradlew start notice the error again on the screen about the child process failing ➜ craftercms git master gradlew start start e ██████╗ ██████╗ █████╗ ███████╗ ████████╗ ███████╗ ██████╗ ██████╗ ███╗ ███╗ ███████╗ ██╔════╝ ██╔══██╗ ██╔══██╗ ██╔════╝ ╚══██╔══╝ ██╔════╝ ██╔══██╗ ██╔════╝ ████╗ ████║ ██╔════╝ ██║ ██████╔╝ ███████║ █████╗ ██║ █████╗ ██████╔╝ ██║ ██╔████╔██║ ███████╗ ██║ ██╔══██╗ ██╔══██║ ██╔══╝ ██║ ██╔══╝ ██╔══██╗ ██║ ██║╚██╔╝██║ ╚════██║ ╚██████╗ ██║ ██║ ██║ ██║ ██║ ██║ ███████╗ ██║ ██║ ╚██████╗ ██║ ╚═╝ ██║ ███████║ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚══════╝ e ok about to fork child process waiting until server is ready for connections forked process error child process failed exited with error number users me temp craftercms crafter auth env crafter deployer starting solr server on port tomcat started archiving old gc log files to users me temp craftercms crafter auth env solr server logs archived e ██████╗ ██████╗ █████╗ ███████╗ ████████╗ ███████╗ ██████╗ ██████╗ ███╗ ███╗ ███████╗ ██╔════╝ ██╔══██╗ ██╔══██╗ ██╔════╝ ╚══██╔══╝ ██╔════╝ ██╔══██╗ ██╔════╝ ████╗ ████║ ██╔════╝ ██║ ██████╔╝ ███████║ █████╗ ██║ █████╗ ██████╔╝ ██║ ██╔████╔██║ ███████╗ ██║ ██╔══██╗ ██╔══██║ ██╔══╝ ██║ ██╔══╝ ██╔══██╗ ██║ ██║╚██╔╝██║ ╚════██║ ╚██████╗ ██║ ██║ ██║ ██║ ██║ ██║ ███████╗ ██║ ██║ ╚██████╗ ██║ ╚═╝ ██║ ███████║ ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚══════╝ e ok about to fork child process waiting until server is ready for connections forked process error child process failed exited with error number users me temp craftercms crafter delivery env crafter deployer starting solr server on port tomcat started archiving old gc log files to users me temp craftercms crafter delivery env solr server logs archived build successful total time secs here s the mongodb log file ➜ craftercms git master cat crafter auth env data mongodb mongod log i control mongodb starting pid port dbpath users me temp craftercms crafter auth env data mongodb bit host me macbook pro local i control db version i control git version i control allocator system i control modules none i control build environment i control distarch i control target arch i control options net port processmanagement fork true storage dbpath users me temp craftercms crafter auth env data mongodb directoryperdb true journal enabled true systemlog destination file path users me temp craftercms crafter auth env data mongodb mongod log e network listen bind failed address already in use for socket e network addr already in use e network failed to set up sockets during startup e storage failed to set up listener internalerror failed to set up sockets i network shutdown going to close listening sockets i network shutdown going to flush diaglog i control now exiting i control shutting down with code
1
674,882
23,069,133,760
IssuesEvent
2022-07-25 16:18:58
WordPress/openverse-api
https://api.github.com/repos/WordPress/openverse-api
closed
Link to `CONTRIBUTING.md` in consumer API docs
good first issue help wanted 🟩 priority: low ✨ goal: improvement 📄 aspect: text
## Description <!-- Describe the feature and how it solves the problem. --> Originally reported by @dhruvkb Link: https://api.openverse.engineering/v1/#section/Contribute We should instead to the [repo contributing document](https://github.com/WordPress/openverse-api/blob/main/CONTRIBUTING.md), or down the line our [shared contributing document](https://github.com/WordPress/openverse/blob/main/CONTRIBUTING.md). ## Additional context <!-- Add any other context about the feature here; or delete the section entirely. --> ## Implementation <!-- Replace the [ ] with [x] to check the box. --> - [ ] 🙋 I would be interested in implementing this feature.
1.0
Link to `CONTRIBUTING.md` in consumer API docs - ## Description <!-- Describe the feature and how it solves the problem. --> Originally reported by @dhruvkb Link: https://api.openverse.engineering/v1/#section/Contribute We should instead to the [repo contributing document](https://github.com/WordPress/openverse-api/blob/main/CONTRIBUTING.md), or down the line our [shared contributing document](https://github.com/WordPress/openverse/blob/main/CONTRIBUTING.md). ## Additional context <!-- Add any other context about the feature here; or delete the section entirely. --> ## Implementation <!-- Replace the [ ] with [x] to check the box. --> - [ ] 🙋 I would be interested in implementing this feature.
priority
link to contributing md in consumer api docs description originally reported by dhruvkb link we should instead to the or down the line our additional context implementation 🙋 i would be interested in implementing this feature
1
694,216
23,806,440,371
IssuesEvent
2022-09-04 05:14:01
smcnab1/op-question-mark
https://api.github.com/repos/smcnab1/op-question-mark
closed
[FR] Add Travel Popup
Status: Confirmed Type: Feature Priority: Low For: Frontend
Add popup for travel like notifications with option of person and where going
1.0
[FR] Add Travel Popup - Add popup for travel like notifications with option of person and where going
priority
add travel popup add popup for travel like notifications with option of person and where going
1
691,497
23,699,048,408
IssuesEvent
2022-08-29 17:10:48
KendallDoesCoding/mogul-christmas
https://api.github.com/repos/KendallDoesCoding/mogul-christmas
closed
Improve design of "Rate Song" page
enhancement help wanted good first issue css 🟩 priority: low EddieHub:good-first-issue 🔢 points: 3 UI/UX
As part of the UI Update (#203), improve design of the rate song form, it looks very basic, and I would rate the page 0.5/10 🤣 .
1.0
Improve design of "Rate Song" page - As part of the UI Update (#203), improve design of the rate song form, it looks very basic, and I would rate the page 0.5/10 🤣 .
priority
improve design of rate song page as part of the ui update improve design of the rate song form it looks very basic and i would rate the page 🤣
1
401,349
11,789,083,557
IssuesEvent
2020-03-17 16:34:23
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
Sanitycheck generated incorrect acrn.xml on acrn platform
area: Sanitycheck bug priority: low
**Describe the bug** Running sanitycheck on acrn platform, the generated two files acrn.xml and sanitycheck.xml are not same in sanity-out directory, the test results in these two files are different. the result in sanitycheck.xml should be right, it's the same with sanitycheck.log. **To Reproduce** Steps to reproduce the behavior: 1. sanitycheck -p acrn --device-testing --device-serial /dev/ttyUSB1 -T tests --west-flash="acrn_up2.sh" 2. See error **Screenshots or console output** 1. test results in acrn.xml **testsuites><testsuite errors="49" failures="0" name="Sanitycheck" skipped="0" tests="51" time="1458.823267"** 2. test results in sanitycheck.xml **testsuites><testsuite errors="0" failures="7" name="Sanitycheck" skip="20" tests="125" time="1458.823267"** **Environment (please complete the following information):** - OS: fedora28 - Toolchain: zephyr-sdk-0.11.1 - Commit ID: 46330f13ed
1.0
Sanitycheck generated incorrect acrn.xml on acrn platform - **Describe the bug** Running sanitycheck on acrn platform, the generated two files acrn.xml and sanitycheck.xml are not same in sanity-out directory, the test results in these two files are different. the result in sanitycheck.xml should be right, it's the same with sanitycheck.log. **To Reproduce** Steps to reproduce the behavior: 1. sanitycheck -p acrn --device-testing --device-serial /dev/ttyUSB1 -T tests --west-flash="acrn_up2.sh" 2. See error **Screenshots or console output** 1. test results in acrn.xml **testsuites><testsuite errors="49" failures="0" name="Sanitycheck" skipped="0" tests="51" time="1458.823267"** 2. test results in sanitycheck.xml **testsuites><testsuite errors="0" failures="7" name="Sanitycheck" skip="20" tests="125" time="1458.823267"** **Environment (please complete the following information):** - OS: fedora28 - Toolchain: zephyr-sdk-0.11.1 - Commit ID: 46330f13ed
priority
sanitycheck generated incorrect acrn xml on acrn platform describe the bug running sanitycheck on acrn platform the generated two files acrn xml and sanitycheck xml are not same in sanity out directory the test results in these two files are different the result in sanitycheck xml should be right it s the same with sanitycheck log to reproduce steps to reproduce the behavior sanitycheck p acrn device testing device serial dev t tests west flash acrn sh see error screenshots or console output test results in acrn xml testsuites testsuite errors failures name sanitycheck skipped tests time test results in sanitycheck xml testsuites testsuite errors failures name sanitycheck skip tests time environment please complete the following information os toolchain zephyr sdk commit id
1
535,126
15,682,771,725
IssuesEvent
2021-03-25 07:50:47
python-discord/site
https://api.github.com/repos/python-discord/site
opened
Unexpected 500 error when searching infraction for valid regex
area: API priority: 3 - low type: bug
Attempting a regex search with `!infraction search "a{3,5}b"` hits the /bot/infractions/extended endpoint with `{"search": "a{3,5}b"}`, This is a valid regex search, however the site throws a 500 error inside the database, rejecting the regex with: ``` django.db.utils.DataError: invalid regular expression: braces {} not balanced ```
1.0
Unexpected 500 error when searching infraction for valid regex - Attempting a regex search with `!infraction search "a{3,5}b"` hits the /bot/infractions/extended endpoint with `{"search": "a{3,5}b"}`, This is a valid regex search, however the site throws a 500 error inside the database, rejecting the regex with: ``` django.db.utils.DataError: invalid regular expression: braces {} not balanced ```
priority
unexpected error when searching infraction for valid regex attempting a regex search with infraction search a b hits the bot infractions extended endpoint with search a b this is a valid regex search however the site throws a error inside the database rejecting the regex with django db utils dataerror invalid regular expression braces not balanced
1
128,244
5,051,601,944
IssuesEvent
2016-12-20 22:25:13
duckduckgo/zeroclickinfo-fathead
https://api.github.com/repos/duckduckgo/zeroclickinfo-fathead
closed
MDN CSS: Add aliases (redirects) -- background
Difficulty: Low Mission: Programming Priority: High Status: Needs a Developer Topic: CSS
<!-- Please use the appropriate issue title format: BUG FIX {IA Name} Bug: {Short description of bug} SUGGESTION {IA Name} Suggestion: {Short description of suggestion}" OTHER {IA Name}: {Short description} --> ### Description <!-- Describe the bug or suggestion in detail --> This IA shows answers for searches such as [background color](https://duckduckgo.com/?q=css+background+color&t=lm&ia=about) but not for searches such as `color background`. ## What to do. Create a new text file called redirects.txt in the same folder as [articles.txt](https://github.com/duckduckgo/zeroclickinfo-fathead/blob/master/lib/fathead/mdn_css/articles.txt). Create aliases for each entry in [articles.txt](https://github.com/duckduckgo/zeroclickinfo-fathead/blob/master/lib/fathead/mdn_css/articles.txt) for which `background` is prepended or appended to one of the following words: - color - width - height - position - size - align - center - image Each alias goes to its line in redirects.txt in the following format: `alias,original name` ## Example entries `background-color,color-background` ## People to notify <!-- Please @mention any relevant people/organizations here:--> @moollaza @hchienjo ## Get Started - [ ] 1) Claim this issue by commenting below - [ ] 2) Review our [Contributing Guide](https://github.com/duckduckgo/zeroclickinfo-fathead/blob/master/CONTRIBUTING.md) - [ ] 3) [Set up your development environment](https://docs.duckduckhack.com/welcome/setup-dev-environment.html), and fork this repository - [ ] 4) Create a Pull Request ## Resources - Join [DuckDuckHack Slack](https://quackslack.herokuapp.com/) to ask questions - Join the [DuckDuckHack Forum](https://forum.duckduckhack.com/) to discuss project planning and Instant Answer metrics - Read the [DuckDuckHack Documentation](https://docs.duckduckhack.com/) for technical help <!-- DO NOT REMOVE --> --- <!-- The Instant Answer ID can be found by clicking the `?` icon beside the Instant Answer result on DuckDuckGo.com --> Instant Answer Page: https://duck.co/ia/view/mdn_css <!-- FILL THIS IN: ^^^^ -->
1.0
MDN CSS: Add aliases (redirects) -- background - <!-- Please use the appropriate issue title format: BUG FIX {IA Name} Bug: {Short description of bug} SUGGESTION {IA Name} Suggestion: {Short description of suggestion}" OTHER {IA Name}: {Short description} --> ### Description <!-- Describe the bug or suggestion in detail --> This IA shows answers for searches such as [background color](https://duckduckgo.com/?q=css+background+color&t=lm&ia=about) but not for searches such as `color background`. ## What to do. Create a new text file called redirects.txt in the same folder as [articles.txt](https://github.com/duckduckgo/zeroclickinfo-fathead/blob/master/lib/fathead/mdn_css/articles.txt). Create aliases for each entry in [articles.txt](https://github.com/duckduckgo/zeroclickinfo-fathead/blob/master/lib/fathead/mdn_css/articles.txt) for which `background` is prepended or appended to one of the following words: - color - width - height - position - size - align - center - image Each alias goes to its line in redirects.txt in the following format: `alias,original name` ## Example entries `background-color,color-background` ## People to notify <!-- Please @mention any relevant people/organizations here:--> @moollaza @hchienjo ## Get Started - [ ] 1) Claim this issue by commenting below - [ ] 2) Review our [Contributing Guide](https://github.com/duckduckgo/zeroclickinfo-fathead/blob/master/CONTRIBUTING.md) - [ ] 3) [Set up your development environment](https://docs.duckduckhack.com/welcome/setup-dev-environment.html), and fork this repository - [ ] 4) Create a Pull Request ## Resources - Join [DuckDuckHack Slack](https://quackslack.herokuapp.com/) to ask questions - Join the [DuckDuckHack Forum](https://forum.duckduckhack.com/) to discuss project planning and Instant Answer metrics - Read the [DuckDuckHack Documentation](https://docs.duckduckhack.com/) for technical help <!-- DO NOT REMOVE --> --- <!-- The Instant Answer ID can be found by clicking the `?` icon beside the Instant Answer result on DuckDuckGo.com --> Instant Answer Page: https://duck.co/ia/view/mdn_css <!-- FILL THIS IN: ^^^^ -->
priority
mdn css add aliases redirects background please use the appropriate issue title format bug fix ia name bug short description of bug suggestion ia name suggestion short description of suggestion other ia name short description description this ia shows answers for searches such as but not for searches such as color background what to do create a new text file called redirects txt in the same folder as create aliases for each entry in for which background is prepended or appended to one of the following words color width height position size align center image each alias goes to its line in redirects txt in the following format alias original name example entries background color color background people to notify moollaza hchienjo get started claim this issue by commenting below review our and fork this repository create a pull request resources join to ask questions join the to discuss project planning and instant answer metrics read the for technical help instant answer page
1
642,256
20,871,915,445
IssuesEvent
2022-03-22 12:46:24
datavisyn/tdp_core
https://api.github.com/repos/datavisyn/tdp_core
closed
consider prefetching views
status: help wanted priority: low
in order to improve the user experience we could prefetch some views + their data if they are possible. Such that the data is loaded and the e.g. rendered in a dom node that is not yet attached to the real DOM. or a way just to load the data of the view
1.0
consider prefetching views - in order to improve the user experience we could prefetch some views + their data if they are possible. Such that the data is loaded and the e.g. rendered in a dom node that is not yet attached to the real DOM. or a way just to load the data of the view
priority
consider prefetching views in order to improve the user experience we could prefetch some views their data if they are possible such that the data is loaded and the e g rendered in a dom node that is not yet attached to the real dom or a way just to load the data of the view
1
596,468
18,104,316,406
IssuesEvent
2021-09-22 17:25:45
NOAA-GSL/VxLegacyIngest
https://api.github.com/repos/NOAA-GSL/VxLegacyIngest
closed
Missing model data in verification database at longer forecast lengths
Type: Bug Priority: Low
--- Author Name: **bonny.strong** (bonny.strong) Original Redmine Issue: 9154, https://vlab.ncep.noaa.gov/redmine/issues/9154 Original Date: 2015-07-06 Original Assignee: bonny.strong --- Judy, Xue, and I determined that some of the FIM real-time model data is not getting into the verification database at longer forecast lengths. We've tracked this down to an issue in the rocoto workflow scripts where it starts running the verification job as soon as the first file from a model run is available rather than the last file. So in some cases the verification job is exiting (without giving an error return code) before all the model data files are processed. We have found this to be the case at varying dates on all FIM runs on jet and zeus. We have only checked the EMB database, but assume it will be the same in the HIWPP database. It also goes back for many months (years?) I don't know if this needs to be checked in regional models? Judy has already changed the scripts on zeus to fix this and will fix it on jet tomorrow. We are hoping to enlist Jeff H's help to also modify the perl scripts to return an error code when this happens.
1.0
Missing model data in verification database at longer forecast lengths - --- Author Name: **bonny.strong** (bonny.strong) Original Redmine Issue: 9154, https://vlab.ncep.noaa.gov/redmine/issues/9154 Original Date: 2015-07-06 Original Assignee: bonny.strong --- Judy, Xue, and I determined that some of the FIM real-time model data is not getting into the verification database at longer forecast lengths. We've tracked this down to an issue in the rocoto workflow scripts where it starts running the verification job as soon as the first file from a model run is available rather than the last file. So in some cases the verification job is exiting (without giving an error return code) before all the model data files are processed. We have found this to be the case at varying dates on all FIM runs on jet and zeus. We have only checked the EMB database, but assume it will be the same in the HIWPP database. It also goes back for many months (years?) I don't know if this needs to be checked in regional models? Judy has already changed the scripts on zeus to fix this and will fix it on jet tomorrow. We are hoping to enlist Jeff H's help to also modify the perl scripts to return an error code when this happens.
priority
missing model data in verification database at longer forecast lengths author name bonny strong bonny strong original redmine issue original date original assignee bonny strong judy xue and i determined that some of the fim real time model data is not getting into the verification database at longer forecast lengths we ve tracked this down to an issue in the rocoto workflow scripts where it starts running the verification job as soon as the first file from a model run is available rather than the last file so in some cases the verification job is exiting without giving an error return code before all the model data files are processed we have found this to be the case at varying dates on all fim runs on jet and zeus we have only checked the emb database but assume it will be the same in the hiwpp database it also goes back for many months years i don t know if this needs to be checked in regional models judy has already changed the scripts on zeus to fix this and will fix it on jet tomorrow we are hoping to enlist jeff h s help to also modify the perl scripts to return an error code when this happens
1
318,949
9,725,658,106
IssuesEvent
2019-05-30 09:19:00
numpy/numpy
https://api.github.com/repos/numpy/numpy
closed
__setitem__ shape mismatch error is incorrect
00 - Bug component: numpy.core priority: low
The error message produced by setting value of mismatching shape to array is incorrect. Here is an example. ```python >>> a = numpy.zeros((4, 4, 4)) >>> ind = numpy.array([[1,0], [2, 3]]) >>> v_shape = (2,2,4,4) >>> v = numpy.arange(np.prod(v_shape)).reshape(v_shape) >>> a[:, ind, :] = v ValueError: shape mismatch: value array of shape (2,2,4,4) could not be broadcast to indexing result of shape (2,2,4,4) ``` The shape that is requested by this example is `(4, 2, 2, 4)`. Therefore, error message should say ```python ValueError: shape mismatch: value array of shape (2,2,4,4) could not be broadcast to indexing result of shape (4,2,2,4) ```
1.0
__setitem__ shape mismatch error is incorrect - The error message produced by setting value of mismatching shape to array is incorrect. Here is an example. ```python >>> a = numpy.zeros((4, 4, 4)) >>> ind = numpy.array([[1,0], [2, 3]]) >>> v_shape = (2,2,4,4) >>> v = numpy.arange(np.prod(v_shape)).reshape(v_shape) >>> a[:, ind, :] = v ValueError: shape mismatch: value array of shape (2,2,4,4) could not be broadcast to indexing result of shape (2,2,4,4) ``` The shape that is requested by this example is `(4, 2, 2, 4)`. Therefore, error message should say ```python ValueError: shape mismatch: value array of shape (2,2,4,4) could not be broadcast to indexing result of shape (4,2,2,4) ```
priority
setitem shape mismatch error is incorrect the error message produced by setting value of mismatching shape to array is incorrect here is an example python a numpy zeros ind numpy array v shape v numpy arange np prod v shape reshape v shape a v valueerror shape mismatch value array of shape could not be broadcast to indexing result of shape the shape that is requested by this example is therefore error message should say python valueerror shape mismatch value array of shape could not be broadcast to indexing result of shape
1
418,124
12,193,623,271
IssuesEvent
2020-04-29 14:40:03
aol/moloch
https://api.github.com/repos/aol/moloch
closed
Feature Request: fix table header
enhancement low priority viewer
allow a user to fix the table header on the sessions page and scroll the body of the table
1.0
Feature Request: fix table header - allow a user to fix the table header on the sessions page and scroll the body of the table
priority
feature request fix table header allow a user to fix the table header on the sessions page and scroll the body of the table
1
793,584
28,002,439,549
IssuesEvent
2023-03-27 13:34:45
quentin452/privates-minecraft-modpack
https://api.github.com/repos/quentin452/privates-minecraft-modpack
closed
[1.7.10] Spam log : Failed to send analytics event data. Result of attempt: Connexion refusée (Connection refused)
bug priority low 1.7.10 Bigess pack cat edition
Spam log every 10 seconds when iam in the multiplayer menu
1.0
[1.7.10] Spam log : Failed to send analytics event data. Result of attempt: Connexion refusée (Connection refused) - Spam log every 10 seconds when iam in the multiplayer menu
priority
spam log failed to send analytics event data result of attempt connexion refusée connection refused spam log every seconds when iam in the multiplayer menu
1
640,423
20,782,685,657
IssuesEvent
2022-03-16 16:04:29
AY2122S2-CS2113-F10-2/tp
https://api.github.com/repos/AY2122S2-CS2113-F10-2/tp
closed
As a user who has not seen items physically, I want to get the description of a particular item
type.Story priority.Low
...so that I can visualise the item better to know if it is what I need
1.0
As a user who has not seen items physically, I want to get the description of a particular item - ...so that I can visualise the item better to know if it is what I need
priority
as a user who has not seen items physically i want to get the description of a particular item so that i can visualise the item better to know if it is what i need
1
536,850
15,715,800,948
IssuesEvent
2021-03-28 03:28:55
AY2021S2-CS2103T-T10-1/tp
https://api.github.com/repos/AY2021S2-CS2103T-T10-1/tp
closed
See details of dogs
priority.Low type.Story
I want to be able to see the details of the dogs in the school so that I can offer the dogs more specialised/catered services if necessary. Example of details: -Breed -Dietary restrictions -Gender -Age  -Health conditions -Class they are enrolled in
1.0
See details of dogs - I want to be able to see the details of the dogs in the school so that I can offer the dogs more specialised/catered services if necessary. Example of details: -Breed -Dietary restrictions -Gender -Age  -Health conditions -Class they are enrolled in
priority
see details of dogs i want to be able to see the details of the dogs in the school so that i can offer the dogs more specialised catered services if necessary example of details breed dietary restrictions gender age  health conditions class they are enrolled in
1
530,554
15,434,030,992
IssuesEvent
2021-03-07 00:55:30
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
opened
[Coverity CID :219597] Untrusted value as argument in tests/net/lib/coap/src/main.c
Coverity bug priority: low
Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/bd97359a5338b2542d19011b6d6aa1d8d1b9cc3f/tests/net/lib/coap/src/main.c Category: Insecure data handling Function: `test_parse_req_build_ack` Component: Tests CID: [219597](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=219597) Details: https://github.com/zephyrproject-rtos/zephyr/blob/bd97359a5338b2542d19011b6d6aa1d8d1b9cc3f/tests/net/lib/coap/src/main.c#L578 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 :219597] Untrusted value as argument in tests/net/lib/coap/src/main.c - Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/bd97359a5338b2542d19011b6d6aa1d8d1b9cc3f/tests/net/lib/coap/src/main.c Category: Insecure data handling Function: `test_parse_req_build_ack` Component: Tests CID: [219597](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=219597) Details: https://github.com/zephyrproject-rtos/zephyr/blob/bd97359a5338b2542d19011b6d6aa1d8d1b9cc3f/tests/net/lib/coap/src/main.c#L578 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
untrusted value as argument in tests net lib coap src main c static code scan issues found in file category insecure data handling function test parse req build ack component tests cid details 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
105,043
4,229,313,162
IssuesEvent
2016-07-04 07:05:27
gvlproject/genomespace
https://api.github.com/repos/gvlproject/genomespace
opened
maven/tomcat caching things
bug low priority
every time i make a change (especially a small change) maven seems to not be overwriting the files in $TOMCAT_HOME/webapps directory. Have to manually remove everything but ROOT each time before compilation. This is a very low priority issue but more something to be aware of @ykowsar
1.0
maven/tomcat caching things - every time i make a change (especially a small change) maven seems to not be overwriting the files in $TOMCAT_HOME/webapps directory. Have to manually remove everything but ROOT each time before compilation. This is a very low priority issue but more something to be aware of @ykowsar
priority
maven tomcat caching things every time i make a change especially a small change maven seems to not be overwriting the files in tomcat home webapps directory have to manually remove everything but root each time before compilation this is a very low priority issue but more something to be aware of ykowsar
1
81,490
3,591,494,978
IssuesEvent
2016-02-01 12:05:05
ublaboo/datagrid
https://api.github.com/repos/ublaboo/datagrid
closed
Rozsiahlejšie možnosti vlastného renderu
enhancement priority-low
Aktuálne je možné definovať vlastný render iba pre obsah bunky v štandardnom stave. ```latte {define col-id} :) {/define} ``` Bolo by fajn rozšíriť možnosti o: - `col-<id>-inline` - šablóna inline editácie - `col-<id>-header` - hlavička
1.0
Rozsiahlejšie možnosti vlastného renderu - Aktuálne je možné definovať vlastný render iba pre obsah bunky v štandardnom stave. ```latte {define col-id} :) {/define} ``` Bolo by fajn rozšíriť možnosti o: - `col-<id>-inline` - šablóna inline editácie - `col-<id>-header` - hlavička
priority
rozsiahlejšie možnosti vlastného renderu aktuálne je možné definovať vlastný render iba pre obsah bunky v štandardnom stave latte define col id define bolo by fajn rozšíriť možnosti o col inline šablóna inline editácie col header hlavička
1
585,363
17,485,883,012
IssuesEvent
2021-08-09 11:00:03
gnosis/ido-ux
https://api.github.com/repos/gnosis/ido-ux
closed
Checkmark icon is not displayed in 1 line with the text on the confirmation modal
bug low priority QA passed QA
I placed/cancelled an order with long numbers in amounts; token names were long as well. As a result, text on the confirmation pop-up was shifted: ![status.jpg](https://images.zenhubusercontent.com/5f55ec970a2e890ec10f7778/d4a9f1ad-a2e2-4bdc-8718-8fbe7af4257f) ![image](https://user-images.githubusercontent.com/70885163/127517261-ed10cdf2-acca-4c0b-ae39-76f8f2e4a76e.png) **Expected**: text should be in 1 line with the icon
1.0
Checkmark icon is not displayed in 1 line with the text on the confirmation modal - I placed/cancelled an order with long numbers in amounts; token names were long as well. As a result, text on the confirmation pop-up was shifted: ![status.jpg](https://images.zenhubusercontent.com/5f55ec970a2e890ec10f7778/d4a9f1ad-a2e2-4bdc-8718-8fbe7af4257f) ![image](https://user-images.githubusercontent.com/70885163/127517261-ed10cdf2-acca-4c0b-ae39-76f8f2e4a76e.png) **Expected**: text should be in 1 line with the icon
priority
checkmark icon is not displayed in line with the text on the confirmation modal i placed cancelled an order with long numbers in amounts token names were long as well as a result text on the confirmation pop up was shifted expected text should be in line with the icon
1
780,713
27,405,292,399
IssuesEvent
2023-03-01 06:04:45
Baystation12/Baystation12
https://api.github.com/repos/Baystation12/Baystation12
closed
Titanium stacks can't be used to construct anything
Priority: Low Needs Reproduction
Reported by Juxtaposed on server #### Description of issue Titanium stacks cannot be used to construct things. #### Difference between expected and actual behavior Titanium stacks should have a build menu like other material stacks. #### Steps to reproduce 1. Get the titanium stack from engineering 2. Attempt to use it #### Specific information for locating - `MATERIAL_TITANIUM` - `/material/plasteel/titanium` - `/obj/item/stack/material/titanium` #### Length of time in which bug has been known to occur Noted today #### Client version, Server revision & Game ID Client Version: 514 Server Revision: 1726052be01cc525da8712466a643ad2cff209e9 - dev - 2022-08-02 Game ID: cjf-aamO Current map: SEV Torch #### Issue bingo <!-- Check these by writing an x inside the [ ] (like this: [x])--> <!-- Don't forget to remove the space between the brackets, or it won't work! --> - [x] Issue could be reproduced at least once - [x] Issue could be reproduced by different players - [x] Issue could be reproduced in multiple rounds - [X] Issue happened in a recent (less than 7 days ago) round - [X] [Couldn't find an existing issue about this](https://github.com/Baystation12/Baystation12/issues)
1.0
Titanium stacks can't be used to construct anything - Reported by Juxtaposed on server #### Description of issue Titanium stacks cannot be used to construct things. #### Difference between expected and actual behavior Titanium stacks should have a build menu like other material stacks. #### Steps to reproduce 1. Get the titanium stack from engineering 2. Attempt to use it #### Specific information for locating - `MATERIAL_TITANIUM` - `/material/plasteel/titanium` - `/obj/item/stack/material/titanium` #### Length of time in which bug has been known to occur Noted today #### Client version, Server revision & Game ID Client Version: 514 Server Revision: 1726052be01cc525da8712466a643ad2cff209e9 - dev - 2022-08-02 Game ID: cjf-aamO Current map: SEV Torch #### Issue bingo <!-- Check these by writing an x inside the [ ] (like this: [x])--> <!-- Don't forget to remove the space between the brackets, or it won't work! --> - [x] Issue could be reproduced at least once - [x] Issue could be reproduced by different players - [x] Issue could be reproduced in multiple rounds - [X] Issue happened in a recent (less than 7 days ago) round - [X] [Couldn't find an existing issue about this](https://github.com/Baystation12/Baystation12/issues)
priority
titanium stacks can t be used to construct anything reported by juxtaposed on server description of issue titanium stacks cannot be used to construct things difference between expected and actual behavior titanium stacks should have a build menu like other material stacks steps to reproduce get the titanium stack from engineering attempt to use it specific information for locating material titanium material plasteel titanium obj item stack material titanium length of time in which bug has been known to occur noted today client version server revision game id client version server revision dev game id cjf aamo current map sev torch issue bingo issue could be reproduced at least once issue could be reproduced by different players issue could be reproduced in multiple rounds issue happened in a recent less than days ago round
1
404,723
11,862,140,231
IssuesEvent
2020-03-25 17:26:30
rathena/rathena
https://api.github.com/repos/rathena/rathena
closed
Homunculus System Update
component:database component:skill mode:renewal priority:low status:confirmed status:inprogress type:bug
* **rAthena Hash**: e7e9cf6 * **Client Date**: N/A * **Server Mode**: Renewal * **Description of Issue**: * Result: kRO updated several homunculi skills. * Expected Result: Match new kRO behavior. * How to Reproduce: Use given hash above. * Official Information: - [x] The base level is increased from 150 to 175. - [x] The experience tables are modified to low levels, less experience is needed at high levels, you will need more experience. - [x] The global cooldown of all the abilities of standard homages is modified [Lif, Amistr, Filir, Vanilmirth]. - [x] The maximum level of some skills of the homunculus S is increased and their formulas are balanced. - [x] All the experience when the homunculus kills a target is given to the Genetic (including JEXP). - [x] 10% of the experience obtained by the Genetic is given to the homunculus adjusted to its base level. - [x] The auto-feed function is added to the homunculus. (#3007) -> Eira: - [x] Eraser Cutter: Maximum level is increased from 5 to 10, its damage is increased, the wind property of the skill is eliminated. - [x] Xeno Slasher: Maximum level is increased from 5 to 10, its damage is increased, the wind property is added to the skill, its global cooldown is eliminated. -> Eleanor: - [x] Style Change: Cast time is removed. - [x] Sonic Claw: The global cooldown is changed by skill cooldown. - [x] Silvervein Rush: Maximum level is increased from 5 to 10, its damage is increased, skill cooldown is reduced slightly. - [x] Midnight Frenzy: Maximum level is increased from 5 to 10, its damage is increased, skill cooldown is reduced slightly. -> Bayeri: - [x] Angriffs Modus: The reduction of DEF / FLEE is lower. - [x] Stahl Horn: Maximum level is increased from 5 to 10, its damage is increased, its global cooldown is eliminated. - [x] Heilige Stange: Maximum level is increased from 5 to 10, its damage is increased, its global cooldown is eliminated, the range is increased. -> Sera: - [x] Pain Killer: Maximum level increases from 5 to 10, the cast can be made up to 5 cells away from the genetic. (maximum 2333,3333) - [x] Needle of Paralyze: Maximum level is increased from 5 to 10, its damage is increased, its global cooldown is eliminated -> Dieter: - [x] Pyroclastic: Maximum level is increased from 5 to 10, the debuff break weapon is eliminated. - [x] Lava Slide: Maximum level increases from 5 to 10, the maximum area range increases. Thanks to [Ziu](http://ziu-ro.blogspot.com/2017/10/homunculus-system-update-ragnarok-online.html)! [(kRO Source)](http://ro.gnjoy.com/news/event/View.asp?Seq=784&kind=A&curpage=1) TODO: - [ ] The formulas of physical and magical damage are changed, now the damage of both is increased. (Is this just referring to the damage adjustments of the individual skills or the overall ATK/MATK for the homunculus?) - [x] Confirm the cast time adjustments of the skills that were increased to max level 10. * **Modifications that may affect results**: * None
1.0
Homunculus System Update - * **rAthena Hash**: e7e9cf6 * **Client Date**: N/A * **Server Mode**: Renewal * **Description of Issue**: * Result: kRO updated several homunculi skills. * Expected Result: Match new kRO behavior. * How to Reproduce: Use given hash above. * Official Information: - [x] The base level is increased from 150 to 175. - [x] The experience tables are modified to low levels, less experience is needed at high levels, you will need more experience. - [x] The global cooldown of all the abilities of standard homages is modified [Lif, Amistr, Filir, Vanilmirth]. - [x] The maximum level of some skills of the homunculus S is increased and their formulas are balanced. - [x] All the experience when the homunculus kills a target is given to the Genetic (including JEXP). - [x] 10% of the experience obtained by the Genetic is given to the homunculus adjusted to its base level. - [x] The auto-feed function is added to the homunculus. (#3007) -> Eira: - [x] Eraser Cutter: Maximum level is increased from 5 to 10, its damage is increased, the wind property of the skill is eliminated. - [x] Xeno Slasher: Maximum level is increased from 5 to 10, its damage is increased, the wind property is added to the skill, its global cooldown is eliminated. -> Eleanor: - [x] Style Change: Cast time is removed. - [x] Sonic Claw: The global cooldown is changed by skill cooldown. - [x] Silvervein Rush: Maximum level is increased from 5 to 10, its damage is increased, skill cooldown is reduced slightly. - [x] Midnight Frenzy: Maximum level is increased from 5 to 10, its damage is increased, skill cooldown is reduced slightly. -> Bayeri: - [x] Angriffs Modus: The reduction of DEF / FLEE is lower. - [x] Stahl Horn: Maximum level is increased from 5 to 10, its damage is increased, its global cooldown is eliminated. - [x] Heilige Stange: Maximum level is increased from 5 to 10, its damage is increased, its global cooldown is eliminated, the range is increased. -> Sera: - [x] Pain Killer: Maximum level increases from 5 to 10, the cast can be made up to 5 cells away from the genetic. (maximum 2333,3333) - [x] Needle of Paralyze: Maximum level is increased from 5 to 10, its damage is increased, its global cooldown is eliminated -> Dieter: - [x] Pyroclastic: Maximum level is increased from 5 to 10, the debuff break weapon is eliminated. - [x] Lava Slide: Maximum level increases from 5 to 10, the maximum area range increases. Thanks to [Ziu](http://ziu-ro.blogspot.com/2017/10/homunculus-system-update-ragnarok-online.html)! [(kRO Source)](http://ro.gnjoy.com/news/event/View.asp?Seq=784&kind=A&curpage=1) TODO: - [ ] The formulas of physical and magical damage are changed, now the damage of both is increased. (Is this just referring to the damage adjustments of the individual skills or the overall ATK/MATK for the homunculus?) - [x] Confirm the cast time adjustments of the skills that were increased to max level 10. * **Modifications that may affect results**: * None
priority
homunculus system update rathena hash client date n a server mode renewal description of issue result kro updated several homunculi skills expected result match new kro behavior how to reproduce use given hash above official information the base level is increased from to the experience tables are modified to low levels less experience is needed at high levels you will need more experience the global cooldown of all the abilities of standard homages is modified the maximum level of some skills of the homunculus s is increased and their formulas are balanced all the experience when the homunculus kills a target is given to the genetic including jexp of the experience obtained by the genetic is given to the homunculus adjusted to its base level the auto feed function is added to the homunculus eira eraser cutter maximum level is increased from to its damage is increased the wind property of the skill is eliminated xeno slasher maximum level is increased from to its damage is increased the wind property is added to the skill its global cooldown is eliminated eleanor style change cast time is removed sonic claw the global cooldown is changed by skill cooldown silvervein rush maximum level is increased from to its damage is increased skill cooldown is reduced slightly midnight frenzy maximum level is increased from to its damage is increased skill cooldown is reduced slightly bayeri angriffs modus the reduction of def flee is lower stahl horn maximum level is increased from to its damage is increased its global cooldown is eliminated heilige stange maximum level is increased from to its damage is increased its global cooldown is eliminated the range is increased sera pain killer maximum level increases from to the cast can be made up to cells away from the genetic maximum needle of paralyze maximum level is increased from to its damage is increased its global cooldown is eliminated dieter pyroclastic maximum level is increased from to the debuff break weapon is eliminated lava slide maximum level increases from to the maximum area range increases thanks to todo the formulas of physical and magical damage are changed now the damage of both is increased is this just referring to the damage adjustments of the individual skills or the overall atk matk for the homunculus confirm the cast time adjustments of the skills that were increased to max level modifications that may affect results none
1
659,297
21,921,491,819
IssuesEvent
2022-05-22 16:37:36
softmatterlab/BRAPH-2-Matlab
https://api.github.com/repos/softmatterlab/BRAPH-2-Matlab
closed
Avoid multiple figure in PPItem, PPItemList, PPIDict, Callbacks
low priority GUI BRAPH2Genesis
Avoid the opening of multiple figure in the plot props: - [x] PlotPropItem - [x] PlotPropItemList - [x] PlotPropIDict - [x] Callbacks buttons also make them close automatically with the parent panel: - [x] PlotPropItem - [x] PlotPropItemList - [x] PlotPropIDict - [x] Callbacks buttons
1.0
Avoid multiple figure in PPItem, PPItemList, PPIDict, Callbacks - Avoid the opening of multiple figure in the plot props: - [x] PlotPropItem - [x] PlotPropItemList - [x] PlotPropIDict - [x] Callbacks buttons also make them close automatically with the parent panel: - [x] PlotPropItem - [x] PlotPropItemList - [x] PlotPropIDict - [x] Callbacks buttons
priority
avoid multiple figure in ppitem ppitemlist ppidict callbacks avoid the opening of multiple figure in the plot props plotpropitem plotpropitemlist plotpropidict callbacks buttons also make them close automatically with the parent panel plotpropitem plotpropitemlist plotpropidict callbacks buttons
1
534,492
15,624,480,286
IssuesEvent
2021-03-21 02:42:16
azerothcore/azerothcore-wotlk
https://api.github.com/repos/azerothcore/azerothcore-wotlk
closed
Razorfen Kraul Boss Summons TINY Pigs (Needs Confirm)
20-29 Not confirmed Priority - Low
<!-- IF YOU DO NOT FILL THIS TEMPLATE OUT, WE WILL CLOSE YOUR ISSUE! --> <!-- This template is for problem reports, for feature suggestion etc... feel free to edit it. If this is a crash report, upload the crashlog on https://gist.github.com/ For issues containing a fix, please create a Pull Request following this tutorial: http://www.azerothcore.org/wiki/Contribute#how-to-create-a-pull-request --> Razorfen Kraul Boss Summons TINY Pigs ##### CURRENT BEHAVIOUR: <!-- Describe the bug in detail. Database to link spells, NPCs, quests etc https://wowgaming.altervista.org/aowow/ --> Teeny tiny itty bitty boar spirits. ![WoWScrnShot_030121_142543](https://user-images.githubusercontent.com/61194190/109519745-6f454280-7aa3-11eb-9d7c-d48ce2a71332.jpg) ##### EXPECTED BLIZZLIKE BEHAVIOUR: <!-- Describe how it should be working without the bug. --> Normal sized spirits. ##### STEPS TO REPRODUCE THE PROBLEM: <!-- Describe precisely how to reproduce the bug so we can fix it or confirm its existence: - Which commands to use? Which NPC to teleport to? - Do we need to have debug flags on Cmake? - Do we need to look at the console while the bug happens? - Other steps --> 1. Enter Razorfen Kraul 2. Aggro this boss (Aggem Thorncurse, left side) 3. Observe tiny bacon ##### EXTRA NOTES: <!-- Any information that can help the developers to identify and fix the issue should be put here. Examples: - was this bug always present in AzerothCore? if it was introduced after a change, please mention it - the code line(s) that cause the issue - does this feature work in other server applications (e.g. CMaNGOS, TrinityCore, etc...) ? --> Might be related to my patch in client, haven't tested without, pls confirm. ##### AC HASH/COMMIT: <!-- IF YOU DO NOT FILL THIS OUT, WE WILL CLOSE YOUR ISSUE! NEVER WRITE "LATEST", ALWAYS PUT THE ACTUAL VALUE INSTEAD. Find the commit hash (unique identifier) by running "git log" on your own clone of AzerothCore or by looking at here https://github.com/azerothcore/azerothcore-wotlk/commits/master --> AzerothCore rev. c2f274e06dcf 2021-02-28 13:31:49 +0000 (master branch) (Unix, RelWithDebInfo) ##### OPERATING SYSTEM: <!-- Windows 7/10, Debian 8/9/10, Ubuntu 16/18 etc... --> ##### MODULES: <!-- Are you using modules? If yes, list them (note them down in a .txt for opening future issues) --> ##### OTHER CUSTOMIZATIONS: <!-- Are you using any extra script? - Did you apply any core patch/diff? - Did you modify your database? - Or do you have other customizations? If yes please specify them here. --> <!-- ------------------------- THE END ------------------------------ Thank you for your contribution. If you use AzerothCore regularly, we really NEED your help to: - TEST our fixes ( http://www.azerothcore.org/wiki/Contribute#how-to-test-a-pull-request ) - Report issues - Improve the documentation/wiki With your help the project can evolve much quicker! --> <!-- NOTE: If you intend to contribute more than once, you should really join us on our discord channel! We set cosmetic ranks for our contributors and may give access to special resources/knowledge to them! The link is on our site http://azerothcore.org/ --> <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/96862297-razorfen-kraul-boss-summons-tiny-pigs-needs-confirm?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github). </bountysource-plugin>
1.0
Razorfen Kraul Boss Summons TINY Pigs (Needs Confirm) - <!-- IF YOU DO NOT FILL THIS TEMPLATE OUT, WE WILL CLOSE YOUR ISSUE! --> <!-- This template is for problem reports, for feature suggestion etc... feel free to edit it. If this is a crash report, upload the crashlog on https://gist.github.com/ For issues containing a fix, please create a Pull Request following this tutorial: http://www.azerothcore.org/wiki/Contribute#how-to-create-a-pull-request --> Razorfen Kraul Boss Summons TINY Pigs ##### CURRENT BEHAVIOUR: <!-- Describe the bug in detail. Database to link spells, NPCs, quests etc https://wowgaming.altervista.org/aowow/ --> Teeny tiny itty bitty boar spirits. ![WoWScrnShot_030121_142543](https://user-images.githubusercontent.com/61194190/109519745-6f454280-7aa3-11eb-9d7c-d48ce2a71332.jpg) ##### EXPECTED BLIZZLIKE BEHAVIOUR: <!-- Describe how it should be working without the bug. --> Normal sized spirits. ##### STEPS TO REPRODUCE THE PROBLEM: <!-- Describe precisely how to reproduce the bug so we can fix it or confirm its existence: - Which commands to use? Which NPC to teleport to? - Do we need to have debug flags on Cmake? - Do we need to look at the console while the bug happens? - Other steps --> 1. Enter Razorfen Kraul 2. Aggro this boss (Aggem Thorncurse, left side) 3. Observe tiny bacon ##### EXTRA NOTES: <!-- Any information that can help the developers to identify and fix the issue should be put here. Examples: - was this bug always present in AzerothCore? if it was introduced after a change, please mention it - the code line(s) that cause the issue - does this feature work in other server applications (e.g. CMaNGOS, TrinityCore, etc...) ? --> Might be related to my patch in client, haven't tested without, pls confirm. ##### AC HASH/COMMIT: <!-- IF YOU DO NOT FILL THIS OUT, WE WILL CLOSE YOUR ISSUE! NEVER WRITE "LATEST", ALWAYS PUT THE ACTUAL VALUE INSTEAD. Find the commit hash (unique identifier) by running "git log" on your own clone of AzerothCore or by looking at here https://github.com/azerothcore/azerothcore-wotlk/commits/master --> AzerothCore rev. c2f274e06dcf 2021-02-28 13:31:49 +0000 (master branch) (Unix, RelWithDebInfo) ##### OPERATING SYSTEM: <!-- Windows 7/10, Debian 8/9/10, Ubuntu 16/18 etc... --> ##### MODULES: <!-- Are you using modules? If yes, list them (note them down in a .txt for opening future issues) --> ##### OTHER CUSTOMIZATIONS: <!-- Are you using any extra script? - Did you apply any core patch/diff? - Did you modify your database? - Or do you have other customizations? If yes please specify them here. --> <!-- ------------------------- THE END ------------------------------ Thank you for your contribution. If you use AzerothCore regularly, we really NEED your help to: - TEST our fixes ( http://www.azerothcore.org/wiki/Contribute#how-to-test-a-pull-request ) - Report issues - Improve the documentation/wiki With your help the project can evolve much quicker! --> <!-- NOTE: If you intend to contribute more than once, you should really join us on our discord channel! We set cosmetic ranks for our contributors and may give access to special resources/knowledge to them! The link is on our site http://azerothcore.org/ --> <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/96862297-razorfen-kraul-boss-summons-tiny-pigs-needs-confirm?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github). </bountysource-plugin>
priority
razorfen kraul boss summons tiny pigs needs confirm this template is for problem reports for feature suggestion etc feel free to edit it if this is a crash report upload the crashlog on for issues containing a fix please create a pull request following this tutorial razorfen kraul boss summons tiny pigs current behaviour teeny tiny itty bitty boar spirits expected blizzlike behaviour normal sized spirits steps to reproduce the problem describe precisely how to reproduce the bug so we can fix it or confirm its existence which commands to use which npc to teleport to do we need to have debug flags on cmake do we need to look at the console while the bug happens other steps enter razorfen kraul aggro this boss aggem thorncurse left side observe tiny bacon extra notes any information that can help the developers to identify and fix the issue should be put here examples was this bug always present in azerothcore if it was introduced after a change please mention it the code line s that cause the issue does this feature work in other server applications e g cmangos trinitycore etc might be related to my patch in client haven t tested without pls confirm ac hash commit if you do not fill this out we will close your issue never write latest always put the actual value instead find the commit hash unique identifier by running git log on your own clone of azerothcore or by looking at here azerothcore rev master branch unix relwithdebinfo operating system modules other customizations are you using any extra script did you apply any core patch diff did you modify your database or do you have other customizations if yes please specify them here the end thank you for your contribution if you use azerothcore regularly we really need your help to test our fixes report issues improve the documentation wiki with your help the project can evolve much quicker note if you intend to contribute more than once you should really join us on our discord channel we set cosmetic ranks for our contributors and may give access to special resources knowledge to them the link is on our site want to back this issue we accept bounties via
1
818,616
30,696,609,125
IssuesEvent
2023-07-26 19:07:38
dimensionhq/fleet
https://api.github.com/repos/dimensionhq/fleet
opened
Implement Markdown Changelog Message in Inbox System
todo low-priority
Implement a changelog message feature to our inbox system before the launch of the dimension. The content format should be in Markdown to allow for the inclusion of release notes with images. Steps to complete the task: 1. Design and implement a system to send changelog messages to users. 2. Ensure the system supports Markdown format for easy creation of detailed messages. 3. Include fields for a short title and description for preview purposes. 4. Include additional fields to show the author and date published. 5. Coordinate with the design team to ensure the feature is user-friendly and visually appealing.
1.0
Implement Markdown Changelog Message in Inbox System - Implement a changelog message feature to our inbox system before the launch of the dimension. The content format should be in Markdown to allow for the inclusion of release notes with images. Steps to complete the task: 1. Design and implement a system to send changelog messages to users. 2. Ensure the system supports Markdown format for easy creation of detailed messages. 3. Include fields for a short title and description for preview purposes. 4. Include additional fields to show the author and date published. 5. Coordinate with the design team to ensure the feature is user-friendly and visually appealing.
priority
implement markdown changelog message in inbox system implement a changelog message feature to our inbox system before the launch of the dimension the content format should be in markdown to allow for the inclusion of release notes with images steps to complete the task design and implement a system to send changelog messages to users ensure the system supports markdown format for easy creation of detailed messages include fields for a short title and description for preview purposes include additional fields to show the author and date published coordinate with the design team to ensure the feature is user friendly and visually appealing
1
824,867
31,233,389,441
IssuesEvent
2023-08-20 01:03:48
Vandivier/ladderly-3
https://api.github.com/repos/Vandivier/ladderly-3
closed
footer and top nav as reusable components
good first issue low-priority
the footer is a duplicate repeat block and so is <div className="border-ladderly-light-purple flex border bg-ladderly-off-white px-4 py-1 text-ladderly-violet-700"> ... around the top nav extract them to their own components
1.0
footer and top nav as reusable components - the footer is a duplicate repeat block and so is <div className="border-ladderly-light-purple flex border bg-ladderly-off-white px-4 py-1 text-ladderly-violet-700"> ... around the top nav extract them to their own components
priority
footer and top nav as reusable components the footer is a duplicate repeat block and so is around the top nav extract them to their own components
1
634,954
20,375,004,663
IssuesEvent
2022-02-21 14:49:58
twinlogix/typetta
https://api.github.com/repos/twinlogix/typetta
closed
Add an option for clearer `ModelProjection` return
💫 improvements ⬇️ low priority
Now `ModelProjection` utility type return alway an object with the concatenation of the projection (`& { __projection: P }`). This is useful for a better type checking but it obfuscates the return type of find operations. Proposal: add `disableProjectionReturn` settings in the codegen.yml (default as false) that disable this behaviour. `disableProjectionReturn: false` ![image](https://user-images.githubusercontent.com/50401517/149980879-70897aaa-1818-4510-a2a0-060fd42a95f5.png) `disableProjectionReturn: true` ![image](https://user-images.githubusercontent.com/50401517/149981228-24b3a33b-68eb-4d3f-a151-f47b2f233d4a.png)
1.0
Add an option for clearer `ModelProjection` return - Now `ModelProjection` utility type return alway an object with the concatenation of the projection (`& { __projection: P }`). This is useful for a better type checking but it obfuscates the return type of find operations. Proposal: add `disableProjectionReturn` settings in the codegen.yml (default as false) that disable this behaviour. `disableProjectionReturn: false` ![image](https://user-images.githubusercontent.com/50401517/149980879-70897aaa-1818-4510-a2a0-060fd42a95f5.png) `disableProjectionReturn: true` ![image](https://user-images.githubusercontent.com/50401517/149981228-24b3a33b-68eb-4d3f-a151-f47b2f233d4a.png)
priority
add an option for clearer modelprojection return now modelprojection utility type return alway an object with the concatenation of the projection projection p this is useful for a better type checking but it obfuscates the return type of find operations proposal add disableprojectionreturn settings in the codegen yml default as false that disable this behaviour disableprojectionreturn false disableprojectionreturn true
1
267,747
8,392,327,580
IssuesEvent
2018-10-09 17:18:44
lbryio/lbry-desktop
https://api.github.com/repos/lbryio/lbry-desktop
closed
Unexpected behavior when typing in Japanese
help wanted level: 2 priority: low type: improvement
<!-- Thanks for reporting an issue to LBRY and helping us improve! To make it possible for us to help you, please fill out below information carefully. Before reporting any issues, please make sure that you're using the latest version. - App releases: https://github.com/lbryio/lbry-app/releases - Standalone daemon: https://github.com/lbryio/lbry/releases We are also available on Slack at https://slack.lbry.io --> ## The Issue Because Japanese uses multiple scripts, an IME (input method editor) is used to provide various kanji and mixed script options. In response to the space key (on a Western keyboard), these options are displayed in a list under the text being typed. The user uses the down arrow to highlight each option until the desired one is found. The enter key is used to confirm. When typing in the address bar and performing an IME kanji conversion, the address bar displays underscores instead of the text. Also, pressing "esc" causes the other text in the address bar to disappear. ### Steps to reproduce 1. Type some text in the address bar 2. Type some more text in Japanese and do a kanji conversion (space bar). ### Expected behaviour The text displayed in the address bar should reflect the text option currently highlighted as the user goes through them. When you press esc, the unconfirmed text should return to hiragana without affecting the other text. ### Actual behaviour Underscores are displayed instead of the currently highlighted option. When you press esc, the unconfirmed text returns to hiragana and the other text disappears. ## System Configuration <!-- For the app, this info is in the About section at the bottom of the Help page. <!-- For the daemon, run: curl 'http://localhost:5279' --data '{"method":"version"}' and include the full output --> - LBRY Daemon version: 0.17.0rc13 - LBRY App version: 0.17.0rc1 - LBRY Installation ID: AMJaSDoZNRoBdw6mndFFTTqLoUmRf2roHfaCL9AZm9pCeKqVgRruQRiybZZEaCMbMn - Operating system: Sierra ## Anything Else <!-- Include anything else that does not fit into the above sections --> ## Screenshots <!-- If a screenshot would help explain the bug, please include one or two here -->
1.0
Unexpected behavior when typing in Japanese - <!-- Thanks for reporting an issue to LBRY and helping us improve! To make it possible for us to help you, please fill out below information carefully. Before reporting any issues, please make sure that you're using the latest version. - App releases: https://github.com/lbryio/lbry-app/releases - Standalone daemon: https://github.com/lbryio/lbry/releases We are also available on Slack at https://slack.lbry.io --> ## The Issue Because Japanese uses multiple scripts, an IME (input method editor) is used to provide various kanji and mixed script options. In response to the space key (on a Western keyboard), these options are displayed in a list under the text being typed. The user uses the down arrow to highlight each option until the desired one is found. The enter key is used to confirm. When typing in the address bar and performing an IME kanji conversion, the address bar displays underscores instead of the text. Also, pressing "esc" causes the other text in the address bar to disappear. ### Steps to reproduce 1. Type some text in the address bar 2. Type some more text in Japanese and do a kanji conversion (space bar). ### Expected behaviour The text displayed in the address bar should reflect the text option currently highlighted as the user goes through them. When you press esc, the unconfirmed text should return to hiragana without affecting the other text. ### Actual behaviour Underscores are displayed instead of the currently highlighted option. When you press esc, the unconfirmed text returns to hiragana and the other text disappears. ## System Configuration <!-- For the app, this info is in the About section at the bottom of the Help page. <!-- For the daemon, run: curl 'http://localhost:5279' --data '{"method":"version"}' and include the full output --> - LBRY Daemon version: 0.17.0rc13 - LBRY App version: 0.17.0rc1 - LBRY Installation ID: AMJaSDoZNRoBdw6mndFFTTqLoUmRf2roHfaCL9AZm9pCeKqVgRruQRiybZZEaCMbMn - Operating system: Sierra ## Anything Else <!-- Include anything else that does not fit into the above sections --> ## Screenshots <!-- If a screenshot would help explain the bug, please include one or two here -->
priority
unexpected behavior when typing in japanese thanks for reporting an issue to lbry and helping us improve to make it possible for us to help you please fill out below information carefully before reporting any issues please make sure that you re using the latest version app releases standalone daemon we are also available on slack at the issue because japanese uses multiple scripts an ime input method editor is used to provide various kanji and mixed script options in response to the space key on a western keyboard these options are displayed in a list under the text being typed the user uses the down arrow to highlight each option until the desired one is found the enter key is used to confirm when typing in the address bar and performing an ime kanji conversion the address bar displays underscores instead of the text also pressing esc causes the other text in the address bar to disappear steps to reproduce type some text in the address bar type some more text in japanese and do a kanji conversion space bar expected behaviour the text displayed in the address bar should reflect the text option currently highlighted as the user goes through them when you press esc the unconfirmed text should return to hiragana without affecting the other text actual behaviour underscores are displayed instead of the currently highlighted option when you press esc the unconfirmed text returns to hiragana and the other text disappears system configuration for the app this info is in the about section at the bottom of the help page for the daemon run curl data method version and include the full output lbry daemon version lbry app version lbry installation id operating system sierra anything else screenshots
1
299,898
9,205,953,158
IssuesEvent
2019-03-08 12:13:16
qissue-bot/QGIS
https://api.github.com/repos/qissue-bot/QGIS
closed
disable some tools when editing a GRASS vector
Category: GRASS Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report
--- Author Name: **Maciej Sieczka -** (Maciej Sieczka -) Original Redmine Issue: 1253, https://issues.qgis.org/issues/1253 --- When GRASS Edit is enabled and the currently edited GRASS vector map is selected on the layers list, some tools can't work for that layer, and they should be disabled: 1. query 2. select objects 3. open attribute table
1.0
disable some tools when editing a GRASS vector - --- Author Name: **Maciej Sieczka -** (Maciej Sieczka -) Original Redmine Issue: 1253, https://issues.qgis.org/issues/1253 --- When GRASS Edit is enabled and the currently edited GRASS vector map is selected on the layers list, some tools can't work for that layer, and they should be disabled: 1. query 2. select objects 3. open attribute table
priority
disable some tools when editing a grass vector author name maciej sieczka maciej sieczka original redmine issue when grass edit is enabled and the currently edited grass vector map is selected on the layers list some tools can t work for that layer and they should be disabled query select objects open attribute table
1
530,578
15,434,161,063
IssuesEvent
2021-03-07 01:40:42
open-aquarium/open-aquarium
https://api.github.com/repos/open-aquarium/open-aquarium
opened
Buzzer easter eggs / homage
priority: low status: awaiting triage user story
# Description As a **developer**, I want **to add some easter eggs and homages in the project code** so that **the passive buzzer will play different musics when the user accidentally find it**. # Acceptance Criteria * Project capable to play different buzzer musics * Eventually play a random music during the setup # Definition of Ready 1. Triage done # Definition of Done **For code** 1. PR merged 1. Acceptance criteria met 1. Product Owner accepts the User Story # Other relevant information - https://raw.githubusercontent.com/robsoncouto/arduino-songs/master/supermariobros/supermariobros.ino - https://raw.githubusercontent.com/robsoncouto/arduino-songs/master/tetris/tetris.ino - https://raw.githubusercontent.com/robsoncouto/arduino-songs/master/zeldaslullaby/zeldaslullaby.ino - https://raw.githubusercontent.com/robsoncouto/arduino-songs/master/takeonme/takeonme.ino - https://raw.githubusercontent.com/robsoncouto/arduino-songs/master/jigglypuffsong/jigglypuffsong.ino - https://raw.githubusercontent.com/robsoncouto/arduino-songs/master/zeldatheme/zeldatheme.ino
1.0
Buzzer easter eggs / homage - # Description As a **developer**, I want **to add some easter eggs and homages in the project code** so that **the passive buzzer will play different musics when the user accidentally find it**. # Acceptance Criteria * Project capable to play different buzzer musics * Eventually play a random music during the setup # Definition of Ready 1. Triage done # Definition of Done **For code** 1. PR merged 1. Acceptance criteria met 1. Product Owner accepts the User Story # Other relevant information - https://raw.githubusercontent.com/robsoncouto/arduino-songs/master/supermariobros/supermariobros.ino - https://raw.githubusercontent.com/robsoncouto/arduino-songs/master/tetris/tetris.ino - https://raw.githubusercontent.com/robsoncouto/arduino-songs/master/zeldaslullaby/zeldaslullaby.ino - https://raw.githubusercontent.com/robsoncouto/arduino-songs/master/takeonme/takeonme.ino - https://raw.githubusercontent.com/robsoncouto/arduino-songs/master/jigglypuffsong/jigglypuffsong.ino - https://raw.githubusercontent.com/robsoncouto/arduino-songs/master/zeldatheme/zeldatheme.ino
priority
buzzer easter eggs homage description as a developer i want to add some easter eggs and homages in the project code so that the passive buzzer will play different musics when the user accidentally find it acceptance criteria project capable to play different buzzer musics eventually play a random music during the setup definition of ready triage done definition of done for code pr merged acceptance criteria met product owner accepts the user story other relevant information
1
473,479
13,643,124,860
IssuesEvent
2020-09-25 16:35:47
gaepdit/FMS
https://api.github.com/repos/gaepdit/FMS
closed
Install .NET Core 3.1 on web servers
deployment low-priority
Currently I'm able to deploy as a self-contained app, but that is less efficient than installing the runtime on the server and deploying as a dependent app.
1.0
Install .NET Core 3.1 on web servers - Currently I'm able to deploy as a self-contained app, but that is less efficient than installing the runtime on the server and deploying as a dependent app.
priority
install net core on web servers currently i m able to deploy as a self contained app but that is less efficient than installing the runtime on the server and deploying as a dependent app
1
219,270
7,334,385,161
IssuesEvent
2018-03-05 22:35:46
HackerExperience/HEBorn
https://api.github.com/repos/HackerExperience/HEBorn
opened
Editing a bounce should break connections using that bounce
Kind:Chore Priority:Low
While discussing with @kress95 we had some thoughts about its implementation: ### How should we check if a bounce is being used? There are three options for that: 1. Reference counting, anytime something uses a bounce it would do a dispatch that increments the reference count (and the reverse is also true): - This method is simple in theory but complex in practice, forgetting to dispatch would lead to incorrect behaviour. - Dispatches should happen after events, so tabs can keep correct reference counts. - I'm not a fan of this method, it's simple but error prone. - This method is the fastest to run. 2. Checking tunnels. but they aren't implemented yet: - This method is complex and slow but fast enough for single checsk. - The code is complex depending on Tunnels implementation, if tunnels are local to a server, the function would have to fold every server. 3. A request would tell us if a bounce is being used or not: - This method is the slower to run but faster to code. - Using this method is a PITA, it requires two messages to perform one thing: one to ask to edit a Bounce, another to check the request response. ### Should we break all active channels that use this bounce? We're assuming that editing a bounce kills every active connection using it, but does it apply to channels? A channel using that bounce should also be killed? --- @pedrohlc @renatomassaro
1.0
Editing a bounce should break connections using that bounce - While discussing with @kress95 we had some thoughts about its implementation: ### How should we check if a bounce is being used? There are three options for that: 1. Reference counting, anytime something uses a bounce it would do a dispatch that increments the reference count (and the reverse is also true): - This method is simple in theory but complex in practice, forgetting to dispatch would lead to incorrect behaviour. - Dispatches should happen after events, so tabs can keep correct reference counts. - I'm not a fan of this method, it's simple but error prone. - This method is the fastest to run. 2. Checking tunnels. but they aren't implemented yet: - This method is complex and slow but fast enough for single checsk. - The code is complex depending on Tunnels implementation, if tunnels are local to a server, the function would have to fold every server. 3. A request would tell us if a bounce is being used or not: - This method is the slower to run but faster to code. - Using this method is a PITA, it requires two messages to perform one thing: one to ask to edit a Bounce, another to check the request response. ### Should we break all active channels that use this bounce? We're assuming that editing a bounce kills every active connection using it, but does it apply to channels? A channel using that bounce should also be killed? --- @pedrohlc @renatomassaro
priority
editing a bounce should break connections using that bounce while discussing with we had some thoughts about its implementation how should we check if a bounce is being used there are three options for that reference counting anytime something uses a bounce it would do a dispatch that increments the reference count and the reverse is also true this method is simple in theory but complex in practice forgetting to dispatch would lead to incorrect behaviour dispatches should happen after events so tabs can keep correct reference counts i m not a fan of this method it s simple but error prone this method is the fastest to run checking tunnels but they aren t implemented yet this method is complex and slow but fast enough for single checsk the code is complex depending on tunnels implementation if tunnels are local to a server the function would have to fold every server a request would tell us if a bounce is being used or not this method is the slower to run but faster to code using this method is a pita it requires two messages to perform one thing one to ask to edit a bounce another to check the request response should we break all active channels that use this bounce we re assuming that editing a bounce kills every active connection using it but does it apply to channels a channel using that bounce should also be killed pedrohlc renatomassaro
1
714,813
24,576,336,078
IssuesEvent
2022-10-13 12:38:40
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
Restart Read required error while performing concurrent transactions on tables with FK relationship inside tablegroup
kind/bug area/ysql priority/low jira-originated
Jira Link: [DB-3837](https://yugabyte.atlassian.net/browse/DB-3837) Concurrency test for tablegroup: Transaction on two tables with FK relationship. ```` TEST_F(TablegroupConcurrencyTest, YB_DISABLE_TEST_IN_TSAN(TransactionsOnTablesWithFK)) { PGConn conn1 = ASSERT_RESULT(ConnectToDB(database_name)); PGConn conn2 = ASSERT_RESULT(ConnectToDB(database_name)); ASSERT_OK(conn1.ExecuteFormat("CREATE TABLEGROUP $0", tablegroup_name)); ASSERT_OK(conn1.ExecuteFormat( "CREATE TABLE t1 (a int PRIMARY KEY, b int) TABLEGROUP $0", tablegroup_name)); ASSERT_OK(conn1.ExecuteFormat( "CREATE TABLE t2 (i int, j int REFERENCES t1(a) ON DELETE CASCADE) TABLEGROUP $0", tablegroup_name)); for (int i = 0; i < num_iterations; ++i) { // Insert 50 rows in t1. InsertDataIntoTable(&conn1, "t1" /* table_name */); // Insert 50 rows int t2 on a separate thread. std::thread insertion_thread([&conn2] { ASSERT_OK(conn2.Execute("BEGIN")); for (int j = 0; j < 49; ++j) { ASSERT_OK(conn2.ExecuteFormat("INSERT INTO t2 values ($0, $1)", j, j + 1)); } ASSERT_OK(conn2.Execute("COMMIT")); // Verify insert prevention due to FK constraints. Status s = conn2.Execute("INSERT INTO t2 VALUES (49, 50)"); ASSERT_FALSE(s.ok()); ASSERT_EQ(PgsqlError(s), YBPgErrorCode::YB_PG_FOREIGN_KEY_VIOLATION); ASSERT_STR_CONTAINS(s.ToString(), "violates foreign key constraint"); }); ASSERT_OK(conn1.Execute("BEGIN")); for (int j = 50; j < 100; ++j) { ASSERT_OK(conn1.ExecuteFormat("INSERT INTO t1 values ($0, $1)", j, j + 1)); } // Verify for CASCADE behaviour. ASSERT_OK(conn1.Execute("DELETE FROM t1 where a = 10")); ASSERT_OK(conn1.Execute("COMMIT")); insertion_thread.join(); // Verify t1 has 99 rows. auto curr_rows = ASSERT_RESULT(conn1.FetchValue<int64_t>("SELECT COUNT(*) FROM t1")); ASSERT_EQ(curr_rows, 99); // Verify t2 has 48 rows curr_rows = ASSERT_RESULT(conn1.FetchValue<int64_t>("SELECT COUNT(*) FROM t2")); ASSERT_EQ(curr_rows, 48); // Reset the tables for next iteration. ASSERT_OK(conn1.Execute("TRUNCATE TABLE t1 CASCADE")); curr_rows = ASSERT_RESULT(conn1.FetchValue<int64_t>("SELECT COUNT(*) FROM t2")); ASSERT_EQ(curr_rows, 0); } } ```` This test fails with following error message. ```` [ts-1] 2022-10-12 00:42:53.721 IST [50213] ERROR: Query error: Restart read required at: { read: { days: 19277 time: 00:42:53.718885 } local_limit: { days: 19277 time: 00:42:53.718885 } global_limit: <min> in_txn_limit: <max> serial_no: 0 } [ts-1] 2022-10-12 00:42:53.721 IST [50213] STATEMENT: DELETE FROM t1 where a = 10 ../../src/yb/yql/pgwrapper/tablegroup_concurrency-test.cc:444: Failure Failed Bad status: Network error (yb/yql/pgwrapper/libpq_utils.cc:271): Execute of 'DELETE FROM t1 where a = 10' failed: 7, message: ERROR: Query error: Restart read required at: { read: { days: 19277 time: 00:42:53.718885 } local_limit: { days: 19277 time: 00:42:53.718885 } global_limit: <min> in_txn_limit: <max> serial_no: 0 } (pgsql error 40001) (aux msg ERROR: Query error: Restart read required at: { read: { days: 19277 time: 00:42:53.718885 } local_limit: { days: 19277 time: 00:42:53.718885 } global_limit: <min> in_txn_limit: <max> serial_no: 0 }) ````
1.0
Restart Read required error while performing concurrent transactions on tables with FK relationship inside tablegroup - Jira Link: [DB-3837](https://yugabyte.atlassian.net/browse/DB-3837) Concurrency test for tablegroup: Transaction on two tables with FK relationship. ```` TEST_F(TablegroupConcurrencyTest, YB_DISABLE_TEST_IN_TSAN(TransactionsOnTablesWithFK)) { PGConn conn1 = ASSERT_RESULT(ConnectToDB(database_name)); PGConn conn2 = ASSERT_RESULT(ConnectToDB(database_name)); ASSERT_OK(conn1.ExecuteFormat("CREATE TABLEGROUP $0", tablegroup_name)); ASSERT_OK(conn1.ExecuteFormat( "CREATE TABLE t1 (a int PRIMARY KEY, b int) TABLEGROUP $0", tablegroup_name)); ASSERT_OK(conn1.ExecuteFormat( "CREATE TABLE t2 (i int, j int REFERENCES t1(a) ON DELETE CASCADE) TABLEGROUP $0", tablegroup_name)); for (int i = 0; i < num_iterations; ++i) { // Insert 50 rows in t1. InsertDataIntoTable(&conn1, "t1" /* table_name */); // Insert 50 rows int t2 on a separate thread. std::thread insertion_thread([&conn2] { ASSERT_OK(conn2.Execute("BEGIN")); for (int j = 0; j < 49; ++j) { ASSERT_OK(conn2.ExecuteFormat("INSERT INTO t2 values ($0, $1)", j, j + 1)); } ASSERT_OK(conn2.Execute("COMMIT")); // Verify insert prevention due to FK constraints. Status s = conn2.Execute("INSERT INTO t2 VALUES (49, 50)"); ASSERT_FALSE(s.ok()); ASSERT_EQ(PgsqlError(s), YBPgErrorCode::YB_PG_FOREIGN_KEY_VIOLATION); ASSERT_STR_CONTAINS(s.ToString(), "violates foreign key constraint"); }); ASSERT_OK(conn1.Execute("BEGIN")); for (int j = 50; j < 100; ++j) { ASSERT_OK(conn1.ExecuteFormat("INSERT INTO t1 values ($0, $1)", j, j + 1)); } // Verify for CASCADE behaviour. ASSERT_OK(conn1.Execute("DELETE FROM t1 where a = 10")); ASSERT_OK(conn1.Execute("COMMIT")); insertion_thread.join(); // Verify t1 has 99 rows. auto curr_rows = ASSERT_RESULT(conn1.FetchValue<int64_t>("SELECT COUNT(*) FROM t1")); ASSERT_EQ(curr_rows, 99); // Verify t2 has 48 rows curr_rows = ASSERT_RESULT(conn1.FetchValue<int64_t>("SELECT COUNT(*) FROM t2")); ASSERT_EQ(curr_rows, 48); // Reset the tables for next iteration. ASSERT_OK(conn1.Execute("TRUNCATE TABLE t1 CASCADE")); curr_rows = ASSERT_RESULT(conn1.FetchValue<int64_t>("SELECT COUNT(*) FROM t2")); ASSERT_EQ(curr_rows, 0); } } ```` This test fails with following error message. ```` [ts-1] 2022-10-12 00:42:53.721 IST [50213] ERROR: Query error: Restart read required at: { read: { days: 19277 time: 00:42:53.718885 } local_limit: { days: 19277 time: 00:42:53.718885 } global_limit: <min> in_txn_limit: <max> serial_no: 0 } [ts-1] 2022-10-12 00:42:53.721 IST [50213] STATEMENT: DELETE FROM t1 where a = 10 ../../src/yb/yql/pgwrapper/tablegroup_concurrency-test.cc:444: Failure Failed Bad status: Network error (yb/yql/pgwrapper/libpq_utils.cc:271): Execute of 'DELETE FROM t1 where a = 10' failed: 7, message: ERROR: Query error: Restart read required at: { read: { days: 19277 time: 00:42:53.718885 } local_limit: { days: 19277 time: 00:42:53.718885 } global_limit: <min> in_txn_limit: <max> serial_no: 0 } (pgsql error 40001) (aux msg ERROR: Query error: Restart read required at: { read: { days: 19277 time: 00:42:53.718885 } local_limit: { days: 19277 time: 00:42:53.718885 } global_limit: <min> in_txn_limit: <max> serial_no: 0 }) ````
priority
restart read required error while performing concurrent transactions on tables with fk relationship inside tablegroup jira link concurrency test for tablegroup transaction on two tables with fk relationship test f tablegroupconcurrencytest yb disable test in tsan transactionsontableswithfk pgconn assert result connecttodb database name pgconn assert result connecttodb database name assert ok executeformat create tablegroup tablegroup name assert ok executeformat create table a int primary key b int tablegroup tablegroup name assert ok executeformat create table i int j int references a on delete cascade tablegroup tablegroup name for int i i num iterations i insert rows in insertdataintotable table name insert rows int on a separate thread std thread insertion thread assert ok execute begin for int j j j assert ok executeformat insert into values j j assert ok execute commit verify insert prevention due to fk constraints status s execute insert into values assert false s ok assert eq pgsqlerror s ybpgerrorcode yb pg foreign key violation assert str contains s tostring violates foreign key constraint assert ok execute begin for int j j j assert ok executeformat insert into values j j verify for cascade behaviour assert ok execute delete from where a assert ok execute commit insertion thread join verify has rows auto curr rows assert result fetchvalue select count from assert eq curr rows verify has rows curr rows assert result fetchvalue select count from assert eq curr rows reset the tables for next iteration assert ok execute truncate table cascade curr rows assert result fetchvalue select count from assert eq curr rows this test fails with following error message ist error query error restart read required at read days time local limit days time global limit in txn limit serial no ist statement delete from where a src yb yql pgwrapper tablegroup concurrency test cc failure failed bad status network error yb yql pgwrapper libpq utils cc execute of delete from where a failed message error query error restart read required at read days time local limit days time global limit in txn limit serial no pgsql error aux msg error query error restart read required at read days time local limit days time global limit in txn limit serial no
1
647,640
21,132,781,902
IssuesEvent
2022-04-06 01:25:57
news-catalyst/google-app-scripts
https://api.github.com/repos/news-catalyst/google-app-scripts
closed
Add more context to error reporting in AirBrake
enhancement low priority
Some of the errors reported have enough context that I can figure out who triggered it (as in what org, which greatly helps debugging efforts), but others offer very few contextual clues. For instance, this "Document must be in the right folder..." error confounds me a bit - as in why does it keep happening, I thought everyone was set up properly with the folder structure - so I'd like to confirm if it's a legit error or if there's a bug in the code. The context only includes the following, which would be more helpful if it included things like the TNC Org Slug and incorrect folder structure, for instance: ``` { "environment": "production", "history": [ { "date": "2022-01-24T19:18:45.357Z", "duration": "101", "method": "GET", "statusCode": "200", "type": "xhr", "url": "https://notifier-configs.airbrake.io/2020-06-18/config/370377/config.json?&notifier_name=airbrake-js%2Fbrowser&notifier_version=2.1.7&os=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F97.0.4692.99%20Safari%2F537.36&language=JavaScript" }, { "arguments": [ "onFailure error:", "Documents must be in the right folder to be published: orgName/articles (and subfolders) for articles and orgName/pages for static pages (like About or Contact); please move this document and try again." ], "date": "2022-01-24T19:18:50.847Z", "severity": "log", "type": "log" } ], "language": "JavaScript", "messageParams": { "0": "orgName/articles", "1": "(and subfolders)", "2": "orgName/pages", "3": "(like About or Contact)" }, "messagePattern": "Documents must be in the right folder to be published: {} {} for articles and {} for static pages {}; please move this document and try again.", "notifier": { "name": "airbrake-js/browser", "url": "https://github.com/airbrake/airbrake-js/tree/master/packages/browser", "version": "2.1.7" }, "orgSlug": "", "remoteAddr": "98.236.85.155", "remoteCountry": "United States", "remoteCountryCode": "US", "rootDirectory": "https://n-s4vshwzfwlvnqx56yk3pzvazbnucuytmjbpbiga-1lu-script.googleusercontent.com", "severity": "error", "sourceMapErrors": { "https://n-s4vshwzfwlvnqx56yk3pzvazbnucuytmjbpbiga-1lu-script.googleusercontent.com/static/macros/client/js/2280000860-mae_html_user_bin_i18n_mae_html_user.js": "http.Get url=\"https://n-s4vshwzfwlvnqx56yk3pzvazbnucuytmjbpbiga-1lu-script.googleusercontent.com/static/macros/client/js/2280000860-mae_html_user_bin_i18n_mae_html_user.map\": got 404 Not Found, expected 200 OK", "https://n-s4vshwzfwlvnqx56yk3pzvazbnucuytmjbpbiga-1lu-script.googleusercontent.com/userCodeAppPanel": "http.Get url=\"https://n-s4vshwzfwlvnqx56yk3pzvazbnucuytmjbpbiga-1lu-script.googleusercontent.com/userCodeAppPanel.map\": got 404 Not Found, expected 200 OK" }, "url": "https://n-s4vshwzfwlvnqx56yk3pzvazbnucuytmjbpbiga-1lu-script.googleusercontent.com/userCodeAppPanel", "urlInfo": { "host": "n-s4vshwzfwlvnqx56yk3pzvazbnucuytmjbpbiga-1lu-script.googleusercontent.com", "path": "/userCodeAppPanel", "query": {}, "scheme": "https" }, "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36", "userAgentInfo": { "browserName": "Chrome", "browserVersion": "97.0.4692.99", "engineName": "AppleWebKit", "engineVersion": "537.36", "isBot": false, "isMobile": false, "os": "Intel Mac OS X 10_15_7", "platform": "Macintosh" } } ```
1.0
Add more context to error reporting in AirBrake - Some of the errors reported have enough context that I can figure out who triggered it (as in what org, which greatly helps debugging efforts), but others offer very few contextual clues. For instance, this "Document must be in the right folder..." error confounds me a bit - as in why does it keep happening, I thought everyone was set up properly with the folder structure - so I'd like to confirm if it's a legit error or if there's a bug in the code. The context only includes the following, which would be more helpful if it included things like the TNC Org Slug and incorrect folder structure, for instance: ``` { "environment": "production", "history": [ { "date": "2022-01-24T19:18:45.357Z", "duration": "101", "method": "GET", "statusCode": "200", "type": "xhr", "url": "https://notifier-configs.airbrake.io/2020-06-18/config/370377/config.json?&notifier_name=airbrake-js%2Fbrowser&notifier_version=2.1.7&os=Mozilla%2F5.0%20(Macintosh%3B%20Intel%20Mac%20OS%20X%2010_15_7)%20AppleWebKit%2F537.36%20(KHTML%2C%20like%20Gecko)%20Chrome%2F97.0.4692.99%20Safari%2F537.36&language=JavaScript" }, { "arguments": [ "onFailure error:", "Documents must be in the right folder to be published: orgName/articles (and subfolders) for articles and orgName/pages for static pages (like About or Contact); please move this document and try again." ], "date": "2022-01-24T19:18:50.847Z", "severity": "log", "type": "log" } ], "language": "JavaScript", "messageParams": { "0": "orgName/articles", "1": "(and subfolders)", "2": "orgName/pages", "3": "(like About or Contact)" }, "messagePattern": "Documents must be in the right folder to be published: {} {} for articles and {} for static pages {}; please move this document and try again.", "notifier": { "name": "airbrake-js/browser", "url": "https://github.com/airbrake/airbrake-js/tree/master/packages/browser", "version": "2.1.7" }, "orgSlug": "", "remoteAddr": "98.236.85.155", "remoteCountry": "United States", "remoteCountryCode": "US", "rootDirectory": "https://n-s4vshwzfwlvnqx56yk3pzvazbnucuytmjbpbiga-1lu-script.googleusercontent.com", "severity": "error", "sourceMapErrors": { "https://n-s4vshwzfwlvnqx56yk3pzvazbnucuytmjbpbiga-1lu-script.googleusercontent.com/static/macros/client/js/2280000860-mae_html_user_bin_i18n_mae_html_user.js": "http.Get url=\"https://n-s4vshwzfwlvnqx56yk3pzvazbnucuytmjbpbiga-1lu-script.googleusercontent.com/static/macros/client/js/2280000860-mae_html_user_bin_i18n_mae_html_user.map\": got 404 Not Found, expected 200 OK", "https://n-s4vshwzfwlvnqx56yk3pzvazbnucuytmjbpbiga-1lu-script.googleusercontent.com/userCodeAppPanel": "http.Get url=\"https://n-s4vshwzfwlvnqx56yk3pzvazbnucuytmjbpbiga-1lu-script.googleusercontent.com/userCodeAppPanel.map\": got 404 Not Found, expected 200 OK" }, "url": "https://n-s4vshwzfwlvnqx56yk3pzvazbnucuytmjbpbiga-1lu-script.googleusercontent.com/userCodeAppPanel", "urlInfo": { "host": "n-s4vshwzfwlvnqx56yk3pzvazbnucuytmjbpbiga-1lu-script.googleusercontent.com", "path": "/userCodeAppPanel", "query": {}, "scheme": "https" }, "userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36", "userAgentInfo": { "browserName": "Chrome", "browserVersion": "97.0.4692.99", "engineName": "AppleWebKit", "engineVersion": "537.36", "isBot": false, "isMobile": false, "os": "Intel Mac OS X 10_15_7", "platform": "Macintosh" } } ```
priority
add more context to error reporting in airbrake some of the errors reported have enough context that i can figure out who triggered it as in what org which greatly helps debugging efforts but others offer very few contextual clues for instance this document must be in the right folder error confounds me a bit as in why does it keep happening i thought everyone was set up properly with the folder structure so i d like to confirm if it s a legit error or if there s a bug in the code the context only includes the following which would be more helpful if it included things like the tnc org slug and incorrect folder structure for instance environment production history date duration method get statuscode type xhr url arguments onfailure error documents must be in the right folder to be published orgname articles and subfolders for articles and orgname pages for static pages like about or contact please move this document and try again date severity log type log language javascript messageparams orgname articles and subfolders orgname pages like about or contact messagepattern documents must be in the right folder to be published for articles and for static pages please move this document and try again notifier name airbrake js browser url version orgslug remoteaddr remotecountry united states remotecountrycode us rootdirectory severity error sourcemaperrors http get url got not found expected ok http get url got not found expected ok url urlinfo host n script googleusercontent com path usercodeapppanel query scheme https useragent mozilla macintosh intel mac os x applewebkit khtml like gecko chrome safari useragentinfo browsername chrome browserversion enginename applewebkit engineversion isbot false ismobile false os intel mac os x platform macintosh
1
636,177
20,594,414,391
IssuesEvent
2022-03-05 08:50:10
Extrack-Stealer/report
https://api.github.com/repos/Extrack-Stealer/report
closed
Bug Report: User banner broken
💻 Extrack App 🐛 Bug 🟢 Low Priority
### 📄 A description of the bug When pressing on the user i grabbed, the banner is minimized ### 📘 Steps to reproduce Press on the user ### 🙂 Expected behavior to show the banner ### 😮 Unexpected behavior minimized banner ### 📸 Screenshots ![image](https://user-images.githubusercontent.com/93034640/156875088-e49895de-ef33-4592-af04-f6b12e06252d.png) ### 💻 Computer Information _No response_
1.0
Bug Report: User banner broken - ### 📄 A description of the bug When pressing on the user i grabbed, the banner is minimized ### 📘 Steps to reproduce Press on the user ### 🙂 Expected behavior to show the banner ### 😮 Unexpected behavior minimized banner ### 📸 Screenshots ![image](https://user-images.githubusercontent.com/93034640/156875088-e49895de-ef33-4592-af04-f6b12e06252d.png) ### 💻 Computer Information _No response_
priority
bug report user banner broken 📄 a description of the bug when pressing on the user i grabbed the banner is minimized 📘 steps to reproduce press on the user 🙂 expected behavior to show the banner 😮 unexpected behavior minimized banner 📸 screenshots 💻 computer information no response
1
90,005
3,808,117,183
IssuesEvent
2016-03-25 13:22:17
iSoron/uhabits
https://api.github.com/repos/iSoron/uhabits
closed
Import data from Rewire App
low-priority new-feature
The Rewire App in the official Android store is very much alike this app. I've used it for a couple of weeks and now that I discovered this free alternative I'd like to have a way of importing Rewire's data, so that I don't have to start at 0 with my streaks.
1.0
Import data from Rewire App - The Rewire App in the official Android store is very much alike this app. I've used it for a couple of weeks and now that I discovered this free alternative I'd like to have a way of importing Rewire's data, so that I don't have to start at 0 with my streaks.
priority
import data from rewire app the rewire app in the official android store is very much alike this app i ve used it for a couple of weeks and now that i discovered this free alternative i d like to have a way of importing rewire s data so that i don t have to start at with my streaks
1
557,711
16,516,393,290
IssuesEvent
2021-05-26 10:08:48
GemsTracker/gemstracker-library
https://api.github.com/repos/GemsTracker/gemstracker-library
closed
PDF Open in browser downloads
bug impact minor priority low
The default function for opening a pdf in a links downloads the file instead.
1.0
PDF Open in browser downloads - The default function for opening a pdf in a links downloads the file instead.
priority
pdf open in browser downloads the default function for opening a pdf in a links downloads the file instead
1
550,091
16,104,719,932
IssuesEvent
2021-04-27 13:43:41
azerothcore/azerothcore-wotlk
https://api.github.com/repos/azerothcore/azerothcore-wotlk
closed
Ticket closed by console will result in closedBy/resolvedBy value of 16777215
Confirmed Priority - Low
##### DESCRIPTION: The current core code tries to put `-1` as `resolvedBy` and `closedBy` columns of the `gm_ticket` table whenever a ticket is closed not by a GM player but via the `worldserver` console. This will result in having the value `16777215` in those columns instead of the expected `-1` value. Can be confusing if you already have a player with such guid. ##### CAUSE OF THE ISSUE: The cause of the issue is that on AzerothCore we have those fields as `UNSIGNED`. So they cannot be lower than 0. ##### BEHAVIOUR IN TC: In TrinityCore those columns are **NOT** unsigned (so they are signed). However I think that **just putting those columns as signed could be wrong too**. Simply because they are supposed to match with the GUID of the player (`characters.guid`) which is `guid` INT(10) UNSIGNED` (max possible value is `4.294.967.295`). If we put those columns as signed, their maximum value will lower to `2.147.483.647` and might be an issue if there are characters with a guid higher than that number. ![image](https://user-images.githubusercontent.com/75517/52521014-0e0a6680-2c71-11e9-8da8-3e272b844633.png) ##### STEPS TO REPRODUCE THE PROBLEM: 1. Open a ticket 2. Close it using the `worldserver` console with the command `ticket close ID_TICKET` 3. Check `gm_ticket` table ##### BRANCH(ES): <!-- Specify the branch(es) affected by this issue: master, 0.x, 1.x, or another branch. --> master ##### AC HASH/COMMIT: https://github.com/azerothcore/azerothcore-wotlk/commit/0c71d0e56ee12c241bc4028258275b2ddd7636db ##### OPERATING SYSTEM: Ubuntu 18.04 (64 bit) ##### MODULES: No modules ##### OTHER CUSTOMIZATIONS: No customizations <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/69846584-ticket-closed-by-console-will-result-in-closedby-resolvedby-value-of-16777215?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github). </bountysource-plugin>
1.0
Ticket closed by console will result in closedBy/resolvedBy value of 16777215 - ##### DESCRIPTION: The current core code tries to put `-1` as `resolvedBy` and `closedBy` columns of the `gm_ticket` table whenever a ticket is closed not by a GM player but via the `worldserver` console. This will result in having the value `16777215` in those columns instead of the expected `-1` value. Can be confusing if you already have a player with such guid. ##### CAUSE OF THE ISSUE: The cause of the issue is that on AzerothCore we have those fields as `UNSIGNED`. So they cannot be lower than 0. ##### BEHAVIOUR IN TC: In TrinityCore those columns are **NOT** unsigned (so they are signed). However I think that **just putting those columns as signed could be wrong too**. Simply because they are supposed to match with the GUID of the player (`characters.guid`) which is `guid` INT(10) UNSIGNED` (max possible value is `4.294.967.295`). If we put those columns as signed, their maximum value will lower to `2.147.483.647` and might be an issue if there are characters with a guid higher than that number. ![image](https://user-images.githubusercontent.com/75517/52521014-0e0a6680-2c71-11e9-8da8-3e272b844633.png) ##### STEPS TO REPRODUCE THE PROBLEM: 1. Open a ticket 2. Close it using the `worldserver` console with the command `ticket close ID_TICKET` 3. Check `gm_ticket` table ##### BRANCH(ES): <!-- Specify the branch(es) affected by this issue: master, 0.x, 1.x, or another branch. --> master ##### AC HASH/COMMIT: https://github.com/azerothcore/azerothcore-wotlk/commit/0c71d0e56ee12c241bc4028258275b2ddd7636db ##### OPERATING SYSTEM: Ubuntu 18.04 (64 bit) ##### MODULES: No modules ##### OTHER CUSTOMIZATIONS: No customizations <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/69846584-ticket-closed-by-console-will-result-in-closedby-resolvedby-value-of-16777215?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F40032087&utm_medium=issues&utm_source=github). </bountysource-plugin>
priority
ticket closed by console will result in closedby resolvedby value of description the current core code tries to put as resolvedby and closedby columns of the gm ticket table whenever a ticket is closed not by a gm player but via the worldserver console this will result in having the value in those columns instead of the expected value can be confusing if you already have a player with such guid cause of the issue the cause of the issue is that on azerothcore we have those fields as unsigned so they cannot be lower than behaviour in tc in trinitycore those columns are not unsigned so they are signed however i think that just putting those columns as signed could be wrong too simply because they are supposed to match with the guid of the player characters guid which is guid int unsigned max possible value is if we put those columns as signed their maximum value will lower to and might be an issue if there are characters with a guid higher than that number steps to reproduce the problem open a ticket close it using the worldserver console with the command ticket close id ticket check gm ticket table branch es master ac hash commit operating system ubuntu bit modules no modules other customizations no customizations want to back this issue we accept bounties via
1
435,401
12,535,102,504
IssuesEvent
2020-06-04 20:42:37
Automattic/abacus
https://api.github.com/repos/Automattic/abacus
opened
Expand E2E Tests Once Auth Issue Addressed
[!priority] low [component] experimenter interface [type] enhancement
We have two issues, #52 and #64, to address before we can start adding/expanding our e2e tests. But until that is done, it is easy to forget certain e2e tests you want to write. For example, I was writing unit tests from some functionality added to the experiment list table. But the test is more appropriate in an e2e test than a unit test. - [ ] Test that clicking an experiment table row navigates the user to the experiment details page.
1.0
Expand E2E Tests Once Auth Issue Addressed - We have two issues, #52 and #64, to address before we can start adding/expanding our e2e tests. But until that is done, it is easy to forget certain e2e tests you want to write. For example, I was writing unit tests from some functionality added to the experiment list table. But the test is more appropriate in an e2e test than a unit test. - [ ] Test that clicking an experiment table row navigates the user to the experiment details page.
priority
expand tests once auth issue addressed we have two issues and to address before we can start adding expanding our tests but until that is done it is easy to forget certain tests you want to write for example i was writing unit tests from some functionality added to the experiment list table but the test is more appropriate in an test than a unit test test that clicking an experiment table row navigates the user to the experiment details page
1
763,496
26,760,023,681
IssuesEvent
2023-01-31 05:43:18
TheTaylorLee/AdminToolbox
https://api.github.com/repos/TheTaylorLee/AdminToolbox
closed
Admintoolbox.Fortiwizard - New-SDWANTunnel
enhancement wontfix Priority: Low
**Feature Target Details** - Module Name: Admintoolbox.Fortiwizard - Existing Function: New-Formtunnel - New Function Name: New-SDWANP2PTunnel, New-SDWANP2PTunnel, New-SDWANDialUPTunnelBehindNAT, New-SDWANDialUPTunnelRemoteNAT **Describe the solution you'd like** Expand FortWizard to support tunnels built with SD-WAN interfaces. Consider redundant tunnels, dialup tunnels, and standard ipsec tunnels. **Why is this change needed?** So that this module can be used for building new tunnels even when working with FortiGates that are setup in an SD-WAN configuration. **Additional context** Must test with real world configuration prior to being able to write these functions. Hopefully soon! Extra functions will be required for managing zone membership and more. https://community.fortinet.com/t5/FortiGate/Technical-Tip-Configure-IPsec-VPN-with-SD-WAN/ta-p/209840
1.0
Admintoolbox.Fortiwizard - New-SDWANTunnel - **Feature Target Details** - Module Name: Admintoolbox.Fortiwizard - Existing Function: New-Formtunnel - New Function Name: New-SDWANP2PTunnel, New-SDWANP2PTunnel, New-SDWANDialUPTunnelBehindNAT, New-SDWANDialUPTunnelRemoteNAT **Describe the solution you'd like** Expand FortWizard to support tunnels built with SD-WAN interfaces. Consider redundant tunnels, dialup tunnels, and standard ipsec tunnels. **Why is this change needed?** So that this module can be used for building new tunnels even when working with FortiGates that are setup in an SD-WAN configuration. **Additional context** Must test with real world configuration prior to being able to write these functions. Hopefully soon! Extra functions will be required for managing zone membership and more. https://community.fortinet.com/t5/FortiGate/Technical-Tip-Configure-IPsec-VPN-with-SD-WAN/ta-p/209840
priority
admintoolbox fortiwizard new sdwantunnel feature target details module name admintoolbox fortiwizard existing function new formtunnel new function name new new new sdwandialuptunnelbehindnat new sdwandialuptunnelremotenat describe the solution you d like expand fortwizard to support tunnels built with sd wan interfaces consider redundant tunnels dialup tunnels and standard ipsec tunnels why is this change needed so that this module can be used for building new tunnels even when working with fortigates that are setup in an sd wan configuration additional context must test with real world configuration prior to being able to write these functions hopefully soon extra functions will be required for managing zone membership and more
1
291,292
8,922,854,367
IssuesEvent
2019-01-21 14:09:52
telerik/kendo-ui-core
https://api.github.com/repos/telerik/kendo-ui-core
opened
Selecting the first date in the range closes the popup
Bug C: DateRangePicker Kendo1 Priority 1 SEV: Low
### Reproduction of the problem 1. Open the [online example](https://demos.telerik.com/aspnet-core/daterangepicker/index) 1. Select range (e.g 10 Jan -15 Jan) 1. Click in one of the inputs 1. Select the first date of the range (10 Jan) ### Current behavior The popup is closed video - https://www.screencast.com/t/DutwW3ER6 ### Expected/desired behavior The popup should remain open ### Environment * **Kendo UI version:** 2019.1.115
1.0
Selecting the first date in the range closes the popup - ### Reproduction of the problem 1. Open the [online example](https://demos.telerik.com/aspnet-core/daterangepicker/index) 1. Select range (e.g 10 Jan -15 Jan) 1. Click in one of the inputs 1. Select the first date of the range (10 Jan) ### Current behavior The popup is closed video - https://www.screencast.com/t/DutwW3ER6 ### Expected/desired behavior The popup should remain open ### Environment * **Kendo UI version:** 2019.1.115
priority
selecting the first date in the range closes the popup reproduction of the problem open the select range e g jan jan click in one of the inputs select the first date of the range jan current behavior the popup is closed video expected desired behavior the popup should remain open environment kendo ui version
1
426,320
12,370,891,445
IssuesEvent
2020-05-18 17:35:10
rathena/rathena
https://api.github.com/repos/rathena/rathena
closed
Job Improvement Project - Rune Knight (Part 2)
component:skill mode:renewal priority:low status:confirmed type:enhancement
* **rAthena Hash**: 1453bca * **Client Date**: N/A * **Server Mode**: Renewal * **Description of Issue**: * Result: Several skill effects were updated for Rune Knight. * Expected Result: Update these to comply with kRO. * How to Reproduce: Usage of any Rune Knight skill. * Official Information: Live Patch Notes: http://ro.gnjoy.com/news/update/View.asp?seq=243&curpage=1 * **Modifications that may affect results**: None
1.0
Job Improvement Project - Rune Knight (Part 2) - * **rAthena Hash**: 1453bca * **Client Date**: N/A * **Server Mode**: Renewal * **Description of Issue**: * Result: Several skill effects were updated for Rune Knight. * Expected Result: Update these to comply with kRO. * How to Reproduce: Usage of any Rune Knight skill. * Official Information: Live Patch Notes: http://ro.gnjoy.com/news/update/View.asp?seq=243&curpage=1 * **Modifications that may affect results**: None
priority
job improvement project rune knight part rathena hash client date n a server mode renewal description of issue result several skill effects were updated for rune knight expected result update these to comply with kro how to reproduce usage of any rune knight skill official information live patch notes modifications that may affect results none
1
533,127
15,577,309,008
IssuesEvent
2021-03-17 13:24:06
schemathesis/schemathesis
https://api.github.com/repos/schemathesis/schemathesis
closed
[FEATURE] Control the "code to reproduce" section style from CLI
Difficulty: Medium Priority: Low Type: Feature
**Is your feature request related to a problem? Please describe.** At the moment, Schemathesis CLI always produces Python code that the end-user should run to reproduce the problem. It might not be desired, especially if Python is not the main language of the app under test or the user doesn't want to use it. **Describe the solution you'd like** Provide a way to control whether Python or cURL will be used in these code samples Schemathesis 2.8.4
1.0
[FEATURE] Control the "code to reproduce" section style from CLI - **Is your feature request related to a problem? Please describe.** At the moment, Schemathesis CLI always produces Python code that the end-user should run to reproduce the problem. It might not be desired, especially if Python is not the main language of the app under test or the user doesn't want to use it. **Describe the solution you'd like** Provide a way to control whether Python or cURL will be used in these code samples Schemathesis 2.8.4
priority
control the code to reproduce section style from cli is your feature request related to a problem please describe at the moment schemathesis cli always produces python code that the end user should run to reproduce the problem it might not be desired especially if python is not the main language of the app under test or the user doesn t want to use it describe the solution you d like provide a way to control whether python or curl will be used in these code samples schemathesis
1
725,505
24,963,852,857
IssuesEvent
2022-11-01 17:40:45
AY2223S1-CS2103T-F12-1/tp
https://api.github.com/repos/AY2223S1-CS2103T-F12-1/tp
closed
[PE-D][Tester B] Feature - Inconsistent Syntax Naming #1
priority.low
![image.png](https://raw.githubusercontent.com/avock/ped/main/files/597d03fc-36ca-4026-a651-640cfc4271d2.png) - the tag for name is -n but -price for price, and -owner for owner - Seems really inconvenient that the user has to remember which tag is the full word and which is just the first letter <!--session: 1666944569322-649c9bc5-2a2a-4b2c-aa59-40129fdaf2f5--><!--Version: Web v3.4.4--> ------------- Labels: `type.FeatureFlaw` `severity.Medium` original: avock/ped#10
1.0
[PE-D][Tester B] Feature - Inconsistent Syntax Naming #1 - ![image.png](https://raw.githubusercontent.com/avock/ped/main/files/597d03fc-36ca-4026-a651-640cfc4271d2.png) - the tag for name is -n but -price for price, and -owner for owner - Seems really inconvenient that the user has to remember which tag is the full word and which is just the first letter <!--session: 1666944569322-649c9bc5-2a2a-4b2c-aa59-40129fdaf2f5--><!--Version: Web v3.4.4--> ------------- Labels: `type.FeatureFlaw` `severity.Medium` original: avock/ped#10
priority
feature inconsistent syntax naming the tag for name is n but price for price and owner for owner seems really inconvenient that the user has to remember which tag is the full word and which is just the first letter labels type featureflaw severity medium original avock ped
1
208,387
7,153,742,566
IssuesEvent
2018-01-26 03:42:03
radical-collaboration/extasy-grlsd
https://api.github.com/repos/radical-collaboration/extasy-grlsd
closed
doesn't copy output files from remote to local
low priority
doesn't copy output files from remote to local The directory output has iter* subdirectories, but they are empty Possible related to https://github.com/radical-collaboration/extasy-grlsd/issues/1
1.0
doesn't copy output files from remote to local - doesn't copy output files from remote to local The directory output has iter* subdirectories, but they are empty Possible related to https://github.com/radical-collaboration/extasy-grlsd/issues/1
priority
doesn t copy output files from remote to local doesn t copy output files from remote to local the directory output has iter subdirectories but they are empty possible related to
1
259,822
8,200,328,321
IssuesEvent
2018-09-01 02:38:42
LessWrong2/Lesswrong2
https://api.github.com/repos/LessWrong2/Lesswrong2
closed
Cannot view site with Firefox reader functionality
3. Low Priority (Easy) 7. Feature
When opening an article (ex. https://www.lesserwrong.com/posts/zsG9yKcriht2doRhM/inadequacy-and-modesty) with Firefox (both mobile and desktop) the reader view isn't available. When forcing the reader view with `about:reader?url= ` the message "Failed to load article from page" is displayed. I use this functionality a lot since the formatting is usually simplified, the Firefox reader mode features a night mode and it will be saved offline for later.
1.0
Cannot view site with Firefox reader functionality - When opening an article (ex. https://www.lesserwrong.com/posts/zsG9yKcriht2doRhM/inadequacy-and-modesty) with Firefox (both mobile and desktop) the reader view isn't available. When forcing the reader view with `about:reader?url= ` the message "Failed to load article from page" is displayed. I use this functionality a lot since the formatting is usually simplified, the Firefox reader mode features a night mode and it will be saved offline for later.
priority
cannot view site with firefox reader functionality when opening an article ex with firefox both mobile and desktop the reader view isn t available when forcing the reader view with about reader url the message failed to load article from page is displayed i use this functionality a lot since the formatting is usually simplified the firefox reader mode features a night mode and it will be saved offline for later
1
769,361
27,002,799,460
IssuesEvent
2023-02-10 09:16:46
opencrvs/opencrvs-core
https://api.github.com/repos/opencrvs/opencrvs-core
closed
Fix potential query injections in metrics service
Priority: medium 🔒 Security 🐤 Low Complexity
In many places where we query from InfluxDB data, we use string interpolation to formulate the query: https://github.com/opencrvs/opencrvs-core/blob/bf117febf8de0120a05f39de6fca7494baa1ede3/packages/metrics/src/features/searchMetrics/service.ts#L24 This can be dangerous, as a malicious user could pass in a parameter that manipulates the query structure itself. Consider for example `clientId = "'; DROP measurement search_requests; SELECT FROM search_requests WHERE clientId = 1 "`. This would evaluate the full query string to a form of ``` `SELECT COUNT(clientId) FROM search_requests WHERE clientId = ''; DROP measurement search_requests; SELECT FROM search_requests WHERE clientId = 1 "' AND time >= '${currentDate}'` ``` Not great! We have discovered, that our current InfluxDB client, although quite outdated, supports a thing called "placeholders" that are meant to automatically escape the query variable and solve this problem for us. We are currently using that method in few places like in [here](https://github.com/opencrvs/opencrvs-core/blob/bf117febf8de0120a05f39de6fca7494baa1ede3/packages/metrics/src/features/certifications/service.ts#L35-L41). Unfortunately the placeholders do not work for integer values in the version we're using. https://github.com/node-influx/node-influx/issues/587 **Dev tasks:** - [x] Research if there is a more recent version / alternative available for connecting & querying influxdb from Node.js - [x] Go through the current queries, use placeholders as much as possible
1.0
Fix potential query injections in metrics service - In many places where we query from InfluxDB data, we use string interpolation to formulate the query: https://github.com/opencrvs/opencrvs-core/blob/bf117febf8de0120a05f39de6fca7494baa1ede3/packages/metrics/src/features/searchMetrics/service.ts#L24 This can be dangerous, as a malicious user could pass in a parameter that manipulates the query structure itself. Consider for example `clientId = "'; DROP measurement search_requests; SELECT FROM search_requests WHERE clientId = 1 "`. This would evaluate the full query string to a form of ``` `SELECT COUNT(clientId) FROM search_requests WHERE clientId = ''; DROP measurement search_requests; SELECT FROM search_requests WHERE clientId = 1 "' AND time >= '${currentDate}'` ``` Not great! We have discovered, that our current InfluxDB client, although quite outdated, supports a thing called "placeholders" that are meant to automatically escape the query variable and solve this problem for us. We are currently using that method in few places like in [here](https://github.com/opencrvs/opencrvs-core/blob/bf117febf8de0120a05f39de6fca7494baa1ede3/packages/metrics/src/features/certifications/service.ts#L35-L41). Unfortunately the placeholders do not work for integer values in the version we're using. https://github.com/node-influx/node-influx/issues/587 **Dev tasks:** - [x] Research if there is a more recent version / alternative available for connecting & querying influxdb from Node.js - [x] Go through the current queries, use placeholders as much as possible
priority
fix potential query injections in metrics service in many places where we query from influxdb data we use string interpolation to formulate the query this can be dangerous as a malicious user could pass in a parameter that manipulates the query structure itself consider for example clientid drop measurement search requests select from search requests where clientid this would evaluate the full query string to a form of select count clientid from search requests where clientid drop measurement search requests select from search requests where clientid and time currentdate not great we have discovered that our current influxdb client although quite outdated supports a thing called placeholders that are meant to automatically escape the query variable and solve this problem for us we are currently using that method in few places like in unfortunately the placeholders do not work for integer values in the version we re using dev tasks research if there is a more recent version alternative available for connecting querying influxdb from node js go through the current queries use placeholders as much as possible
1
53,416
3,040,011,328
IssuesEvent
2015-08-07 13:06:52
Itseez/opencv
https://api.github.com/repos/Itseez/opencv
closed
highgui's namedWindow corrupts heap
auto-transferred bug category: highgui-gui priority: low
Transferred from http://code.opencv.org/issues/2435 ``` || KOLANICH KOLANICH on 2012-10-13 09:47 || Priority: Low || Affected: None || Category: highgui-gui || Tracker: Bug || Difficulty: None || PR: None || Platform: None / None ``` highgui's namedWindow corrupts heap ----------- ``` version from site and the latest version from git have both this bug The IDE is VS 2012. <pre> #include "stdafx.h" #include "vader.h" using namespace cv; int APIENTRY _tWinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance, _In_ LPTSTR lpCmdLine, _In_ int nCmdShow) { UNREFERENCED_PARAMETER(hPrevInstance); UNREFERENCED_PARAMETER(lpCmdLine); cv::String winName("cameraImage"); namedWindow(winName,CV_WINDOW_AUTOSIZE); /* 1 window name is not the same as in code, it contains of mojibake (крякозябры) (debug configuration, in release it in most cases looks right but the string which contains its name is constantly changing) 2 some of the following function calls causes crash */ cvWaitKey(0); Mat img=imread("darthvader.png"); double fps=30; int key=0; UINT delay=1000/fps; while (key = cvWaitKey(delay)){ imshow(winName,img); if (key == VK_ESCAPE) break; } cvDestroyAllWindows(); return 0; } </pre> ``` History ------- ##### Kazuki Matsuda on 2012-10-13 11:24 ``` Hi. I have a 2 question. 1) Do you using self build library? 2) Are you care about difference of Debug/Release library" When you build for Debug, you must link "opencv_yyyy243*d*.lib" and when you build for Release, you must link "opencv_yyy243.lib". "d" is important. When you missing "d" or adding unnecessary "d", will invoke mojibake or application crash. ``` ##### KOLANICH KOLANICH on 2012-10-13 12:05 ``` 1) Yes. http://pastebin.com/cvzyPew6 2) I link to Release library, but I also have troubles and crashes in Release mode. ``` ##### Kazuki Matsuda on 2012-10-15 00:54 ``` OK. But I cant reproduce the problem... Sorry. ``` ##### KOLANICH KOLANICH on 2012-10-15 08:43 ``` Is my config wrong? https://gist.github.com/d71d07c51d5cd6924432 ``` ##### Kirill Kornyakov on 2012-10-15 11:49 ``` You should detect which function causes the crash yourself. It is possible, that the bug in your application, not OpenCV. - Priority changed from High to Low - Description changed from @#include "stdafx.h" #include "vader.h" using namespace... to version from site and the latest version from git have both this bug The IDE... More - Assignee changed from Vadim Pisarevsky to KOLANICH KOLANICH ``` ##### Daniil Osokin on 2012-10-16 04:52 ``` Hi! If you have other version of VS, please, try to build libs with it and write, is the issue reproduced in this case. ``` ##### Andrey Kamaev on 2012-10-31 14:23 ``` - Target version deleted (2.4.3) ```
1.0
highgui's namedWindow corrupts heap - Transferred from http://code.opencv.org/issues/2435 ``` || KOLANICH KOLANICH on 2012-10-13 09:47 || Priority: Low || Affected: None || Category: highgui-gui || Tracker: Bug || Difficulty: None || PR: None || Platform: None / None ``` highgui's namedWindow corrupts heap ----------- ``` version from site and the latest version from git have both this bug The IDE is VS 2012. <pre> #include "stdafx.h" #include "vader.h" using namespace cv; int APIENTRY _tWinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance, _In_ LPTSTR lpCmdLine, _In_ int nCmdShow) { UNREFERENCED_PARAMETER(hPrevInstance); UNREFERENCED_PARAMETER(lpCmdLine); cv::String winName("cameraImage"); namedWindow(winName,CV_WINDOW_AUTOSIZE); /* 1 window name is not the same as in code, it contains of mojibake (крякозябры) (debug configuration, in release it in most cases looks right but the string which contains its name is constantly changing) 2 some of the following function calls causes crash */ cvWaitKey(0); Mat img=imread("darthvader.png"); double fps=30; int key=0; UINT delay=1000/fps; while (key = cvWaitKey(delay)){ imshow(winName,img); if (key == VK_ESCAPE) break; } cvDestroyAllWindows(); return 0; } </pre> ``` History ------- ##### Kazuki Matsuda on 2012-10-13 11:24 ``` Hi. I have a 2 question. 1) Do you using self build library? 2) Are you care about difference of Debug/Release library" When you build for Debug, you must link "opencv_yyyy243*d*.lib" and when you build for Release, you must link "opencv_yyy243.lib". "d" is important. When you missing "d" or adding unnecessary "d", will invoke mojibake or application crash. ``` ##### KOLANICH KOLANICH on 2012-10-13 12:05 ``` 1) Yes. http://pastebin.com/cvzyPew6 2) I link to Release library, but I also have troubles and crashes in Release mode. ``` ##### Kazuki Matsuda on 2012-10-15 00:54 ``` OK. But I cant reproduce the problem... Sorry. ``` ##### KOLANICH KOLANICH on 2012-10-15 08:43 ``` Is my config wrong? https://gist.github.com/d71d07c51d5cd6924432 ``` ##### Kirill Kornyakov on 2012-10-15 11:49 ``` You should detect which function causes the crash yourself. It is possible, that the bug in your application, not OpenCV. - Priority changed from High to Low - Description changed from @#include "stdafx.h" #include "vader.h" using namespace... to version from site and the latest version from git have both this bug The IDE... More - Assignee changed from Vadim Pisarevsky to KOLANICH KOLANICH ``` ##### Daniil Osokin on 2012-10-16 04:52 ``` Hi! If you have other version of VS, please, try to build libs with it and write, is the issue reproduced in this case. ``` ##### Andrey Kamaev on 2012-10-31 14:23 ``` - Target version deleted (2.4.3) ```
priority
highgui s namedwindow corrupts heap transferred from kolanich kolanich on priority low affected none category highgui gui tracker bug difficulty none pr none platform none none highgui s namedwindow corrupts heap version from site and the latest version from git have both this bug the ide is vs include stdafx h include vader h using namespace cv int apientry twinmain in hinstance hinstance in opt hinstance hprevinstance in lptstr lpcmdline in int ncmdshow unreferenced parameter hprevinstance unreferenced parameter lpcmdline cv string winname cameraimage namedwindow winname cv window autosize window name is not the same as in code it contains of mojibake крякозябры debug configuration in release it in most cases looks right but the string which contains its name is constantly changing some of the following function calls causes crash cvwaitkey mat img imread darthvader png double fps int key uint delay fps while key cvwaitkey delay imshow winname img if key vk escape break cvdestroyallwindows return history kazuki matsuda on hi i have a question do you using self build library are you care about difference of debug release library when you build for debug you must link opencv d lib and when you build for release you must link opencv lib d is important when you missing d or adding unnecessary d will invoke mojibake or application crash kolanich kolanich on yes i link to release library but i also have troubles and crashes in release mode kazuki matsuda on ok but i cant reproduce the problem sorry kolanich kolanich on is my config wrong kirill kornyakov on you should detect which function causes the crash yourself it is possible that the bug in your application not opencv priority changed from high to low description changed from include stdafx h include vader h using namespace to version from site and the latest version from git have both this bug the ide more assignee changed from vadim pisarevsky to kolanich kolanich daniil osokin on hi if you have other version of vs please try to build libs with it and write is the issue reproduced in this case andrey kamaev on target version deleted
1
631,246
20,149,484,637
IssuesEvent
2022-02-09 10:55:27
borgbase/vorta
https://api.github.com/repos/borgbase/vorta
closed
Next Backup time under the schedule tab is never updated
priority:low type:bug
**Describe the bug** When using scheduled backups the value for 'Next Backup' is never updated after the first run. ![70vorta](https://user-images.githubusercontent.com/4364798/142396971-5a26fe9d-5ffb-4336-83de-5c8ab66ec548.png) The current date/time is `2021-11-18 10:17` The next backup is **actually** scheduled to run: `2021-11-18 11:00`. This runs as expected. The `Next Backup` field under the `Schedule` tab is displaying: `2021-11-17 14:00` which is clearly incorrect. The value is never updated after the first time a scheduled backup is set. The next scheduled backup **is** shown correctly when right clicking the Vorta icon in the panel - I believe this was fixed by #1099 **To Reproduce** 1. Set up a scheduled backup 2. Let the scheduled backup run 3. Check the value of the `Next Backup` field under the `Schedule` tab - this will be incorrect and will continue to display the first scheduled backup time indefinitely. **Environment:** - OS: Arch Linux - Vorta version: 0.8.1 - Installed from: Arch AUR. `pacman -Q vorta-git` outputs: `vorta-git r578.0dafa9d-1` (Built from 0dafa9d) - Borg version: 1.1.17
1.0
Next Backup time under the schedule tab is never updated - **Describe the bug** When using scheduled backups the value for 'Next Backup' is never updated after the first run. ![70vorta](https://user-images.githubusercontent.com/4364798/142396971-5a26fe9d-5ffb-4336-83de-5c8ab66ec548.png) The current date/time is `2021-11-18 10:17` The next backup is **actually** scheduled to run: `2021-11-18 11:00`. This runs as expected. The `Next Backup` field under the `Schedule` tab is displaying: `2021-11-17 14:00` which is clearly incorrect. The value is never updated after the first time a scheduled backup is set. The next scheduled backup **is** shown correctly when right clicking the Vorta icon in the panel - I believe this was fixed by #1099 **To Reproduce** 1. Set up a scheduled backup 2. Let the scheduled backup run 3. Check the value of the `Next Backup` field under the `Schedule` tab - this will be incorrect and will continue to display the first scheduled backup time indefinitely. **Environment:** - OS: Arch Linux - Vorta version: 0.8.1 - Installed from: Arch AUR. `pacman -Q vorta-git` outputs: `vorta-git r578.0dafa9d-1` (Built from 0dafa9d) - Borg version: 1.1.17
priority
next backup time under the schedule tab is never updated describe the bug when using scheduled backups the value for next backup is never updated after the first run the current date time is the next backup is actually scheduled to run this runs as expected the next backup field under the schedule tab is displaying which is clearly incorrect the value is never updated after the first time a scheduled backup is set the next scheduled backup is shown correctly when right clicking the vorta icon in the panel i believe this was fixed by to reproduce set up a scheduled backup let the scheduled backup run check the value of the next backup field under the schedule tab this will be incorrect and will continue to display the first scheduled backup time indefinitely environment os arch linux vorta version installed from arch aur pacman q vorta git outputs vorta git built from borg version
1
335,115
10,149,116,508
IssuesEvent
2019-08-05 14:34:58
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
closed
[studio] Support active-environment/multi-environment configuration
new feature priority: low
In support of multi-env, the admin can create a set of configuration files that are the exact same as the default without the content type definitions. These are created under the folder structure: `/config/studio/env/{ENV}` `{ENV}` == the environment name. Add a new property in studio-config-override.yaml will carry this environment name: `environment: {ENV}` This is commented out by default. The admin will create the folder, copy all config there, override the configs they want per env, and set the property. Implement the API spec'd here: https://github.com/craftercms/craftercms/issues/2585 which returns this value to the UI. Override the LoadConfig API call such that it looks for this ENV, if specified, it injects the string `/env/{ENV}` into the path of the config, thereby overriding the config location to match the env.
1.0
[studio] Support active-environment/multi-environment configuration - In support of multi-env, the admin can create a set of configuration files that are the exact same as the default without the content type definitions. These are created under the folder structure: `/config/studio/env/{ENV}` `{ENV}` == the environment name. Add a new property in studio-config-override.yaml will carry this environment name: `environment: {ENV}` This is commented out by default. The admin will create the folder, copy all config there, override the configs they want per env, and set the property. Implement the API spec'd here: https://github.com/craftercms/craftercms/issues/2585 which returns this value to the UI. Override the LoadConfig API call such that it looks for this ENV, if specified, it injects the string `/env/{ENV}` into the path of the config, thereby overriding the config location to match the env.
priority
support active environment multi environment configuration in support of multi env the admin can create a set of configuration files that are the exact same as the default without the content type definitions these are created under the folder structure config studio env env env the environment name add a new property in studio config override yaml will carry this environment name environment env this is commented out by default the admin will create the folder copy all config there override the configs they want per env and set the property implement the api spec d here which returns this value to the ui override the loadconfig api call such that it looks for this env if specified it injects the string env env into the path of the config thereby overriding the config location to match the env
1
824,013
31,079,928,744
IssuesEvent
2023-08-13 00:30:38
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
(Probably) unnecessary branches in several modules
bug priority: low area: Modules Stale area: DevOps
**Describe the bug** Several modules in the upstream west.yml file point to forks that have what look like unnecessary branches. Each unnecessary branch: 1. creates wasted network traffic, since `west update` will fetch all remote branches by default (i.e. unless `west update --narrow` is used) 2. clutters the `west update` output for users, who see a line printed for each unnecessary branch: ``` === updating some_module (modules/...): --- some_module: fetching, need revision ######################################## From https://github.com/zephyrproject-rtos/some_module * [new branch] asdfsdfsdfsdfsdf -> refs/west/asdfsdfsdfsdfsdf * [new branch] asdfsdfsdfsdfsdf -> refs/west/asdfsdfsdfsdfsdf * [new branch] asdfsdfsdfsdfsdf -> refs/west/asdfsdfsdfsdfsdf [...] * [new branch] zephyr -> refs/west/zephyr ``` **To Reproduce** 1. west init zephyrproject 2. cd zephyrproject 3. west update 4. see lots of clutter in the output **Expected behavior** No branches should be present in the zephyrproject-rtos GitHub organization's fork of a module repository unless the branch contains commits that are actually needed by some west.yml file in zephyr's history. (So keeping 'zephyr' and 'v1.14-branch' branches is OK, but topic branches are not OK.) **Impact** Annoyance **Logs and console output** Here is a list of modules and branches that seem probably unnecessary to me. - [x] civetweb: - wip-ssl-error-queue - [x] hal_espressif: - bugfix/espc32c3_eco0 - bugfix/warning_redefinition_esp32 - feature/clock_esp32c3 - feature/esp32c3_ble - feature/esp32c3_boot_zephyr_sdk - feature/esp32c3_intc - feature/esp32c3_support - feature/esp32c3_wifi - feature/gpio_esp32c3 - feature/intc_bt_wifi - feature/serial_driver_esp32c3 - feature/spi_driver_esp32c3 - feature/timer_driver_esp32c3 - hal_v4.2 - hal_v4.3 - zephyr_v4.3 - [x] hal_nordic: - topic-nrfx-2.0.0 - [x] hal_nxp: - agansari-patch-1 - [x] hal_rpi_pico: - bugfix - comments_for_register_arrays - develop - doc-build - fix-uart-lcr-write - host_packed - irq_clear_comment - mutex_speed - pwm-comment-enable-disable - track_upstream_tinyusb - [x] hal_xtensa: - RF - [x] liblc3codec: - sneak_peek - [x] lz4: - Makefile - Makefile_export - coverity_scan - dev - gh-pages - install_ln - lz4io - release - vs2005 - [ ] mbedtls: - mbedtls_move_zephyr_files - tls-2.26-branch - [x] mcuboot: - add-license - coverity_scan - inclusive_lang - revert-368-s1000_support - sim - suit - v1.3-branch - v1.3.1-branch - [ ] nanopb: - cifuzz_test4 - dev_dynamic_nanopb_pb2 - dev_markdown_docs - maintenance_0.1 - maintenance_0.2 - maintenance_0.3 - [ ] tinycbor: - dev - gh-pages - [ ] TraceRecorderSource: - up2 - [x] trusted-firmware-m: - legacy - [x] psa-arch-tests: - ew_beta0 - key_derivation - release - release-attestation-1.0-beta0 - release-crypto-mbedcrypto-1.0.0 - v0.9_staging - [x] zscilib: - gh-pages
1.0
(Probably) unnecessary branches in several modules - **Describe the bug** Several modules in the upstream west.yml file point to forks that have what look like unnecessary branches. Each unnecessary branch: 1. creates wasted network traffic, since `west update` will fetch all remote branches by default (i.e. unless `west update --narrow` is used) 2. clutters the `west update` output for users, who see a line printed for each unnecessary branch: ``` === updating some_module (modules/...): --- some_module: fetching, need revision ######################################## From https://github.com/zephyrproject-rtos/some_module * [new branch] asdfsdfsdfsdfsdf -> refs/west/asdfsdfsdfsdfsdf * [new branch] asdfsdfsdfsdfsdf -> refs/west/asdfsdfsdfsdfsdf * [new branch] asdfsdfsdfsdfsdf -> refs/west/asdfsdfsdfsdfsdf [...] * [new branch] zephyr -> refs/west/zephyr ``` **To Reproduce** 1. west init zephyrproject 2. cd zephyrproject 3. west update 4. see lots of clutter in the output **Expected behavior** No branches should be present in the zephyrproject-rtos GitHub organization's fork of a module repository unless the branch contains commits that are actually needed by some west.yml file in zephyr's history. (So keeping 'zephyr' and 'v1.14-branch' branches is OK, but topic branches are not OK.) **Impact** Annoyance **Logs and console output** Here is a list of modules and branches that seem probably unnecessary to me. - [x] civetweb: - wip-ssl-error-queue - [x] hal_espressif: - bugfix/espc32c3_eco0 - bugfix/warning_redefinition_esp32 - feature/clock_esp32c3 - feature/esp32c3_ble - feature/esp32c3_boot_zephyr_sdk - feature/esp32c3_intc - feature/esp32c3_support - feature/esp32c3_wifi - feature/gpio_esp32c3 - feature/intc_bt_wifi - feature/serial_driver_esp32c3 - feature/spi_driver_esp32c3 - feature/timer_driver_esp32c3 - hal_v4.2 - hal_v4.3 - zephyr_v4.3 - [x] hal_nordic: - topic-nrfx-2.0.0 - [x] hal_nxp: - agansari-patch-1 - [x] hal_rpi_pico: - bugfix - comments_for_register_arrays - develop - doc-build - fix-uart-lcr-write - host_packed - irq_clear_comment - mutex_speed - pwm-comment-enable-disable - track_upstream_tinyusb - [x] hal_xtensa: - RF - [x] liblc3codec: - sneak_peek - [x] lz4: - Makefile - Makefile_export - coverity_scan - dev - gh-pages - install_ln - lz4io - release - vs2005 - [ ] mbedtls: - mbedtls_move_zephyr_files - tls-2.26-branch - [x] mcuboot: - add-license - coverity_scan - inclusive_lang - revert-368-s1000_support - sim - suit - v1.3-branch - v1.3.1-branch - [ ] nanopb: - cifuzz_test4 - dev_dynamic_nanopb_pb2 - dev_markdown_docs - maintenance_0.1 - maintenance_0.2 - maintenance_0.3 - [ ] tinycbor: - dev - gh-pages - [ ] TraceRecorderSource: - up2 - [x] trusted-firmware-m: - legacy - [x] psa-arch-tests: - ew_beta0 - key_derivation - release - release-attestation-1.0-beta0 - release-crypto-mbedcrypto-1.0.0 - v0.9_staging - [x] zscilib: - gh-pages
priority
probably unnecessary branches in several modules describe the bug several modules in the upstream west yml file point to forks that have what look like unnecessary branches each unnecessary branch creates wasted network traffic since west update will fetch all remote branches by default i e unless west update narrow is used clutters the west update output for users who see a line printed for each unnecessary branch updating some module modules some module fetching need revision from asdfsdfsdfsdfsdf refs west asdfsdfsdfsdfsdf asdfsdfsdfsdfsdf refs west asdfsdfsdfsdfsdf asdfsdfsdfsdfsdf refs west asdfsdfsdfsdfsdf zephyr refs west zephyr to reproduce west init zephyrproject cd zephyrproject west update see lots of clutter in the output expected behavior no branches should be present in the zephyrproject rtos github organization s fork of a module repository unless the branch contains commits that are actually needed by some west yml file in zephyr s history so keeping zephyr and branch branches is ok but topic branches are not ok impact annoyance logs and console output here is a list of modules and branches that seem probably unnecessary to me civetweb wip ssl error queue hal espressif bugfix bugfix warning redefinition feature clock feature ble feature boot zephyr sdk feature intc feature support feature wifi feature gpio feature intc bt wifi feature serial driver feature spi driver feature timer driver hal hal zephyr hal nordic topic nrfx hal nxp agansari patch hal rpi pico bugfix comments for register arrays develop doc build fix uart lcr write host packed irq clear comment mutex speed pwm comment enable disable track upstream tinyusb hal xtensa rf sneak peek makefile makefile export coverity scan dev gh pages install ln release mbedtls mbedtls move zephyr files tls branch mcuboot add license coverity scan inclusive lang revert support sim suit branch branch nanopb cifuzz dev dynamic nanopb dev markdown docs maintenance maintenance maintenance tinycbor dev gh pages tracerecordersource trusted firmware m legacy psa arch tests ew key derivation release release attestation release crypto mbedcrypto staging zscilib gh pages
1
374,163
11,081,218,521
IssuesEvent
2019-12-13 09:18:52
ntop/ntopng
https://api.github.com/repos/ntop/ntopng
closed
They removed the links to check the spam and malware lists.
low-priority bug
With the latest update they removed the links to check the spam and malware lists.
1.0
They removed the links to check the spam and malware lists. - With the latest update they removed the links to check the spam and malware lists.
priority
they removed the links to check the spam and malware lists with the latest update they removed the links to check the spam and malware lists
1
48,950
3,001,057,041
IssuesEvent
2015-07-24 08:32:54
lua-carbon/carbon
https://api.github.com/repos/lua-carbon/carbon
opened
Access inheritance tree from code
difficulty:medium feature priority:low
It'd be useful to know what the tree of inheritance looks like for a class for cases like inheritance or metadata.
1.0
Access inheritance tree from code - It'd be useful to know what the tree of inheritance looks like for a class for cases like inheritance or metadata.
priority
access inheritance tree from code it d be useful to know what the tree of inheritance looks like for a class for cases like inheritance or metadata
1
350,123
10,478,478,288
IssuesEvent
2019-09-24 00:12:13
BCcampus/edehr
https://api.github.com/repos/BCcampus/edehr
closed
Measurement units
Effort - Low Epic - Styles Priority - High ~Feature
Form layout is based on 6 columns Inputs are usually 2 columns wide. Exceptions include date and time (each 1 column wide) comments text boxes (3, 4 or 6 columns wide) other special cases em = 16px Most spacing within forms is generally 20px Spacing around forms/modals is 30px Space between the form and the footer is 100px
1.0
Measurement units - Form layout is based on 6 columns Inputs are usually 2 columns wide. Exceptions include date and time (each 1 column wide) comments text boxes (3, 4 or 6 columns wide) other special cases em = 16px Most spacing within forms is generally 20px Spacing around forms/modals is 30px Space between the form and the footer is 100px
priority
measurement units form layout is based on columns inputs are usually columns wide exceptions include date and time each column wide comments text boxes or columns wide other special cases em most spacing within forms is generally spacing around forms modals is space between the form and the footer is
1