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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
383,719 | 11,361,755,831 | IssuesEvent | 2020-01-26 16:54:52 | ShabadOS/desktop | https://api.github.com/repos/ShabadOS/desktop | opened | Shazam-like Voice Detection AI for line being spoken/sung | Priority: 1 Low Status: On Hold Type: Feature/Enhancement | I don't think this is easily possible, but some users are requesting we use the mics in phones/laptops/tablets to "hear" what is being sung and automatically suggest it to the user or if it's super accurate then automatically present it.
Any thoughts / ideas on how to achieve this? I have marked this as low (would be nice to have) and on hold (not planning to work on this) unless we have some better ideas of how it can be done and how long it would potentially take. Currently there is no roadmap in my head for achieving this. | 1.0 | Shazam-like Voice Detection AI for line being spoken/sung - I don't think this is easily possible, but some users are requesting we use the mics in phones/laptops/tablets to "hear" what is being sung and automatically suggest it to the user or if it's super accurate then automatically present it.
Any thoughts / ideas on how to achieve this? I have marked this as low (would be nice to have) and on hold (not planning to work on this) unless we have some better ideas of how it can be done and how long it would potentially take. Currently there is no roadmap in my head for achieving this. | priority | shazam like voice detection ai for line being spoken sung i don t think this is easily possible but some users are requesting we use the mics in phones laptops tablets to hear what is being sung and automatically suggest it to the user or if it s super accurate then automatically present it any thoughts ideas on how to achieve this i have marked this as low would be nice to have and on hold not planning to work on this unless we have some better ideas of how it can be done and how long it would potentially take currently there is no roadmap in my head for achieving this | 1 |
605,355 | 18,734,151,486 | IssuesEvent | 2021-11-04 03:46:54 | OpenPerpetuum/PerpetuumServer | https://api.github.com/repos/OpenPerpetuum/PerpetuumServer | closed | Investigate and create more adaptable AStar OpenList sizing | question performance Difficulty: Moderate Priority: Low | ERROR: type should be string, got "https://github.com/OpenPerpetuum/PerpetuumServer/blob/Development/src/Perpetuum/PathFinders/AStarFinder.cs#L103\r\nI grow increasingly suspicious our bigger home-ranged npcs will fail to resolve a path because of the max size of this list.\r\nIdeally it is sized to something proportional to its radius (at a minimum it must check the full length of the diagonal and all neighboring tiles).\r\n\r\nAt the most worst case it has to explore all tiles within the circular area it is allow to traverse from its home xy to a radius of `homerange`\r\n(2*pi*homerange^2)\r\nIts highly unlikely it can only travel a path that is every tile in the circle, more likely it is 1/4 or less of this area.\r\nFiguring out a heuristic for a decent % area to explore before giving up would be desired, allowing this ceiling to be set lower and allocate less memory.\r\n\r\nThis ticket is to investigate if raising this value would resolve path failure issues (where they default to walking straight home) and if fixing would be a major impact on the NPC AI stack performance, solving bounded, but increasingly large, paths.\r\n\r\nIf the choice is to change it, make it adaptable to accept a parameter to allocate this list based on what the caller can provide" | 1.0 | Investigate and create more adaptable AStar OpenList sizing - https://github.com/OpenPerpetuum/PerpetuumServer/blob/Development/src/Perpetuum/PathFinders/AStarFinder.cs#L103
I grow increasingly suspicious our bigger home-ranged npcs will fail to resolve a path because of the max size of this list.
Ideally it is sized to something proportional to its radius (at a minimum it must check the full length of the diagonal and all neighboring tiles).
At the most worst case it has to explore all tiles within the circular area it is allow to traverse from its home xy to a radius of `homerange`
(2*pi*homerange^2)
Its highly unlikely it can only travel a path that is every tile in the circle, more likely it is 1/4 or less of this area.
Figuring out a heuristic for a decent % area to explore before giving up would be desired, allowing this ceiling to be set lower and allocate less memory.
This ticket is to investigate if raising this value would resolve path failure issues (where they default to walking straight home) and if fixing would be a major impact on the NPC AI stack performance, solving bounded, but increasingly large, paths.
If the choice is to change it, make it adaptable to accept a parameter to allocate this list based on what the caller can provide | priority | investigate and create more adaptable astar openlist sizing i grow increasingly suspicious our bigger home ranged npcs will fail to resolve a path because of the max size of this list ideally it is sized to something proportional to its radius at a minimum it must check the full length of the diagonal and all neighboring tiles at the most worst case it has to explore all tiles within the circular area it is allow to traverse from its home xy to a radius of homerange pi homerange its highly unlikely it can only travel a path that is every tile in the circle more likely it is or less of this area figuring out a heuristic for a decent area to explore before giving up would be desired allowing this ceiling to be set lower and allocate less memory this ticket is to investigate if raising this value would resolve path failure issues where they default to walking straight home and if fixing would be a major impact on the npc ai stack performance solving bounded but increasingly large paths if the choice is to change it make it adaptable to accept a parameter to allocate this list based on what the caller can provide | 1 |
722,871 | 24,876,926,490 | IssuesEvent | 2022-10-27 19:59:28 | AY2223S1-CS2103T-T15-1/tp | https://api.github.com/repos/AY2223S1-CS2103T-T15-1/tp | closed | Request: Ability for the CLI to detect correct command and change color accordingly | help wanted wontfix priority.Low type.Enhancement | Request to add an extra feature: color of the command changes based on whether it is a valid command
### Example of valid command
<img width="974" alt="image" src="https://user-images.githubusercontent.com/37807290/194168539-87581d94-6e3a-4dc1-a590-a1e436aa3097.png">
### Example of invalid command
<img width="974" alt="image" src="https://user-images.githubusercontent.com/37807290/194168586-91f5532c-38cf-4f54-b63f-54a83e32df39.png">
| 1.0 | Request: Ability for the CLI to detect correct command and change color accordingly - Request to add an extra feature: color of the command changes based on whether it is a valid command
### Example of valid command
<img width="974" alt="image" src="https://user-images.githubusercontent.com/37807290/194168539-87581d94-6e3a-4dc1-a590-a1e436aa3097.png">
### Example of invalid command
<img width="974" alt="image" src="https://user-images.githubusercontent.com/37807290/194168586-91f5532c-38cf-4f54-b63f-54a83e32df39.png">
| priority | request ability for the cli to detect correct command and change color accordingly request to add an extra feature color of the command changes based on whether it is a valid command example of valid command img width alt image src example of invalid command img width alt image src | 1 |
811,982 | 30,309,293,686 | IssuesEvent | 2023-07-10 11:43:44 | CHOMPStation2/CHOMPStation2 | https://api.github.com/repos/CHOMPStation2/CHOMPStation2 | closed | Whitelist will print "OK" to chatbox if you hit "OK" when it informs you that you are not whitelisted for a species. | Bug Low Priority TMP Review Stale | #### Brief description of the bug
As title, when you hit "ok" it prints "OK" to your chatbox.
GIF:
https://i.gyazo.com/6990c063f74ba812e298a0b0e31bf51a.mp4 | 1.0 | Whitelist will print "OK" to chatbox if you hit "OK" when it informs you that you are not whitelisted for a species. - #### Brief description of the bug
As title, when you hit "ok" it prints "OK" to your chatbox.
GIF:
https://i.gyazo.com/6990c063f74ba812e298a0b0e31bf51a.mp4 | priority | whitelist will print ok to chatbox if you hit ok when it informs you that you are not whitelisted for a species brief description of the bug as title when you hit ok it prints ok to your chatbox gif | 1 |
419,562 | 12,224,827,885 | IssuesEvent | 2020-05-03 01:05:39 | co-cart/co-cart | https://api.github.com/repos/co-cart/co-cart | closed | ISBAT: Switch between users when authenticating and keeping sessions for each user identifiable. | enhancement priority:low scale:tiny | Need help identifying and correctly setting the user when authenticating using the REST API. This will allow for developers to switch between users/customers for testing purposes and keeping the sessions as individual sessions, not merged with others.
What we are trying to achieve with this issue is similar to the [User Switching](https://wordpress.org/plugins/user-switching/) plugin by [@johnbillion](https://github.com/johnbillion)
### Task
- [ ] Identify logged in user and set user ID in session.
- [ ] If user ID is set in session, validate it against the authentication cookie created by [`wp_set_auth_cookie()`](https://developer.wordpress.org/reference/functions/wp_set_auth_cookie/). If it does not match, set new user ID in session.
- [ ] If user ID in session has changed, then we must forget the current session using `WC()->session->forget_session();` before WooCommerce loads or creates a new session.
- [ ] If the user ID shows that the user is not authenticating, logout the user using [`wp_logout()`](https://developer.wordpress.org/reference/functions/wp_logout/), this will clear all authentication, cookies and sessions both WordPress and WooCommerce.
I assume that all of this checking will need to be done before any of the REST API controllers for CoCart are included say [here](https://github.com/co-cart/co-cart/blob/master/includes/class-cocart-init.php#L154), just before the WooCommerce session is initialized, but I could be wrong.
This task is a low priority at this time but one that would need considerable planning and testing.
If you would like to contribute your time for this issue or like to discuss the issue further and have ideas, please comment.
Thank you for reading.
Sébastien.
😄 | 1.0 | ISBAT: Switch between users when authenticating and keeping sessions for each user identifiable. - Need help identifying and correctly setting the user when authenticating using the REST API. This will allow for developers to switch between users/customers for testing purposes and keeping the sessions as individual sessions, not merged with others.
What we are trying to achieve with this issue is similar to the [User Switching](https://wordpress.org/plugins/user-switching/) plugin by [@johnbillion](https://github.com/johnbillion)
### Task
- [ ] Identify logged in user and set user ID in session.
- [ ] If user ID is set in session, validate it against the authentication cookie created by [`wp_set_auth_cookie()`](https://developer.wordpress.org/reference/functions/wp_set_auth_cookie/). If it does not match, set new user ID in session.
- [ ] If user ID in session has changed, then we must forget the current session using `WC()->session->forget_session();` before WooCommerce loads or creates a new session.
- [ ] If the user ID shows that the user is not authenticating, logout the user using [`wp_logout()`](https://developer.wordpress.org/reference/functions/wp_logout/), this will clear all authentication, cookies and sessions both WordPress and WooCommerce.
I assume that all of this checking will need to be done before any of the REST API controllers for CoCart are included say [here](https://github.com/co-cart/co-cart/blob/master/includes/class-cocart-init.php#L154), just before the WooCommerce session is initialized, but I could be wrong.
This task is a low priority at this time but one that would need considerable planning and testing.
If you would like to contribute your time for this issue or like to discuss the issue further and have ideas, please comment.
Thank you for reading.
Sébastien.
😄 | priority | isbat switch between users when authenticating and keeping sessions for each user identifiable need help identifying and correctly setting the user when authenticating using the rest api this will allow for developers to switch between users customers for testing purposes and keeping the sessions as individual sessions not merged with others what we are trying to achieve with this issue is similar to the plugin by task identify logged in user and set user id in session if user id is set in session validate it against the authentication cookie created by if it does not match set new user id in session if user id in session has changed then we must forget the current session using wc session forget session before woocommerce loads or creates a new session if the user id shows that the user is not authenticating logout the user using this will clear all authentication cookies and sessions both wordpress and woocommerce i assume that all of this checking will need to be done before any of the rest api controllers for cocart are included say just before the woocommerce session is initialized but i could be wrong this task is a low priority at this time but one that would need considerable planning and testing if you would like to contribute your time for this issue or like to discuss the issue further and have ideas please comment thank you for reading sébastien 😄 | 1 |
268,865 | 8,415,294,053 | IssuesEvent | 2018-10-13 13:14:23 | SkriptLang/Skript | https://api.github.com/repos/SkriptLang/Skript | closed | Feature Request: Action Bar | completed enhancement priority: lowest | I am basicly asking for an action bar api for skript, I found a good example here [https://github.com/ConnorLinfoot/ActionBarAPI](url)
skellett has it, but I'd like to see this in vanilla | 1.0 | Feature Request: Action Bar - I am basicly asking for an action bar api for skript, I found a good example here [https://github.com/ConnorLinfoot/ActionBarAPI](url)
skellett has it, but I'd like to see this in vanilla | priority | feature request action bar i am basicly asking for an action bar api for skript i found a good example here url skellett has it but i d like to see this in vanilla | 1 |
828,398 | 31,826,140,905 | IssuesEvent | 2023-09-14 07:39:05 | nickhaf/eatPlot | https://api.github.com/repos/nickhaf/eatPlot | closed | Print white arrows for some tables | help wanted low priority | `ggtext` only seems to support limited markdown syntax. Currently, only simple arrows can be drawn by using `ggtext`:
```r
dat <- data.frame(x = c(1,2, 3),
label = c("\u2194", "\u2191", sprintf('\u21E6')),
y = c(1,2, 3)
)
ggplot2::ggplot(dat, ggplot2::aes(x, y)) +
ggtext::geom_richtext(ggplot2::aes(label = label),
label.padding = grid::unit(rep(0, 4), "pt"),
fill = NA,
label.color = NA)
## This is the correct arrow, but does not work for the ggplot (doesn't seem to be implemented):
sprintf('\u21E6')
```
For chapter 6 we would like white arrows, is that possible with `ggtext`?
See https://unicode.org/charts/nameslist/n_2190.html for some unicode symbols. Not all are working. | 1.0 | Print white arrows for some tables - `ggtext` only seems to support limited markdown syntax. Currently, only simple arrows can be drawn by using `ggtext`:
```r
dat <- data.frame(x = c(1,2, 3),
label = c("\u2194", "\u2191", sprintf('\u21E6')),
y = c(1,2, 3)
)
ggplot2::ggplot(dat, ggplot2::aes(x, y)) +
ggtext::geom_richtext(ggplot2::aes(label = label),
label.padding = grid::unit(rep(0, 4), "pt"),
fill = NA,
label.color = NA)
## This is the correct arrow, but does not work for the ggplot (doesn't seem to be implemented):
sprintf('\u21E6')
```
For chapter 6 we would like white arrows, is that possible with `ggtext`?
See https://unicode.org/charts/nameslist/n_2190.html for some unicode symbols. Not all are working. | priority | print white arrows for some tables ggtext only seems to support limited markdown syntax currently only simple arrows can be drawn by using ggtext r dat data frame x c label c sprintf y c ggplot dat aes x y ggtext geom richtext aes label label label padding grid unit rep pt fill na label color na this is the correct arrow but does not work for the ggplot doesn t seem to be implemented sprintf for chapter we would like white arrows is that possible with ggtext see for some unicode symbols not all are working | 1 |
338,525 | 10,230,293,868 | IssuesEvent | 2019-08-17 20:13:36 | qutebrowser/qutebrowser | https://api.github.com/repos/qutebrowser/qutebrowser | closed | Consider having one global Qt stylesheet | component: performance component: style / refactoring priority: 2 - low | The change in #4637 made me wonder: Maybe we can have one big Qt stylesheet (probably even in a `.css` file) with appropriate class selectors, instead of having small stylesheet snippets all over the place?
Would probably make things simpler (especially the stylesheet logic in `config.py`) *and* faster.
@jgkamat what do you think? | 1.0 | Consider having one global Qt stylesheet - The change in #4637 made me wonder: Maybe we can have one big Qt stylesheet (probably even in a `.css` file) with appropriate class selectors, instead of having small stylesheet snippets all over the place?
Would probably make things simpler (especially the stylesheet logic in `config.py`) *and* faster.
@jgkamat what do you think? | priority | consider having one global qt stylesheet the change in made me wonder maybe we can have one big qt stylesheet probably even in a css file with appropriate class selectors instead of having small stylesheet snippets all over the place would probably make things simpler especially the stylesheet logic in config py and faster jgkamat what do you think | 1 |
200,423 | 7,007,482,588 | IssuesEvent | 2017-12-19 12:30:12 | pmem/issues | https://api.github.com/repos/pmem/issues | closed | tests: vmmalloc_init/TEST7, 17: SETUP (all/pmem/debug/memcheck) | Exposure: Low OS: Linux Priority: 4 low State: To be verified Type: Bug | Found on 8ad28790a4efc558fc36d5e83091522f24734fcf
> vmmalloc_init/TEST7: SETUP (all/pmem/debug/memcheck)
> vmmalloc_init/TEST7: START: vmmalloc_init
> RUNTESTS: stopping: vmmalloc_init//TEST7 failed, TEST=all FS=any BUILD=debug
> vmmalloc_init/TEST17: SETUP (all/pmem/nondebug/memcheck)
> vmmalloc_init/TEST17: START: vmmalloc_init
> RUNTESTS: stopping: vmmalloc_init//TEST17 failed, TEST=all FS=any BUILD=nondebug
memcheck7.log
> ==31795== Memcheck, a memory error detector
> ==31795== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
> ==31795== Using Valgrind-3.12.0 and LibVEX; rerun with -h for copyright info
> ==31795== Command: ./vmmalloc_init l
> ==31795== Parent PID: 31766
> ==31795==
> ==31795==
> ==31795== HEAP SUMMARY:
> ==31795== in use at exit: 1,632 bytes in 6 blocks
> ==31795== total heap usage: 53 allocs, 47 frees, 102,416 bytes allocated
> ==31795==
> ==31795== 64 bytes in 1 blocks are possibly lost in loss record 3 of 6
> ==31795== at 0x4E4F87C: je_vmem_pool_malloc (jemalloc.c:2233)
> ==31795== by 0x4E4108C: malloc (libvmmalloc.c:123)
> ==31795== by 0x400EB13: _dl_map_object_deps (dl-deps.c:499)
> ==31795== by 0x4015935: dl_open_worker (dl-open.c:280)
> ==31795== by 0x5837D63: _dl_catch_error (dl-error-skeleton.c:198)
> ==31795== by 0x40150D8: _dl_open (dl-open.c:660)
> ==31795== by 0x50A1FF5: dlopen_doit (dlopen.c:66)
> ==31795== by 0x5837D63: _dl_catch_error (dl-error-skeleton.c:198)
> ==31795== by 0x50A2758: _dlerror_run (dlerror.c:163)
> ==31795== by 0x50A2091: dlopen@@GLIBC_2.2.5 (dlopen.c:87)
> ==31795== by 0x109ADB: main (vmmalloc_init.c:65)
> ==31795==
> ==31795== LEAK SUMMARY:
> ==31795== definitely lost: 0 bytes in 0 blocks
> ==31795== indirectly lost: 0 bytes in 0 blocks
> ==31795== possibly lost: 64 bytes in 1 blocks
> ==31795== still reachable: 1,568 bytes in 5 blocks
> ==31795== suppressed: 0 bytes in 0 blocks
> ==31795== Reachable blocks (those to which a pointer was found) are not shown.
> ==31795== To see them, rerun with: --leak-check=full --show-leak-kinds=all
> ==31795==
> ==31795== For counts of detected and suppressed errors, rerun with: -v
> ==31795== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
memcheck17.log
> ==31980== Memcheck, a memory error detector
> ==31980== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
> ==31980== Using Valgrind-3.12.0 and LibVEX; rerun with -h for copyright info
> ==31980== Command: ./vmmalloc_init l
> ==31980== Parent PID: 31951
> ==31980==
> ==31980==
> ==31980== HEAP SUMMARY:
> ==31980== in use at exit: 1,632 bytes in 6 blocks
> ==31980== total heap usage: 47 allocs, 41 frees, 97,488 bytes allocated
> ==31980==
> ==31980== 64 bytes in 1 blocks are possibly lost in loss record 3 of 6
> ==31980== at 0x4E4AD29: je_vmem_pool_malloc (in /home/mramotow/repos/nvml/src/nondebug/libvmmalloc.so.1.0.0)
> ==31980== by 0x400EB13: _dl_map_object_deps (dl-deps.c:499)
> ==31980== by 0x4015935: dl_open_worker (dl-open.c:280)
> ==31980== by 0x581BD63: _dl_catch_error (dl-error-skeleton.c:198)
> ==31980== by 0x40150D8: _dl_open (dl-open.c:660)
> ==31980== by 0x5085FF5: dlopen_doit (dlopen.c:66)
> ==31980== by 0x581BD63: _dl_catch_error (dl-error-skeleton.c:198)
> ==31980== by 0x5086758: _dlerror_run (dlerror.c:163)
> ==31980== by 0x5086091: dlopen@@GLIBC_2.2.5 (dlopen.c:87)
> ==31980== by 0x109ADB: main (vmmalloc_init.c:65)
> ==31980==
> ==31980== LEAK SUMMARY:
> ==31980== definitely lost: 0 bytes in 0 blocks
> ==31980== indirectly lost: 0 bytes in 0 blocks
> ==31980== possibly lost: 64 bytes in 1 blocks
> ==31980== still reachable: 1,568 bytes in 5 blocks
> ==31980== suppressed: 0 bytes in 0 blocks
> ==31980== Reachable blocks (those to which a pointer was found) are not shown.
> ==31980== To see them, rerun with: --leak-check=full --show-leak-kinds=all
> ==31980==
> ==31980== For counts of detected and suppressed errors, rerun with: -v
> ==31980== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) | 1.0 | tests: vmmalloc_init/TEST7, 17: SETUP (all/pmem/debug/memcheck) - Found on 8ad28790a4efc558fc36d5e83091522f24734fcf
> vmmalloc_init/TEST7: SETUP (all/pmem/debug/memcheck)
> vmmalloc_init/TEST7: START: vmmalloc_init
> RUNTESTS: stopping: vmmalloc_init//TEST7 failed, TEST=all FS=any BUILD=debug
> vmmalloc_init/TEST17: SETUP (all/pmem/nondebug/memcheck)
> vmmalloc_init/TEST17: START: vmmalloc_init
> RUNTESTS: stopping: vmmalloc_init//TEST17 failed, TEST=all FS=any BUILD=nondebug
memcheck7.log
> ==31795== Memcheck, a memory error detector
> ==31795== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
> ==31795== Using Valgrind-3.12.0 and LibVEX; rerun with -h for copyright info
> ==31795== Command: ./vmmalloc_init l
> ==31795== Parent PID: 31766
> ==31795==
> ==31795==
> ==31795== HEAP SUMMARY:
> ==31795== in use at exit: 1,632 bytes in 6 blocks
> ==31795== total heap usage: 53 allocs, 47 frees, 102,416 bytes allocated
> ==31795==
> ==31795== 64 bytes in 1 blocks are possibly lost in loss record 3 of 6
> ==31795== at 0x4E4F87C: je_vmem_pool_malloc (jemalloc.c:2233)
> ==31795== by 0x4E4108C: malloc (libvmmalloc.c:123)
> ==31795== by 0x400EB13: _dl_map_object_deps (dl-deps.c:499)
> ==31795== by 0x4015935: dl_open_worker (dl-open.c:280)
> ==31795== by 0x5837D63: _dl_catch_error (dl-error-skeleton.c:198)
> ==31795== by 0x40150D8: _dl_open (dl-open.c:660)
> ==31795== by 0x50A1FF5: dlopen_doit (dlopen.c:66)
> ==31795== by 0x5837D63: _dl_catch_error (dl-error-skeleton.c:198)
> ==31795== by 0x50A2758: _dlerror_run (dlerror.c:163)
> ==31795== by 0x50A2091: dlopen@@GLIBC_2.2.5 (dlopen.c:87)
> ==31795== by 0x109ADB: main (vmmalloc_init.c:65)
> ==31795==
> ==31795== LEAK SUMMARY:
> ==31795== definitely lost: 0 bytes in 0 blocks
> ==31795== indirectly lost: 0 bytes in 0 blocks
> ==31795== possibly lost: 64 bytes in 1 blocks
> ==31795== still reachable: 1,568 bytes in 5 blocks
> ==31795== suppressed: 0 bytes in 0 blocks
> ==31795== Reachable blocks (those to which a pointer was found) are not shown.
> ==31795== To see them, rerun with: --leak-check=full --show-leak-kinds=all
> ==31795==
> ==31795== For counts of detected and suppressed errors, rerun with: -v
> ==31795== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
memcheck17.log
> ==31980== Memcheck, a memory error detector
> ==31980== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
> ==31980== Using Valgrind-3.12.0 and LibVEX; rerun with -h for copyright info
> ==31980== Command: ./vmmalloc_init l
> ==31980== Parent PID: 31951
> ==31980==
> ==31980==
> ==31980== HEAP SUMMARY:
> ==31980== in use at exit: 1,632 bytes in 6 blocks
> ==31980== total heap usage: 47 allocs, 41 frees, 97,488 bytes allocated
> ==31980==
> ==31980== 64 bytes in 1 blocks are possibly lost in loss record 3 of 6
> ==31980== at 0x4E4AD29: je_vmem_pool_malloc (in /home/mramotow/repos/nvml/src/nondebug/libvmmalloc.so.1.0.0)
> ==31980== by 0x400EB13: _dl_map_object_deps (dl-deps.c:499)
> ==31980== by 0x4015935: dl_open_worker (dl-open.c:280)
> ==31980== by 0x581BD63: _dl_catch_error (dl-error-skeleton.c:198)
> ==31980== by 0x40150D8: _dl_open (dl-open.c:660)
> ==31980== by 0x5085FF5: dlopen_doit (dlopen.c:66)
> ==31980== by 0x581BD63: _dl_catch_error (dl-error-skeleton.c:198)
> ==31980== by 0x5086758: _dlerror_run (dlerror.c:163)
> ==31980== by 0x5086091: dlopen@@GLIBC_2.2.5 (dlopen.c:87)
> ==31980== by 0x109ADB: main (vmmalloc_init.c:65)
> ==31980==
> ==31980== LEAK SUMMARY:
> ==31980== definitely lost: 0 bytes in 0 blocks
> ==31980== indirectly lost: 0 bytes in 0 blocks
> ==31980== possibly lost: 64 bytes in 1 blocks
> ==31980== still reachable: 1,568 bytes in 5 blocks
> ==31980== suppressed: 0 bytes in 0 blocks
> ==31980== Reachable blocks (those to which a pointer was found) are not shown.
> ==31980== To see them, rerun with: --leak-check=full --show-leak-kinds=all
> ==31980==
> ==31980== For counts of detected and suppressed errors, rerun with: -v
> ==31980== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) | priority | tests vmmalloc init setup all pmem debug memcheck found on vmmalloc init setup all pmem debug memcheck vmmalloc init start vmmalloc init runtests stopping vmmalloc init failed test all fs any build debug vmmalloc init setup all pmem nondebug memcheck vmmalloc init start vmmalloc init runtests stopping vmmalloc init failed test all fs any build nondebug log memcheck a memory error detector copyright c and gnu gpl d by julian seward et al using valgrind and libvex rerun with h for copyright info command vmmalloc init l parent pid heap summary in use at exit bytes in blocks total heap usage allocs frees bytes allocated bytes in blocks are possibly lost in loss record of at je vmem pool malloc jemalloc c by malloc libvmmalloc c by dl map object deps dl deps c by dl open worker dl open c by dl catch error dl error skeleton c by dl open dl open c by dlopen doit dlopen c by dl catch error dl error skeleton c by dlerror run dlerror c by dlopen glibc dlopen c by main vmmalloc init c leak summary definitely lost bytes in blocks indirectly lost bytes in blocks possibly lost bytes in blocks still reachable bytes in blocks suppressed bytes in blocks reachable blocks those to which a pointer was found are not shown to see them rerun with leak check full show leak kinds all for counts of detected and suppressed errors rerun with v error summary errors from contexts suppressed from log memcheck a memory error detector copyright c and gnu gpl d by julian seward et al using valgrind and libvex rerun with h for copyright info command vmmalloc init l parent pid heap summary in use at exit bytes in blocks total heap usage allocs frees bytes allocated bytes in blocks are possibly lost in loss record of at je vmem pool malloc in home mramotow repos nvml src nondebug libvmmalloc so by dl map object deps dl deps c by dl open worker dl open c by dl catch error dl error skeleton c by dl open dl open c by dlopen doit dlopen c by dl catch error dl error skeleton c by dlerror run dlerror c by dlopen glibc dlopen c by main vmmalloc init c leak summary definitely lost bytes in blocks indirectly lost bytes in blocks possibly lost bytes in blocks still reachable bytes in blocks suppressed bytes in blocks reachable blocks those to which a pointer was found are not shown to see them rerun with leak check full show leak kinds all for counts of detected and suppressed errors rerun with v error summary errors from contexts suppressed from | 1 |
645,694 | 21,012,345,497 | IssuesEvent | 2022-03-30 07:54:35 | hovgaardgames/bigambitions | https://api.github.com/repos/hovgaardgames/bigambitions | closed | Options: Elements extend too far to the right | confirmed low-priority | ### Build number
602
### Bug description
In the main menu's options, the "Graphics" comboboxes as well as the "Audio" volume slider extend too far towards the right side.
The centered "Full Screen" toggle also looks weird, maybe make toggles aligned to the left instead. But that's just my personal opinion.
### Steps to reproduce the bug
_No response_
### Savegame file
_No response_
### Screenshots or videos


| 1.0 | Options: Elements extend too far to the right - ### Build number
602
### Bug description
In the main menu's options, the "Graphics" comboboxes as well as the "Audio" volume slider extend too far towards the right side.
The centered "Full Screen" toggle also looks weird, maybe make toggles aligned to the left instead. But that's just my personal opinion.
### Steps to reproduce the bug
_No response_
### Savegame file
_No response_
### Screenshots or videos


| priority | options elements extend too far to the right build number bug description in the main menu s options the graphics comboboxes as well as the audio volume slider extend too far towards the right side the centered full screen toggle also looks weird maybe make toggles aligned to the left instead but that s just my personal opinion steps to reproduce the bug no response savegame file no response screenshots or videos | 1 |
481,044 | 13,879,657,603 | IssuesEvent | 2020-10-17 15:24:03 | AY2021S1-CS2103T-T15-4/tp | https://api.github.com/repos/AY2021S1-CS2103T-T15-4/tp | closed | As a user, I would like to keep a contact list of the companies that I have tried out for application, | priority.Low type.Story | so that I will know which companies I have already tried out for. | 1.0 | As a user, I would like to keep a contact list of the companies that I have tried out for application, - so that I will know which companies I have already tried out for. | priority | as a user i would like to keep a contact list of the companies that i have tried out for application so that i will know which companies i have already tried out for | 1 |
526,087 | 15,279,974,289 | IssuesEvent | 2021-02-23 05:19:54 | ZackHolmberg/COMP4350-Project | https://api.github.com/repos/ZackHolmberg/COMP4350-Project | opened | As a student, I want to have an option to deny a payment so that I don't accept funds I don't want | Priority: Low Risk: Medium Transactions User Story | **Acceptance Criteria:**
_Scenario:_ Student denies a transaction.
"Given I am on the home page
And I receive a notification about an incoming transaction
When I click the Deny button
Then I do not receive that transaction amount"
**Related Dev Tasks:**
- [ ] 1 | 1.0 | As a student, I want to have an option to deny a payment so that I don't accept funds I don't want - **Acceptance Criteria:**
_Scenario:_ Student denies a transaction.
"Given I am on the home page
And I receive a notification about an incoming transaction
When I click the Deny button
Then I do not receive that transaction amount"
**Related Dev Tasks:**
- [ ] 1 | priority | as a student i want to have an option to deny a payment so that i don t accept funds i don t want acceptance criteria scenario student denies a transaction given i am on the home page and i receive a notification about an incoming transaction when i click the deny button then i do not receive that transaction amount related dev tasks | 1 |
721,178 | 24,820,390,478 | IssuesEvent | 2022-10-25 15:59:00 | ut-issl/c2a-core | https://api.github.com/repos/ut-issl/c2a-core | opened | C2A Tools のリポジトリにも .python-version を適用する | priority::low tools | ## 概要
ひとことで
## 詳細
これを Tools でも導入
https://github.com/ut-issl/c2a-core/blob/develop/.github/workflows/.python-version
## close条件
したら | 1.0 | C2A Tools のリポジトリにも .python-version を適用する - ## 概要
ひとことで
## 詳細
これを Tools でも導入
https://github.com/ut-issl/c2a-core/blob/develop/.github/workflows/.python-version
## close条件
したら | priority | tools のリポジトリにも python version を適用する 概要 ひとことで 詳細 これを tools でも導入 close条件 したら | 1 |
67,968 | 3,283,357,642 | IssuesEvent | 2015-10-28 12:15:23 | leeensminger/OED_Wetlands | https://api.github.com/repos/leeensminger/OED_Wetlands | closed | Delineation/Mitigation - Selection Query Builder - Binding operator is not cleared after Clear Query | bug - low priority | Within the Selection Query Builder, the binding operator value is not cleared, after clicking the Clear Query button. The workflow to arrive at this issue is very specific:
1. Select a valid Project Type
2. Select any Field Name (ex: County)
3. Select an Operator (ex: "=")
4. Select a Unique Value (ex: Allegany)
5. Click Add
6. Select any Binding Operator (ex: AND)
7. Do not build the rest of the query. Click Clear Query button. The operator AND remains displayed within the Binding Operator dropdown menu.
The issue does not affect building or validating a second/fresh query.
Screenshot at step 6:

Screenshot after step 7:

| 1.0 | Delineation/Mitigation - Selection Query Builder - Binding operator is not cleared after Clear Query - Within the Selection Query Builder, the binding operator value is not cleared, after clicking the Clear Query button. The workflow to arrive at this issue is very specific:
1. Select a valid Project Type
2. Select any Field Name (ex: County)
3. Select an Operator (ex: "=")
4. Select a Unique Value (ex: Allegany)
5. Click Add
6. Select any Binding Operator (ex: AND)
7. Do not build the rest of the query. Click Clear Query button. The operator AND remains displayed within the Binding Operator dropdown menu.
The issue does not affect building or validating a second/fresh query.
Screenshot at step 6:

Screenshot after step 7:

| priority | delineation mitigation selection query builder binding operator is not cleared after clear query within the selection query builder the binding operator value is not cleared after clicking the clear query button the workflow to arrive at this issue is very specific select a valid project type select any field name ex county select an operator ex select a unique value ex allegany click add select any binding operator ex and do not build the rest of the query click clear query button the operator and remains displayed within the binding operator dropdown menu the issue does not affect building or validating a second fresh query screenshot at step screenshot after step | 1 |
494,484 | 14,259,577,062 | IssuesEvent | 2020-11-20 08:30:53 | stanvanrooy/instauto | https://api.github.com/repos/stanvanrooy/instauto | closed | Check what information is essential to save, and which can be thrown away | Priority: Low Status: Available Type: Enchancement | Currently, we store the complete ig_profile, device_profile, state, and session_cookies.
Most likely, not all values from these attributes need to be stored, and we can get away with simply recreating/using the same default value if possible.
This will reduce file size of the save. Not that important, but nice to have. | 1.0 | Check what information is essential to save, and which can be thrown away - Currently, we store the complete ig_profile, device_profile, state, and session_cookies.
Most likely, not all values from these attributes need to be stored, and we can get away with simply recreating/using the same default value if possible.
This will reduce file size of the save. Not that important, but nice to have. | priority | check what information is essential to save and which can be thrown away currently we store the complete ig profile device profile state and session cookies most likely not all values from these attributes need to be stored and we can get away with simply recreating using the same default value if possible this will reduce file size of the save not that important but nice to have | 1 |
266,173 | 8,363,803,152 | IssuesEvent | 2018-10-03 20:48:34 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | The gravity does not apply when the user digs beneath buildings. | Low Priority | Description: The game has some default gravity system in it which can be observed when felling a tree. But when a building is constructed and the players dig around and beneath it, it is observed to be levitating in mid-air.
STR:
1. Start the game.
2. Create/join a world.
3. Place a building (Campsite would be the earliest of buildings)
4. Start digging below it and clear the are beneath it.
5. Observe the issue with the building levitating in mid air.
Actual Result: The gravity is not functioning when the area beneath the building is dug out.
Expected Result: Either the building should fall down once the last dirt is removed or the player should not be able to dig beneath the buildings.
Screenshot:





| 1.0 | The gravity does not apply when the user digs beneath buildings. - Description: The game has some default gravity system in it which can be observed when felling a tree. But when a building is constructed and the players dig around and beneath it, it is observed to be levitating in mid-air.
STR:
1. Start the game.
2. Create/join a world.
3. Place a building (Campsite would be the earliest of buildings)
4. Start digging below it and clear the are beneath it.
5. Observe the issue with the building levitating in mid air.
Actual Result: The gravity is not functioning when the area beneath the building is dug out.
Expected Result: Either the building should fall down once the last dirt is removed or the player should not be able to dig beneath the buildings.
Screenshot:





| priority | the gravity does not apply when the user digs beneath buildings description the game has some default gravity system in it which can be observed when felling a tree but when a building is constructed and the players dig around and beneath it it is observed to be levitating in mid air str start the game create join a world place a building campsite would be the earliest of buildings start digging below it and clear the are beneath it observe the issue with the building levitating in mid air actual result the gravity is not functioning when the area beneath the building is dug out expected result either the building should fall down once the last dirt is removed or the player should not be able to dig beneath the buildings screenshot | 1 |
337,260 | 10,212,823,578 | IssuesEvent | 2019-08-14 20:27:27 | space-wizards/RobustToolbox | https://api.github.com/repos/space-wizards/RobustToolbox | closed | Use logging categories correctly. | Misc: Junior Job Priority: 3-low Type: Cleanup | Right now, there's still a bunch of logging calls that prefix the message with say `[SRV]` instead of using an actual category. These should be fixed. | 1.0 | Use logging categories correctly. - Right now, there's still a bunch of logging calls that prefix the message with say `[SRV]` instead of using an actual category. These should be fixed. | priority | use logging categories correctly right now there s still a bunch of logging calls that prefix the message with say instead of using an actual category these should be fixed | 1 |
345,520 | 10,368,908,212 | IssuesEvent | 2019-09-07 20:59:36 | dice-group/Squirrel | https://api.github.com/repos/dice-group/Squirrel | opened | Replace old UriType usages in queue classes | component:frontier priority:low type:discussion type:enhancement | The current implementation of the DomainUriTypePair and IpUriTypePair are still using the deprecated UriType class. This should be fixed since the UriType class is not really used, anymore.
A generic solution which is based on a sorted Collection of feature extraction functions which are used to extract objects from a given CollectionUri instance might be interesting and would remove the separation between IP and domain-based queue implementations leading to a single queue implementation for MongoDB as well as a single implementation for the in-memory queue. :thinking: | 1.0 | Replace old UriType usages in queue classes - The current implementation of the DomainUriTypePair and IpUriTypePair are still using the deprecated UriType class. This should be fixed since the UriType class is not really used, anymore.
A generic solution which is based on a sorted Collection of feature extraction functions which are used to extract objects from a given CollectionUri instance might be interesting and would remove the separation between IP and domain-based queue implementations leading to a single queue implementation for MongoDB as well as a single implementation for the in-memory queue. :thinking: | priority | replace old uritype usages in queue classes the current implementation of the domainuritypepair and ipuritypepair are still using the deprecated uritype class this should be fixed since the uritype class is not really used anymore a generic solution which is based on a sorted collection of feature extraction functions which are used to extract objects from a given collectionuri instance might be interesting and would remove the separation between ip and domain based queue implementations leading to a single queue implementation for mongodb as well as a single implementation for the in memory queue thinking | 1 |
237,192 | 7,757,184,569 | IssuesEvent | 2018-05-31 15:36:54 | SparkDevNetwork/Rock | https://api.github.com/repos/SparkDevNetwork/Rock | closed | Icon sizes on child icon label need adjusting | Fixed in v8.0 Priority: Low Status: Confirmed Topic: Check-in Type: Bug |
### Prerequisites
* [X ] Put an X between the brackets on this line if you have done all of the following:
* Can you reproduce the problem on a fresh install or the [demo site](http://rock.rocksolidchurchdemo.com/)?
* Did you include your Rock version number and [client culture](https://github.com/SparkDevNetwork/Rock/wiki/Environment-and-Diagnostics-Information) setting?
* Did you [perform a cursory search](https://github.com/issues?q=is%3Aissue+user%3ASparkDevNetwork+-repo%3ASparkDevNetwork%2FSlack) to see if your bug or enhancement is already reported?
### Description
Since the new icon font is scalable, and the icon size parameters in the child icon label are "73,64", the icons are compressed horizontally a little. The star especially is quite obvious. See picture below.
### Steps to Reproduce
1. Install the new updated Rock icon font
2. Print a child icon label
3. Notice that the star isn't proportioned correctly. It's narrower when printed with the new font.
**Expected behavior:**
Print a nice-looking star (and other icons).
**Actual behavior:**
The icons appear to have been squeezed in a font vise.
The four icon lines (that start with "CWZ...") should be changed from "AZN,73,64" to "^AZN,73,73" so the icons print correctly. This is a result of the new icon font being scalable, and the old font was not. Icons will still print correctly with the old font after the label is changed.

### Versions
* **Rock Version:** all
* **Client Culture Setting:** en-US
| 1.0 | Icon sizes on child icon label need adjusting -
### Prerequisites
* [X ] Put an X between the brackets on this line if you have done all of the following:
* Can you reproduce the problem on a fresh install or the [demo site](http://rock.rocksolidchurchdemo.com/)?
* Did you include your Rock version number and [client culture](https://github.com/SparkDevNetwork/Rock/wiki/Environment-and-Diagnostics-Information) setting?
* Did you [perform a cursory search](https://github.com/issues?q=is%3Aissue+user%3ASparkDevNetwork+-repo%3ASparkDevNetwork%2FSlack) to see if your bug or enhancement is already reported?
### Description
Since the new icon font is scalable, and the icon size parameters in the child icon label are "73,64", the icons are compressed horizontally a little. The star especially is quite obvious. See picture below.
### Steps to Reproduce
1. Install the new updated Rock icon font
2. Print a child icon label
3. Notice that the star isn't proportioned correctly. It's narrower when printed with the new font.
**Expected behavior:**
Print a nice-looking star (and other icons).
**Actual behavior:**
The icons appear to have been squeezed in a font vise.
The four icon lines (that start with "CWZ...") should be changed from "AZN,73,64" to "^AZN,73,73" so the icons print correctly. This is a result of the new icon font being scalable, and the old font was not. Icons will still print correctly with the old font after the label is changed.

### Versions
* **Rock Version:** all
* **Client Culture Setting:** en-US
| priority | icon sizes on child icon label need adjusting prerequisites put an x between the brackets on this line if you have done all of the following can you reproduce the problem on a fresh install or the did you include your rock version number and setting did you to see if your bug or enhancement is already reported description since the new icon font is scalable and the icon size parameters in the child icon label are the icons are compressed horizontally a little the star especially is quite obvious see picture below steps to reproduce install the new updated rock icon font print a child icon label notice that the star isn t proportioned correctly it s narrower when printed with the new font expected behavior print a nice looking star and other icons actual behavior the icons appear to have been squeezed in a font vise the four icon lines that start with cwz should be changed from azn to azn so the icons print correctly this is a result of the new icon font being scalable and the old font was not icons will still print correctly with the old font after the label is changed versions rock version all client culture setting en us | 1 |
478,838 | 13,786,453,144 | IssuesEvent | 2020-10-09 01:53:37 | kubeapps/kubeapps | https://api.github.com/repos/kubeapps/kubeapps | closed | Application CRD support (PoC) | kind/feature priority/low wontfix | The [Application CRD](https://github.com/kubernetes-sigs/application) is an API extension to define a Kubernetes application as a set of other K8s objects.
It would be good to do a bit of research into the API, create a PoC in Kubeapps to support Application CRD objects and write a blog post about it.
| 1.0 | Application CRD support (PoC) - The [Application CRD](https://github.com/kubernetes-sigs/application) is an API extension to define a Kubernetes application as a set of other K8s objects.
It would be good to do a bit of research into the API, create a PoC in Kubeapps to support Application CRD objects and write a blog post about it.
| priority | application crd support poc the is an api extension to define a kubernetes application as a set of other objects it would be good to do a bit of research into the api create a poc in kubeapps to support application crd objects and write a blog post about it | 1 |
479,340 | 13,794,970,672 | IssuesEvent | 2020-10-09 17:11:17 | chef/chef | https://api.github.com/repos/chef/chef | closed | ifconfig resource can create lots of blank lines for an interface config file | Priority: Low Status: Sustaining Backlog Status: Untriaged Type: Enhancement | ### Describe the Enhancement:
<!--- What you are trying to achieve that you can't? -->
Improve the template defined by https://github.com/chef/chef/blob/master/lib/chef/provider/ifconfig/redhat.rb#L29-L47 and used to generate `/etc/sysconfig/network-scripts/ifcfg-*` files so it isn't loaded with blank lines when the if statements return a false value.
### Repro
Define this resource in a chef recipe:
```
ifconfig 'my-interface' do
device 'my-interface'
mask '255.255.255.255'
bootproto 'none'
onboot 'no'
end
```
### Describe the Need:
<!--- What kind of user do you believe would utilize this enhancement, and how many users might want this functionality -->
We use the ifconfig resource and many of the options referenced by https://github.com/chef/chef/blob/master/lib/chef/provider/ifconfig/redhat.rb#L29-L47 return false. This results in a file that has a lot of blank lines. It would be preferrable to have a compact file with little or no empty lines.
I setup an ifconfig resource configures a dummy interface successfully, then I look in the file to verify the contents I noticed a lot of empty lines.
```
# cat /etc/sysconfig/network-scripts/ifcfg-my-interface
DEVICE=my-interface
BOOTPROTO=none
IPADDR=192.168.20.18
NETMASK=255.255.255.255
```
Everything you see above after the `NETMASK` line was added by the ifconfig resource.
### Current Alternative
<!--- Is there a current alternative that you can utilize to workaround the lack of this enhancement -->
none that I know of
### Can We Help You Implement This?:
<!--- The best way to ensure your enhancement is built is to help implement the enhancement yourself. If you're interested in helping out we'd love to give you a hand to make this possible. Let us know if there's something you need. -->
| 1.0 | ifconfig resource can create lots of blank lines for an interface config file - ### Describe the Enhancement:
<!--- What you are trying to achieve that you can't? -->
Improve the template defined by https://github.com/chef/chef/blob/master/lib/chef/provider/ifconfig/redhat.rb#L29-L47 and used to generate `/etc/sysconfig/network-scripts/ifcfg-*` files so it isn't loaded with blank lines when the if statements return a false value.
### Repro
Define this resource in a chef recipe:
```
ifconfig 'my-interface' do
device 'my-interface'
mask '255.255.255.255'
bootproto 'none'
onboot 'no'
end
```
### Describe the Need:
<!--- What kind of user do you believe would utilize this enhancement, and how many users might want this functionality -->
We use the ifconfig resource and many of the options referenced by https://github.com/chef/chef/blob/master/lib/chef/provider/ifconfig/redhat.rb#L29-L47 return false. This results in a file that has a lot of blank lines. It would be preferrable to have a compact file with little or no empty lines.
I setup an ifconfig resource configures a dummy interface successfully, then I look in the file to verify the contents I noticed a lot of empty lines.
```
# cat /etc/sysconfig/network-scripts/ifcfg-my-interface
DEVICE=my-interface
BOOTPROTO=none
IPADDR=192.168.20.18
NETMASK=255.255.255.255
```
Everything you see above after the `NETMASK` line was added by the ifconfig resource.
### Current Alternative
<!--- Is there a current alternative that you can utilize to workaround the lack of this enhancement -->
none that I know of
### Can We Help You Implement This?:
<!--- The best way to ensure your enhancement is built is to help implement the enhancement yourself. If you're interested in helping out we'd love to give you a hand to make this possible. Let us know if there's something you need. -->
| priority | ifconfig resource can create lots of blank lines for an interface config file describe the enhancement improve the template defined by and used to generate etc sysconfig network scripts ifcfg files so it isn t loaded with blank lines when the if statements return a false value repro define this resource in a chef recipe ifconfig my interface do device my interface mask bootproto none onboot no end describe the need we use the ifconfig resource and many of the options referenced by return false this results in a file that has a lot of blank lines it would be preferrable to have a compact file with little or no empty lines i setup an ifconfig resource configures a dummy interface successfully then i look in the file to verify the contents i noticed a lot of empty lines cat etc sysconfig network scripts ifcfg my interface device my interface bootproto none ipaddr netmask everything you see above after the netmask line was added by the ifconfig resource current alternative none that i know of can we help you implement this | 1 |
768,327 | 26,960,894,841 | IssuesEvent | 2023-02-08 18:06:02 | gamefreedomgit/Maelstrom | https://api.github.com/repos/gamefreedomgit/Maelstrom | closed | [NPC] Dori'thur - pathing | NPC Priority: Low Status: Confirmed | [Dori'thur](https://www.wowhead.com/npc=54116/dorithur) is at the ground, on one spot. This lovely owl should be flying around the dome.
Proof:
[comment](https://www.wowhead.com/npc=54116/dorithur#comments:id=1456369)
[Twinstar issue](https://cata-twinhead.twinstar.cz/?issue=7414)
→ the issue says: "NPC should be flying in the air in the temple and in case of engaging Tyrande in battle, it should help her against the Horde (the movement of the NPC based on wowhead map). NPC also does not use its ability [Harsh Moonlight](https://www.wowhead.com/spell=101632/harsh-moonlight)."
| 1.0 | [NPC] Dori'thur - pathing - [Dori'thur](https://www.wowhead.com/npc=54116/dorithur) is at the ground, on one spot. This lovely owl should be flying around the dome.
Proof:
[comment](https://www.wowhead.com/npc=54116/dorithur#comments:id=1456369)
[Twinstar issue](https://cata-twinhead.twinstar.cz/?issue=7414)
→ the issue says: "NPC should be flying in the air in the temple and in case of engaging Tyrande in battle, it should help her against the Horde (the movement of the NPC based on wowhead map). NPC also does not use its ability [Harsh Moonlight](https://www.wowhead.com/spell=101632/harsh-moonlight)."
| priority | dori thur pathing is at the ground on one spot this lovely owl should be flying around the dome proof → the issue says npc should be flying in the air in the temple and in case of engaging tyrande in battle it should help her against the horde the movement of the npc based on wowhead map npc also does not use its ability | 1 |
452,931 | 13,061,750,813 | IssuesEvent | 2020-07-30 14:17:51 | buddyboss/buddyboss-platform | https://api.github.com/repos/buddyboss/buddyboss-platform | closed | Notice on Search page when using empty query - Notice: Undefined index: all in... | Has-PR bug priority: low | **Describe the bug**
Notice on Search page when using empty query.
`Notice: Undefined index: all in /Users/ank-mac/Local Sites/ankitlocal/app/public/wp-content/plugins/buddyboss-platform/src/bp-search/classes/class-bp-search.php on line 817`
**To Reproduce**
Steps to reproduce the behavior:
1. Go to the Header search icon
2. Click on search icon without filling any query
3. Enable WordPress debug ON
4. See error
**Screenshots**
https://i.imgur.com/dNcH0P2.jpg
**Support ticket links**
N/A- reported by QA
| 1.0 | Notice on Search page when using empty query - Notice: Undefined index: all in... - **Describe the bug**
Notice on Search page when using empty query.
`Notice: Undefined index: all in /Users/ank-mac/Local Sites/ankitlocal/app/public/wp-content/plugins/buddyboss-platform/src/bp-search/classes/class-bp-search.php on line 817`
**To Reproduce**
Steps to reproduce the behavior:
1. Go to the Header search icon
2. Click on search icon without filling any query
3. Enable WordPress debug ON
4. See error
**Screenshots**
https://i.imgur.com/dNcH0P2.jpg
**Support ticket links**
N/A- reported by QA
| priority | notice on search page when using empty query notice undefined index all in describe the bug notice on search page when using empty query notice undefined index all in users ank mac local sites ankitlocal app public wp content plugins buddyboss platform src bp search classes class bp search php on line to reproduce steps to reproduce the behavior go to the header search icon click on search icon without filling any query enable wordpress debug on see error screenshots support ticket links n a reported by qa | 1 |
454,890 | 13,108,941,475 | IssuesEvent | 2020-08-04 17:45:28 | ramp4-pcar4/ramp4-pcar4 | https://api.github.com/repos/ramp4-pcar4/ramp4-pcar4 | opened | Add nice title to Grid panel | effort: small flavour: enhancement priority: low type: perfective | Grid panel currently has no title, just the search box on the right side.
Add some appropriate text. See what RAMP2 is showing. If nothing helpful there, would suggest something like `Features - <Sublayer name>` | 1.0 | Add nice title to Grid panel - Grid panel currently has no title, just the search box on the right side.
Add some appropriate text. See what RAMP2 is showing. If nothing helpful there, would suggest something like `Features - <Sublayer name>` | priority | add nice title to grid panel grid panel currently has no title just the search box on the right side add some appropriate text see what is showing if nothing helpful there would suggest something like features | 1 |
712,704 | 24,504,402,381 | IssuesEvent | 2022-10-10 15:10:10 | chaotic-aur/packages | https://api.github.com/repos/chaotic-aur/packages | closed | [Request] systemd-git mold-git | request:new-pkg interfere required priority:low | ### Link to the package(s) in the AUR
https://aur.archlinux.org/packages/mold-git
https://aur.archlinux.org/pkgbase/systemd-git
### Utility this package has for you
Bleeding-edge packages for mold (a modern linker) and systemd.
### Do you consider the package(s) to be useful for every Chaotic-AUR user?
No, but for a great amount.
### Do you consider the package to be useful for feature testing/preview?
- [X] Yes
### Have you tested if the package builds in a clean chroot?
- [ ] Yes
### Does the package's license allow redistributing it?
YES!
### Have you searched the issues to ensure this request is unique?
- [X] YES!
### Have you read the README to ensure this package is not banned?
- [X] YES!
### More information
systemd-libs-git is a dependency of systemd-git so probably a good idea to build that first out of the two if you end up adding this. | 1.0 | [Request] systemd-git mold-git - ### Link to the package(s) in the AUR
https://aur.archlinux.org/packages/mold-git
https://aur.archlinux.org/pkgbase/systemd-git
### Utility this package has for you
Bleeding-edge packages for mold (a modern linker) and systemd.
### Do you consider the package(s) to be useful for every Chaotic-AUR user?
No, but for a great amount.
### Do you consider the package to be useful for feature testing/preview?
- [X] Yes
### Have you tested if the package builds in a clean chroot?
- [ ] Yes
### Does the package's license allow redistributing it?
YES!
### Have you searched the issues to ensure this request is unique?
- [X] YES!
### Have you read the README to ensure this package is not banned?
- [X] YES!
### More information
systemd-libs-git is a dependency of systemd-git so probably a good idea to build that first out of the two if you end up adding this. | priority | systemd git mold git link to the package s in the aur utility this package has for you bleeding edge packages for mold a modern linker and systemd do you consider the package s to be useful for every chaotic aur user no but for a great amount do you consider the package to be useful for feature testing preview yes have you tested if the package builds in a clean chroot yes does the package s license allow redistributing it yes have you searched the issues to ensure this request is unique yes have you read the readme to ensure this package is not banned yes more information systemd libs git is a dependency of systemd git so probably a good idea to build that first out of the two if you end up adding this | 1 |
647,794 | 21,155,897,424 | IssuesEvent | 2022-04-07 03:10:13 | AY2122S2-CS2113T-T09-3/tp | https://api.github.com/repos/AY2122S2-CS2113T-T09-3/tp | closed | [PE-D] View Doctor command not working with NRIC argument | type.Bug priority.Low severity.Low | 
View doctor command has the same error as view patient, where the command does not work when NRIC argument is supplied.
<!--session: 1648800307694-9b336e65-3c92-4fad-b69b-55d0872ede98-->
<!--Version: Web v3.4.2-->
-------------
Labels: `type.FunctionalityBug` `severity.High`
original: froststein/ped#7 | 1.0 | [PE-D] View Doctor command not working with NRIC argument - 
View doctor command has the same error as view patient, where the command does not work when NRIC argument is supplied.
<!--session: 1648800307694-9b336e65-3c92-4fad-b69b-55d0872ede98-->
<!--Version: Web v3.4.2-->
-------------
Labels: `type.FunctionalityBug` `severity.High`
original: froststein/ped#7 | priority | view doctor command not working with nric argument view doctor command has the same error as view patient where the command does not work when nric argument is supplied labels type functionalitybug severity high original froststein ped | 1 |
745,005 | 25,965,761,941 | IssuesEvent | 2022-12-19 06:41:58 | paperclip-ui/paperclip | https://api.github.com/repos/paperclip-ui/paperclip | closed | Consider dropping brackets | priority: low impact: low effort: high | E.g:
```javascript
import "./common.pc" as common
import "./theme.pc" as theme
import "./input.pc" as input
component ColorPickerPopup
render div
style extends common.panel
position: fixed
flex-shrink:0
transform: translate(calc(-100% - var(theme.space07)))
z-index: 1024
div header
style
padding: var(theme.space04)
display: flex
justify-content: space-between
font-weight: 600
padding-bottom: var(theme.space04)
div
text "Color"
div
text "×"
div
style
padding: var(theme.space04)
display: flex
flex-direction: column
gap: var(theme.space04)
color-picker(width: "220", height: "130")
div
text "Hue"
div
text "Opacity"
div
text "value"
div
style
border-top: 1px solid var(theme.borderColor)
padding: var(theme.space04)
display: flex
flex-direction: column
gap: var(theme.space03)
div
text "color var"
div
text "color var"
div
text "color var"
``` | 1.0 | Consider dropping brackets - E.g:
```javascript
import "./common.pc" as common
import "./theme.pc" as theme
import "./input.pc" as input
component ColorPickerPopup
render div
style extends common.panel
position: fixed
flex-shrink:0
transform: translate(calc(-100% - var(theme.space07)))
z-index: 1024
div header
style
padding: var(theme.space04)
display: flex
justify-content: space-between
font-weight: 600
padding-bottom: var(theme.space04)
div
text "Color"
div
text "×"
div
style
padding: var(theme.space04)
display: flex
flex-direction: column
gap: var(theme.space04)
color-picker(width: "220", height: "130")
div
text "Hue"
div
text "Opacity"
div
text "value"
div
style
border-top: 1px solid var(theme.borderColor)
padding: var(theme.space04)
display: flex
flex-direction: column
gap: var(theme.space03)
div
text "color var"
div
text "color var"
div
text "color var"
``` | priority | consider dropping brackets e g javascript import common pc as common import theme pc as theme import input pc as input component colorpickerpopup render div style extends common panel position fixed flex shrink transform translate calc var theme z index div header style padding var theme display flex justify content space between font weight padding bottom var theme div text color div text times div style padding var theme display flex flex direction column gap var theme color picker width height div text hue div text opacity div text value div style border top solid var theme bordercolor padding var theme display flex flex direction column gap var theme div text color var div text color var div text color var | 1 |
829,302 | 31,863,339,662 | IssuesEvent | 2023-09-15 12:33:56 | filamentphp/filament | https://api.github.com/repos/filamentphp/filament | closed | Repeater defaults not working | bug unconfirmed low priority | ### Package
filament/filament
### Package Version
v3.0.50
### Laravel Version
v10.23.1
### Livewire Version
_No response_
### PHP Version
PHP 8.2.6
### Problem description
When setting a default value for the Repeater, the default value is not set.
### Expected behavior
The default value should be set.
### Steps to reproduce
```
Forms\Components\Repeater::make('nicks')
->default([
['nick' => 'Jack'],
['nick' => 'Josh'],
])
->schema([
Forms\Components\TextInput::make('nick')
->required(),
]),
```
### Reproduction repository
https://github.com/muhajirrr/filament-repeater-defaults-issue
### Relevant log output
_No response_ | 1.0 | Repeater defaults not working - ### Package
filament/filament
### Package Version
v3.0.50
### Laravel Version
v10.23.1
### Livewire Version
_No response_
### PHP Version
PHP 8.2.6
### Problem description
When setting a default value for the Repeater, the default value is not set.
### Expected behavior
The default value should be set.
### Steps to reproduce
```
Forms\Components\Repeater::make('nicks')
->default([
['nick' => 'Jack'],
['nick' => 'Josh'],
])
->schema([
Forms\Components\TextInput::make('nick')
->required(),
]),
```
### Reproduction repository
https://github.com/muhajirrr/filament-repeater-defaults-issue
### Relevant log output
_No response_ | priority | repeater defaults not working package filament filament package version laravel version livewire version no response php version php problem description when setting a default value for the repeater the default value is not set expected behavior the default value should be set steps to reproduce forms components repeater make nicks default schema forms components textinput make nick required reproduction repository relevant log output no response | 1 |
349,254 | 10,466,509,590 | IssuesEvent | 2019-09-21 19:31:19 | wix/wix-style-react | https://api.github.com/repos/wix/wix-style-react | closed | NestableList - drag & drop tree with hierarchy | NestableList Priority:Low type:feature | the component can display a tree and allow dragging item to become sub items of other items or unsubing them.
the component depends on react-dnd
NestableList has most of the functionality needed to work properly
but new features might be required like:
1. make component completely controlled, not changing the tree internally
2. not allow dragging of specific item,
3. allow dragging item but not subbing it
looks like making it controllable is the best approach
| 1.0 | NestableList - drag & drop tree with hierarchy - the component can display a tree and allow dragging item to become sub items of other items or unsubing them.
the component depends on react-dnd
NestableList has most of the functionality needed to work properly
but new features might be required like:
1. make component completely controlled, not changing the tree internally
2. not allow dragging of specific item,
3. allow dragging item but not subbing it
looks like making it controllable is the best approach
| priority | nestablelist drag drop tree with hierarchy the component can display a tree and allow dragging item to become sub items of other items or unsubing them the component depends on react dnd nestablelist has most of the functionality needed to work properly but new features might be required like make component completely controlled not changing the tree internally not allow dragging of specific item allow dragging item but not subbing it looks like making it controllable is the best approach | 1 |
538,248 | 15,765,437,863 | IssuesEvent | 2021-03-31 14:09:17 | Thomasdezeeuw/heph | https://api.github.com/repos/Thomasdezeeuw/heph | closed | Fix flaky tests on FreeBSD | bug priority:low | Not sure if these are actual problems or simply flaky tests, but the following list of tests have problems on FreeBSD:
* [ ] examples::4_sync_actor (#323)
* [ ] examples::7_restart_supervisor (#323)
* [ ] actor_ref::rpc_waking
* [x] tcp::stream::try_recv
* [ ] tcp::stream::send
* [ ] tcp::stream::send_all
* [ ] regression::issue_145
| 1.0 | Fix flaky tests on FreeBSD - Not sure if these are actual problems or simply flaky tests, but the following list of tests have problems on FreeBSD:
* [ ] examples::4_sync_actor (#323)
* [ ] examples::7_restart_supervisor (#323)
* [ ] actor_ref::rpc_waking
* [x] tcp::stream::try_recv
* [ ] tcp::stream::send
* [ ] tcp::stream::send_all
* [ ] regression::issue_145
| priority | fix flaky tests on freebsd not sure if these are actual problems or simply flaky tests but the following list of tests have problems on freebsd examples sync actor examples restart supervisor actor ref rpc waking tcp stream try recv tcp stream send tcp stream send all regression issue | 1 |
644,687 | 20,985,098,378 | IssuesEvent | 2022-03-29 01:40:44 | kubeapps/kubeapps | https://api.github.com/repos/kubeapps/kubeapps | reopened | Investigate and propose package repositories API with similar core interface to packages API. | kind/feature priority/low size/M component/apis-server | As we close in on the basic functionality for the packages API, we'll need to begin investigating and proposing a similar core API for package repositories, so that as a user I can use the Kubeapps UI to interact with `AppRepositories` (helm and oci) as well as flux sources.
We've recently had contributions for remote components that are conditionally used in different views, which will be something we'll want to begin using (though not remote, restricted to our internal services) both in the packages API as well as the package repositories API, where I assume the UX will be quite different for the various repository types (more so than packages). | 1.0 | Investigate and propose package repositories API with similar core interface to packages API. - As we close in on the basic functionality for the packages API, we'll need to begin investigating and proposing a similar core API for package repositories, so that as a user I can use the Kubeapps UI to interact with `AppRepositories` (helm and oci) as well as flux sources.
We've recently had contributions for remote components that are conditionally used in different views, which will be something we'll want to begin using (though not remote, restricted to our internal services) both in the packages API as well as the package repositories API, where I assume the UX will be quite different for the various repository types (more so than packages). | priority | investigate and propose package repositories api with similar core interface to packages api as we close in on the basic functionality for the packages api we ll need to begin investigating and proposing a similar core api for package repositories so that as a user i can use the kubeapps ui to interact with apprepositories helm and oci as well as flux sources we ve recently had contributions for remote components that are conditionally used in different views which will be something we ll want to begin using though not remote restricted to our internal services both in the packages api as well as the package repositories api where i assume the ux will be quite different for the various repository types more so than packages | 1 |
299,124 | 9,205,127,512 | IssuesEvent | 2019-03-08 09:42:03 | qissue-bot/QGIS | https://api.github.com/repos/qissue-bot/QGIS | closed | Patch for QgsRasterLayer to allow stretching in DrawMultiColorBand, DrawSingleBandGray | Category: Rasters Component: Easy fix? Component: Pull Request or Patch supplied Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Feature request | ---
Author Name: **ersts-amnh-org -** (ersts-amnh-org -)
Original Redmine Issue: 537, https://issues.qgis.org/issues/537
Original Assignee: Tim Sutton
---
[[QgsRasterLayer]] has methods and enums for some basic stretching capabilities, but these capabilities are not implemented in the draw methods. This patch adds some functionality to the [[QgsRasterLayer]]::drawMultiBandColor and [[QgsRasterLayer]]::drawSingleBandGray methods. While the current QGIS GUI does not allow the user to set the needed inputs, stretching can, in the mean time, be done through a plugin.
The implementation in this patch adds a NO_STRETCH entry to the COLOR_STRETCH_ALGORITHM enum. This enum is set as the default scaling algorithm. This is done so that images can be loaded without [[QgsRasterLayerStats]] beign called unless needed. The two updated methods can also use the value of stdDevsToPlot to automatically stretch the image (which means [[QgsRasterStats]] is caled) if the color stretch algorithms is set, which means that with a few simple modifications to the [[QgsRasterProperties]] window, simple stretching could be made available to QGIS users.
---
- [patch_for_QgsRasterLayer.txt](https://issues.qgis.org/attachments/download/1839/patch_for_QgsRasterLayer.txt) (ersts-amnh-org -) | 1.0 | Patch for QgsRasterLayer to allow stretching in DrawMultiColorBand, DrawSingleBandGray - ---
Author Name: **ersts-amnh-org -** (ersts-amnh-org -)
Original Redmine Issue: 537, https://issues.qgis.org/issues/537
Original Assignee: Tim Sutton
---
[[QgsRasterLayer]] has methods and enums for some basic stretching capabilities, but these capabilities are not implemented in the draw methods. This patch adds some functionality to the [[QgsRasterLayer]]::drawMultiBandColor and [[QgsRasterLayer]]::drawSingleBandGray methods. While the current QGIS GUI does not allow the user to set the needed inputs, stretching can, in the mean time, be done through a plugin.
The implementation in this patch adds a NO_STRETCH entry to the COLOR_STRETCH_ALGORITHM enum. This enum is set as the default scaling algorithm. This is done so that images can be loaded without [[QgsRasterLayerStats]] beign called unless needed. The two updated methods can also use the value of stdDevsToPlot to automatically stretch the image (which means [[QgsRasterStats]] is caled) if the color stretch algorithms is set, which means that with a few simple modifications to the [[QgsRasterProperties]] window, simple stretching could be made available to QGIS users.
---
- [patch_for_QgsRasterLayer.txt](https://issues.qgis.org/attachments/download/1839/patch_for_QgsRasterLayer.txt) (ersts-amnh-org -) | priority | patch for qgsrasterlayer to allow stretching in drawmulticolorband drawsinglebandgray author name ersts amnh org ersts amnh org original redmine issue original assignee tim sutton has methods and enums for some basic stretching capabilities but these capabilities are not implemented in the draw methods this patch adds some functionality to the drawmultibandcolor and drawsinglebandgray methods while the current qgis gui does not allow the user to set the needed inputs stretching can in the mean time be done through a plugin the implementation in this patch adds a no stretch entry to the color stretch algorithm enum this enum is set as the default scaling algorithm this is done so that images can be loaded without beign called unless needed the two updated methods can also use the value of stddevstoplot to automatically stretch the image which means is caled if the color stretch algorithms is set which means that with a few simple modifications to the window simple stretching could be made available to qgis users ersts amnh org | 1 |
725,044 | 24,950,223,118 | IssuesEvent | 2022-11-01 06:18:18 | AY2223S1-CS2103T-T15-1/tp | https://api.github.com/repos/AY2223S1-CS2103T-T15-1/tp | closed | [PE-D][Tester E] Possible for the start date and end date for leave to be the same for 'addleave' command, although error says start date should be earlier. | priority.Low type.Bug | Perhaps it can be made clearer by stating that the end date should be equal to or later than the start date!
Steps to Reproduce:
addleave id/1 sd/01-01-2022 ed/01-01-2022
Expected:
Failure (as the start date is not earlier than the end date)
Actual:
Success
Screenshot:


(See Index 4)
Error Message for Date Validity:


<!--session: 1666944093786-c361dc9e-a932-4d2d-8a2b-8a986a232b5b-->
<!--Version: Web v3.4.4-->
-------------
Labels: `type.FunctionalityBug` `severity.Low`
original: kangzongxian/ped#3 | 1.0 | [PE-D][Tester E] Possible for the start date and end date for leave to be the same for 'addleave' command, although error says start date should be earlier. - Perhaps it can be made clearer by stating that the end date should be equal to or later than the start date!
Steps to Reproduce:
addleave id/1 sd/01-01-2022 ed/01-01-2022
Expected:
Failure (as the start date is not earlier than the end date)
Actual:
Success
Screenshot:


(See Index 4)
Error Message for Date Validity:


<!--session: 1666944093786-c361dc9e-a932-4d2d-8a2b-8a986a232b5b-->
<!--Version: Web v3.4.4-->
-------------
Labels: `type.FunctionalityBug` `severity.Low`
original: kangzongxian/ped#3 | priority | possible for the start date and end date for leave to be the same for addleave command although error says start date should be earlier perhaps it can be made clearer by stating that the end date should be equal to or later than the start date steps to reproduce addleave id sd ed expected failure as the start date is not earlier than the end date actual success screenshot see index error message for date validity labels type functionalitybug severity low original kangzongxian ped | 1 |
643,594 | 20,960,477,682 | IssuesEvent | 2022-03-27 18:21:36 | YarikTH/ureact | https://api.github.com/repos/YarikTH/ureact | closed | Library should have exception safety guaranty | very low priority | Library internals shouldn't be broken in the case when the user-defined observer function, signal calculation function, etc throws an exception. Need to make more or less sane behaviour in such a case.
For example, it would be a good idea to restore the state before the transaction was requested. It would be hard or impossible in case of using the `modify()` method.
At the very least library should provide more or less useful debug information to say where the problem has happened and why. | 1.0 | Library should have exception safety guaranty - Library internals shouldn't be broken in the case when the user-defined observer function, signal calculation function, etc throws an exception. Need to make more or less sane behaviour in such a case.
For example, it would be a good idea to restore the state before the transaction was requested. It would be hard or impossible in case of using the `modify()` method.
At the very least library should provide more or less useful debug information to say where the problem has happened and why. | priority | library should have exception safety guaranty library internals shouldn t be broken in the case when the user defined observer function signal calculation function etc throws an exception need to make more or less sane behaviour in such a case for example it would be a good idea to restore the state before the transaction was requested it would be hard or impossible in case of using the modify method at the very least library should provide more or less useful debug information to say where the problem has happened and why | 1 |
512,701 | 14,907,739,833 | IssuesEvent | 2021-01-22 03:58:54 | x42protocol/xCore | https://api.github.com/repos/x42protocol/xCore | closed | Function Request - Vanity Seed Words | enhancement low priority question | Describe the solution you would like:
Having an option to generate your own seed words would be very much appreciated.
A lot users know songs, poems and other sorts of written text by heart, it would be an interesting way to add another layer of security to seed words. | 1.0 | Function Request - Vanity Seed Words - Describe the solution you would like:
Having an option to generate your own seed words would be very much appreciated.
A lot users know songs, poems and other sorts of written text by heart, it would be an interesting way to add another layer of security to seed words. | priority | function request vanity seed words describe the solution you would like having an option to generate your own seed words would be very much appreciated a lot users know songs poems and other sorts of written text by heart it would be an interesting way to add another layer of security to seed words | 1 |
299,597 | 9,205,651,322 | IssuesEvent | 2019-03-08 11:13:00 | qissue-bot/QGIS | https://api.github.com/repos/qissue-bot/QGIS | closed | When Initial Visibility is set to false still set map extent for first layer added | Category: GUI Component: Easy fix? Component: Pull Request or Patch supplied Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Feature request | ---
Author Name: **springmeyer -** (springmeyer -)
Original Redmine Issue: 970, https://issues.qgis.org/issues/970
---
The commit:99336b4, to allow initial visibility to be false is a great addition. It is a really nice feature to have when loading many large layers in QGIS all at once.
However, when that option is set QGIS does not automatically set its extent and map scale. It seems logical to have QGIS still set the map extent based on the first layer added. This way the extra step for the user of having to right click and zoom to a specific layer extent would be avoided.
There may be good reasons, performance wise, to keep it this way. Perhaps having QGIS set the map extent to the invisible layer would negate the purpose of the invisibility for some users?
If this is the case it might be useful to have a second preferences option to allow for the map extent to be set nevertheless.
| 1.0 | When Initial Visibility is set to false still set map extent for first layer added - ---
Author Name: **springmeyer -** (springmeyer -)
Original Redmine Issue: 970, https://issues.qgis.org/issues/970
---
The commit:99336b4, to allow initial visibility to be false is a great addition. It is a really nice feature to have when loading many large layers in QGIS all at once.
However, when that option is set QGIS does not automatically set its extent and map scale. It seems logical to have QGIS still set the map extent based on the first layer added. This way the extra step for the user of having to right click and zoom to a specific layer extent would be avoided.
There may be good reasons, performance wise, to keep it this way. Perhaps having QGIS set the map extent to the invisible layer would negate the purpose of the invisibility for some users?
If this is the case it might be useful to have a second preferences option to allow for the map extent to be set nevertheless.
| priority | when initial visibility is set to false still set map extent for first layer added author name springmeyer springmeyer original redmine issue the commit to allow initial visibility to be false is a great addition it is a really nice feature to have when loading many large layers in qgis all at once however when that option is set qgis does not automatically set its extent and map scale it seems logical to have qgis still set the map extent based on the first layer added this way the extra step for the user of having to right click and zoom to a specific layer extent would be avoided there may be good reasons performance wise to keep it this way perhaps having qgis set the map extent to the invisible layer would negate the purpose of the invisibility for some users if this is the case it might be useful to have a second preferences option to allow for the map extent to be set nevertheless | 1 |
158,751 | 6,034,532,749 | IssuesEvent | 2017-06-09 11:25:34 | Lucidiot/PseudoScience | https://api.github.com/repos/Lucidiot/PseudoScience | closed | Gestion du système impérial | enhancement low priority | Intégration de la conversion depuis le système impérial vers le système métrique dans les unités de mesure | 1.0 | Gestion du système impérial - Intégration de la conversion depuis le système impérial vers le système métrique dans les unités de mesure | priority | gestion du système impérial intégration de la conversion depuis le système impérial vers le système métrique dans les unités de mesure | 1 |
669,166 | 22,614,779,909 | IssuesEvent | 2022-06-29 20:43:47 | encorelab/ck-board | https://api.github.com/repos/encorelab/ck-board | opened | Change dot-voting icons | enhancement low priority | Can we change the dot-voting icons in the canvas, buckets, and post editors from arrows to upward/downward triangles? E.g.,
- (https://emojipedia.org/upwards-button/)
- https://fonts.google.com/icons?selected=Material+Symbols+Outlined:arrow_drop_up:FILL@0;wght@400;GRAD@0;opsz@48
Also, on the canvas and buckets can we swap the comment icon and dot-voting icon (so that comment is on the left and dot-voting is on the right)? | 1.0 | Change dot-voting icons - Can we change the dot-voting icons in the canvas, buckets, and post editors from arrows to upward/downward triangles? E.g.,
- (https://emojipedia.org/upwards-button/)
- https://fonts.google.com/icons?selected=Material+Symbols+Outlined:arrow_drop_up:FILL@0;wght@400;GRAD@0;opsz@48
Also, on the canvas and buckets can we swap the comment icon and dot-voting icon (so that comment is on the left and dot-voting is on the right)? | priority | change dot voting icons can we change the dot voting icons in the canvas buckets and post editors from arrows to upward downward triangles e g also on the canvas and buckets can we swap the comment icon and dot voting icon so that comment is on the left and dot voting is on the right | 1 |
120,224 | 4,786,953,729 | IssuesEvent | 2016-10-29 18:30:34 | gtagency/buzzmobile | https://api.github.com/repos/gtagency/buzzmobile | closed | Make deployment similar on all platforms | low priority | Following some discussion in #61, it might be better if we factored out parts of the travis ci build script into a `install.sh`, so that
git clone
./install.sh
would install system dependencies, run `setup.py`, install rosdeps, etc. and allow deployment to be done the same way across all systems. | 1.0 | Make deployment similar on all platforms - Following some discussion in #61, it might be better if we factored out parts of the travis ci build script into a `install.sh`, so that
git clone
./install.sh
would install system dependencies, run `setup.py`, install rosdeps, etc. and allow deployment to be done the same way across all systems. | priority | make deployment similar on all platforms following some discussion in it might be better if we factored out parts of the travis ci build script into a install sh so that git clone install sh would install system dependencies run setup py install rosdeps etc and allow deployment to be done the same way across all systems | 1 |
177,171 | 6,575,077,501 | IssuesEvent | 2017-09-11 14:57:54 | google/googletest | https://api.github.com/repos/google/googletest | closed | Consider improving thread-safe death tests such that they search the PATH when re-executing the test program | auto-migrated Priority-Low Type-Enhancement | ```
Thread-safe death tests currently don't search the PATH when re-executing
the test program. This means the user cannot put a test binary that
contains thread-safe death tests in a directory in the PATH and invoke it
without a directory prefix.
This is rarely a problem in practice (hence the low priority), as:
- people rarely leave tests in PATH - that's arguably not a good idea.
- more people use the "fast" style death tests, which don't have this problem.
Just for future reference, Mike Burrows suggested the following
impelementation:
In the forked process, you may not call getenv() (which execvp does,
for example),
and you may not call malloc(), but you can do these things before forking.
Below is an untested example.
Mike
#include <unistd.h>
/* exec() the first file possible that is called name[] and is on the colon
separated path path[], with the argument in argv[].
The path is ignored if name[] contains a slash.
Requires that buffer[] be a scratch area large enough for the longest
pathname generated: a conservative size for buffer[] is
strlen (name) + strlen (path) + 2
Does not return on success.
Example:
const char *path = getenv ("PATH");
char *buffer;
int pid;
if (path == 0) {
path = "/bin:/usr/bin";
}
buffer = malloc (strlen (path) + strlen (name) + 2);
pid = fork ();
if (pid == 0) {
exec_first_on_path (name, path, buffer, argv);
perror (name);
_exit (2);
}
...
*/
void exec_first_on_path (const char *name, const char *path, char
*buffer, char *argv[]) {
if (strchr (name, '/') != 0) {
path = "";
}
path--; /* pretend path has a leading colon
that's never touched */
do {
char *p;
path++; /* skip colon */
for (p = buffer; *path != 0 && *path != ':'; *p++ = *path++) {
}
if (p != buffer) {
*p++ = '/';
}
strcpy (p, name);
execv (buffer, argv);
} while (*path == ':');
}
```
Original issue reported on code.google.com by `shiq...@gmail.com` on 10 Sep 2008 at 6:24
| 1.0 | Consider improving thread-safe death tests such that they search the PATH when re-executing the test program - ```
Thread-safe death tests currently don't search the PATH when re-executing
the test program. This means the user cannot put a test binary that
contains thread-safe death tests in a directory in the PATH and invoke it
without a directory prefix.
This is rarely a problem in practice (hence the low priority), as:
- people rarely leave tests in PATH - that's arguably not a good idea.
- more people use the "fast" style death tests, which don't have this problem.
Just for future reference, Mike Burrows suggested the following
impelementation:
In the forked process, you may not call getenv() (which execvp does,
for example),
and you may not call malloc(), but you can do these things before forking.
Below is an untested example.
Mike
#include <unistd.h>
/* exec() the first file possible that is called name[] and is on the colon
separated path path[], with the argument in argv[].
The path is ignored if name[] contains a slash.
Requires that buffer[] be a scratch area large enough for the longest
pathname generated: a conservative size for buffer[] is
strlen (name) + strlen (path) + 2
Does not return on success.
Example:
const char *path = getenv ("PATH");
char *buffer;
int pid;
if (path == 0) {
path = "/bin:/usr/bin";
}
buffer = malloc (strlen (path) + strlen (name) + 2);
pid = fork ();
if (pid == 0) {
exec_first_on_path (name, path, buffer, argv);
perror (name);
_exit (2);
}
...
*/
void exec_first_on_path (const char *name, const char *path, char
*buffer, char *argv[]) {
if (strchr (name, '/') != 0) {
path = "";
}
path--; /* pretend path has a leading colon
that's never touched */
do {
char *p;
path++; /* skip colon */
for (p = buffer; *path != 0 && *path != ':'; *p++ = *path++) {
}
if (p != buffer) {
*p++ = '/';
}
strcpy (p, name);
execv (buffer, argv);
} while (*path == ':');
}
```
Original issue reported on code.google.com by `shiq...@gmail.com` on 10 Sep 2008 at 6:24
| priority | consider improving thread safe death tests such that they search the path when re executing the test program thread safe death tests currently don t search the path when re executing the test program this means the user cannot put a test binary that contains thread safe death tests in a directory in the path and invoke it without a directory prefix this is rarely a problem in practice hence the low priority as people rarely leave tests in path that s arguably not a good idea more people use the fast style death tests which don t have this problem just for future reference mike burrows suggested the following impelementation in the forked process you may not call getenv which execvp does for example and you may not call malloc but you can do these things before forking below is an untested example mike include exec the first file possible that is called name and is on the colon separated path path with the argument in argv the path is ignored if name contains a slash requires that buffer be a scratch area large enough for the longest pathname generated a conservative size for buffer is strlen name strlen path does not return on success example const char path getenv path char buffer int pid if path path bin usr bin buffer malloc strlen path strlen name pid fork if pid exec first on path name path buffer argv perror name exit void exec first on path const char name const char path char buffer char argv if strchr name path path pretend path has a leading colon that s never touched do char p path skip colon for p buffer path path p path if p buffer p strcpy p name execv buffer argv while path original issue reported on code google com by shiq gmail com on sep at | 1 |
128,464 | 5,065,077,092 | IssuesEvent | 2016-12-23 10:18:53 | dhowe/AdNauseamV1 | https://api.github.com/repos/dhowe/AdNauseamV1 | closed | Vault(slider): stacked bars should scale (on height) based on count | Enhancement PRIORITY: Low | Currently they just show a max of 16 for any date, always the same size
| 1.0 | Vault(slider): stacked bars should scale (on height) based on count - Currently they just show a max of 16 for any date, always the same size
| priority | vault slider stacked bars should scale on height based on count currently they just show a max of for any date always the same size | 1 |
627,685 | 19,912,121,537 | IssuesEvent | 2022-01-25 18:14:37 | dumptruckDS/progs_dump_qc | https://api.github.com/repos/dumptruckDS/progs_dump_qc | closed | [Improvement] misc_model display in JACK fgd | add to FGD Low Priority | From JacieErydren on Discord https://discord.com/channels/464531227509260291/495742025317220352/885189814301884416
@PointClass size(32 32 16) color(255 128 0) = misc_model :
---->
@PointClass size(32 32 16) studio() color(255 128 0) = misc_model :
and
mdl(string) ---> mdl(studio)
[8:48 AM]
| 1.0 | [Improvement] misc_model display in JACK fgd - From JacieErydren on Discord https://discord.com/channels/464531227509260291/495742025317220352/885189814301884416
@PointClass size(32 32 16) color(255 128 0) = misc_model :
---->
@PointClass size(32 32 16) studio() color(255 128 0) = misc_model :
and
mdl(string) ---> mdl(studio)
[8:48 AM]
| priority | misc model display in jack fgd from jacieerydren on discord pointclass size color misc model pointclass size studio color misc model and mdl string mdl studio | 1 |
392,619 | 11,593,835,815 | IssuesEvent | 2020-02-24 14:20:07 | interactive-instruments/ldproxy | https://api.github.com/repos/interactive-instruments/ldproxy | closed | configurable handling of nested properties | enhancement postgis priority: low | Could be flattened like in XtraProxy or the nested structure could be maintained.
The first is implemented, should we implement the second as well?
| 1.0 | configurable handling of nested properties - Could be flattened like in XtraProxy or the nested structure could be maintained.
The first is implemented, should we implement the second as well?
| priority | configurable handling of nested properties could be flattened like in xtraproxy or the nested structure could be maintained the first is implemented should we implement the second as well | 1 |
680,954 | 23,291,505,063 | IssuesEvent | 2022-08-06 00:12:26 | TechReborn/TechReborn | https://api.github.com/repos/TechReborn/TechReborn | closed | Sneak-Use of Wrench on front of empty storage unit places the wrench inside the unit instead of getting the unit | bug low priority | You could make an argument that this is fine behaviour, but I would argue that you are more likely to need the other way around, ie getting the unit with the wrench instead of putting the wrench in, and that should be prioritised. Also accessing the unit while no wrench in hand still allows you to place a wrench inside using the unit GUI | 1.0 | Sneak-Use of Wrench on front of empty storage unit places the wrench inside the unit instead of getting the unit - You could make an argument that this is fine behaviour, but I would argue that you are more likely to need the other way around, ie getting the unit with the wrench instead of putting the wrench in, and that should be prioritised. Also accessing the unit while no wrench in hand still allows you to place a wrench inside using the unit GUI | priority | sneak use of wrench on front of empty storage unit places the wrench inside the unit instead of getting the unit you could make an argument that this is fine behaviour but i would argue that you are more likely to need the other way around ie getting the unit with the wrench instead of putting the wrench in and that should be prioritised also accessing the unit while no wrench in hand still allows you to place a wrench inside using the unit gui | 1 |
704,028 | 24,182,714,746 | IssuesEvent | 2022-09-23 10:24:31 | FinalProject-AIPARK/JenaPark-BE | https://api.github.com/repos/FinalProject-AIPARK/JenaPark-BE | closed | 아바타 생성 관련 exception | Priority: Low | ## 설명
아바타 생성시 관련이 없는 catagory넘버가 잡히면 발생하는 오류 생성 및 구현
## 할 일
- [ ] exception 생성
- [ ] exception 적용
## 기타
참조 및 링크를 첨부하시오.
| 1.0 | 아바타 생성 관련 exception - ## 설명
아바타 생성시 관련이 없는 catagory넘버가 잡히면 발생하는 오류 생성 및 구현
## 할 일
- [ ] exception 생성
- [ ] exception 적용
## 기타
참조 및 링크를 첨부하시오.
| priority | 아바타 생성 관련 exception 설명 아바타 생성시 관련이 없는 catagory넘버가 잡히면 발생하는 오류 생성 및 구현 할 일 exception 생성 exception 적용 기타 참조 및 링크를 첨부하시오 | 1 |
28,334 | 2,701,023,010 | IssuesEvent | 2015-04-04 20:38:32 | wordpress-mobile/WordPress-Android | https://api.github.com/repos/wordpress-mobile/WordPress-Android | closed | QuickPost doesnt' like PIN Lock | bug posting/editing priority-low | Enable the PIN lock feature, and try to use the QuickPicture/QuickVideo feature. When returning from the camera app the PIN Lock is shown on the screen. Even if you set the extended timeout on PIN Lock.
This is because multiple activities are launched when the user hits the QuickPicture Item in the sidebar:
Sidebar -> EditPostActivity -> Camera Activity.
It's not a huge problem since QP is only used by a small % of users.
| 1.0 | QuickPost doesnt' like PIN Lock - Enable the PIN lock feature, and try to use the QuickPicture/QuickVideo feature. When returning from the camera app the PIN Lock is shown on the screen. Even if you set the extended timeout on PIN Lock.
This is because multiple activities are launched when the user hits the QuickPicture Item in the sidebar:
Sidebar -> EditPostActivity -> Camera Activity.
It's not a huge problem since QP is only used by a small % of users.
| priority | quickpost doesnt like pin lock enable the pin lock feature and try to use the quickpicture quickvideo feature when returning from the camera app the pin lock is shown on the screen even if you set the extended timeout on pin lock this is because multiple activities are launched when the user hits the quickpicture item in the sidebar sidebar editpostactivity camera activity it s not a huge problem since qp is only used by a small of users | 1 |
819,190 | 30,723,455,522 | IssuesEvent | 2023-07-27 17:40:40 | nck-2/test-rep | https://api.github.com/repos/nck-2/test-rep | closed | Clang thread safety analysis (many iterations) | enhancement priority::low | Prerequisites:
--------------
* Use CLang for builds. Add `-Wthread-safety` to compile options.
CLang now available also on Windows, m.b. installed as part of Visual Studio.
Process:
--------
1. Add thread analysis annotations to the code.
2. Compile, investigate warnings
3. Refactor necessary snippets to fix the warnings. Several of them m.b. errors.
4. Repeat it with small changes to achieve more accurate and clean code.
This is long-term issue which can be done in hour; it is repeated task to be performed again and again with small changes, each of them make code cleaner.
Results:
--------
More clean codeflow; catching possible bugs (for example, if you forget to take a lock before access a resource). If you use clang on regular basis, it will be immediately (just look to new warnings).
Code will covered by annotations which themselves works as quite good comments. (you don't need to step into a function guessing if it uses shared resources or not; just look at it's declaration for annotations).
Example:
--------
Original snippet from `MultiAgentDesc_t` declaration:
```
mutable CSphRwlock m_dWeightLock;
CSphFixedVector<WORD> m_dWeights {0} /// the weights of the hosts
```
Actually `m_dWeightLock` added there to manage acces to `m_dWeights`. Well, let's comment it:
```
mutable CSphRwlock m_dWeightLock; /// manages access to m_pWeights
CSphFixedVector<WORD> m_dWeights {0} /// the weights of the hosts
```
Oops.. A typo...
Well, let's now annotate it
```
mutable CSphRwlock m_dWeightLock; /// manages access to m_pWeights
CSphFixedVector<WORD> m_dWeights /// the weights of the hosts
GUARDED_BY (m_dWeightLock) { 0 };
```
Now take a snippet from `MultiAgentDesc_t::ChooseWeightedRandAgent` and explicitly comment a lock to show how it works:
```
//CSphScopedRLock tLock ( m_dWeightLock );
DWORD uBound = m_dWeights[*pBestAgent];
```
Compile... Look here:
```
/sphinx/sphinx-dev/src/searchdha.cpp:322:17: warning: reading variable 'm_dWeights' requires
holding mutex 'm_dWeightLock' [-Wthread-safety-analysis]
DWORD uBound = m_dWeights[*pBestAgent];
^
```
Clang just catched race condition, and we can fix it. Now roll back the commented lock, and warning dissapeared.
That is basically enough to manage, but we can also mark function's declaration this way:
```
void ChooseWeightedRandAgent ( int * pBestAgent, CSphVector<int> & dCandidates )
EXCLUDES ( m_dWeightLock );
```
Or even this way:
```
void ChooseWeightedRandAgent ( int * pBestAgent, CSphVector<int> & dCandidates )
REQUIRES ( !m_dWeightLock );
```
Both annotations works, but second one is more annoying and require the extra flag `-Wthread-safety-negative` for the compiler.
Finally we have in class declaration the snippet:
```
mutable CSphRwlock m_dWeightLock; /// manages access to m_pWeights
CSphFixedVector<WORD> m_dWeights /// the weights of the hosts
GUARDED_BY (m_dWeightLock) { 0 };
...
const AgentDesc_c & ChooseAgent () REQUIRES ( !m_dWeightLock );
...
CSphFixedVector<WORD> GetWeights () const REQUIRES ( !m_dWeightLock )
...
const AgentDesc_c & StDiscardDead () REQUIRES ( !m_dWeightLock );
const AgentDesc_c & StLowErrors () REQUIRES ( !m_dWeightLock );
...
void ChooseWeightedRandAgent ( int * pBestAgent, CSphVector<int> & dCandidates ) REQUIRES ( !m_dWeightLock );
void CheckRecalculateWeights ( const CSphFixedVector<int64_t> &dTimers ) REQUIRES ( !m_dWeightLock );
```
Note that annotations are visible directly in class declaration, and clearly annotate that lock must not be held when calling any of them. If we explicitly add, say, call of `StLowErrors()` in some place where lock is locked, compiler will warn us:
```
CSphScopedRLock tLock ( m_dWeightLock );
auto &m = StLowErrors ();
```
```
warning: cannot call function 'StLowErrors' while mutex 'm_dWeightLock' is held [-Wthread-safety-analysis]
auto &m = StLowErrors ();
^
```
So, in this case both annotations and warning help to avoid deadlock in runtime.
┆Issue is synchronized with this [Gitlab issue](https://gitlab.com/manticoresearch/dev/-/issues/208) | 1.0 | Clang thread safety analysis (many iterations) - Prerequisites:
--------------
* Use CLang for builds. Add `-Wthread-safety` to compile options.
CLang now available also on Windows, m.b. installed as part of Visual Studio.
Process:
--------
1. Add thread analysis annotations to the code.
2. Compile, investigate warnings
3. Refactor necessary snippets to fix the warnings. Several of them m.b. errors.
4. Repeat it with small changes to achieve more accurate and clean code.
This is long-term issue which can be done in hour; it is repeated task to be performed again and again with small changes, each of them make code cleaner.
Results:
--------
More clean codeflow; catching possible bugs (for example, if you forget to take a lock before access a resource). If you use clang on regular basis, it will be immediately (just look to new warnings).
Code will covered by annotations which themselves works as quite good comments. (you don't need to step into a function guessing if it uses shared resources or not; just look at it's declaration for annotations).
Example:
--------
Original snippet from `MultiAgentDesc_t` declaration:
```
mutable CSphRwlock m_dWeightLock;
CSphFixedVector<WORD> m_dWeights {0} /// the weights of the hosts
```
Actually `m_dWeightLock` added there to manage acces to `m_dWeights`. Well, let's comment it:
```
mutable CSphRwlock m_dWeightLock; /// manages access to m_pWeights
CSphFixedVector<WORD> m_dWeights {0} /// the weights of the hosts
```
Oops.. A typo...
Well, let's now annotate it
```
mutable CSphRwlock m_dWeightLock; /// manages access to m_pWeights
CSphFixedVector<WORD> m_dWeights /// the weights of the hosts
GUARDED_BY (m_dWeightLock) { 0 };
```
Now take a snippet from `MultiAgentDesc_t::ChooseWeightedRandAgent` and explicitly comment a lock to show how it works:
```
//CSphScopedRLock tLock ( m_dWeightLock );
DWORD uBound = m_dWeights[*pBestAgent];
```
Compile... Look here:
```
/sphinx/sphinx-dev/src/searchdha.cpp:322:17: warning: reading variable 'm_dWeights' requires
holding mutex 'm_dWeightLock' [-Wthread-safety-analysis]
DWORD uBound = m_dWeights[*pBestAgent];
^
```
Clang just catched race condition, and we can fix it. Now roll back the commented lock, and warning dissapeared.
That is basically enough to manage, but we can also mark function's declaration this way:
```
void ChooseWeightedRandAgent ( int * pBestAgent, CSphVector<int> & dCandidates )
EXCLUDES ( m_dWeightLock );
```
Or even this way:
```
void ChooseWeightedRandAgent ( int * pBestAgent, CSphVector<int> & dCandidates )
REQUIRES ( !m_dWeightLock );
```
Both annotations works, but second one is more annoying and require the extra flag `-Wthread-safety-negative` for the compiler.
Finally we have in class declaration the snippet:
```
mutable CSphRwlock m_dWeightLock; /// manages access to m_pWeights
CSphFixedVector<WORD> m_dWeights /// the weights of the hosts
GUARDED_BY (m_dWeightLock) { 0 };
...
const AgentDesc_c & ChooseAgent () REQUIRES ( !m_dWeightLock );
...
CSphFixedVector<WORD> GetWeights () const REQUIRES ( !m_dWeightLock )
...
const AgentDesc_c & StDiscardDead () REQUIRES ( !m_dWeightLock );
const AgentDesc_c & StLowErrors () REQUIRES ( !m_dWeightLock );
...
void ChooseWeightedRandAgent ( int * pBestAgent, CSphVector<int> & dCandidates ) REQUIRES ( !m_dWeightLock );
void CheckRecalculateWeights ( const CSphFixedVector<int64_t> &dTimers ) REQUIRES ( !m_dWeightLock );
```
Note that annotations are visible directly in class declaration, and clearly annotate that lock must not be held when calling any of them. If we explicitly add, say, call of `StLowErrors()` in some place where lock is locked, compiler will warn us:
```
CSphScopedRLock tLock ( m_dWeightLock );
auto &m = StLowErrors ();
```
```
warning: cannot call function 'StLowErrors' while mutex 'm_dWeightLock' is held [-Wthread-safety-analysis]
auto &m = StLowErrors ();
^
```
So, in this case both annotations and warning help to avoid deadlock in runtime.
┆Issue is synchronized with this [Gitlab issue](https://gitlab.com/manticoresearch/dev/-/issues/208) | priority | clang thread safety analysis many iterations prerequisites use clang for builds add wthread safety to compile options clang now available also on windows m b installed as part of visual studio process add thread analysis annotations to the code compile investigate warnings refactor necessary snippets to fix the warnings several of them m b errors repeat it with small changes to achieve more accurate and clean code this is long term issue which can be done in hour it is repeated task to be performed again and again with small changes each of them make code cleaner results more clean codeflow catching possible bugs for example if you forget to take a lock before access a resource if you use clang on regular basis it will be immediately just look to new warnings code will covered by annotations which themselves works as quite good comments you don t need to step into a function guessing if it uses shared resources or not just look at it s declaration for annotations example original snippet from multiagentdesc t declaration mutable csphrwlock m dweightlock csphfixedvector m dweights the weights of the hosts actually m dweightlock added there to manage acces to m dweights well let s comment it mutable csphrwlock m dweightlock manages access to m pweights csphfixedvector m dweights the weights of the hosts oops a typo well let s now annotate it mutable csphrwlock m dweightlock manages access to m pweights csphfixedvector m dweights the weights of the hosts guarded by m dweightlock now take a snippet from multiagentdesc t chooseweightedrandagent and explicitly comment a lock to show how it works csphscopedrlock tlock m dweightlock dword ubound m dweights compile look here sphinx sphinx dev src searchdha cpp warning reading variable m dweights requires holding mutex m dweightlock dword ubound m dweights clang just catched race condition and we can fix it now roll back the commented lock and warning dissapeared that is basically enough to manage but we can also mark function s declaration this way void chooseweightedrandagent int pbestagent csphvector dcandidates excludes m dweightlock or even this way void chooseweightedrandagent int pbestagent csphvector dcandidates requires m dweightlock both annotations works but second one is more annoying and require the extra flag wthread safety negative for the compiler finally we have in class declaration the snippet mutable csphrwlock m dweightlock manages access to m pweights csphfixedvector m dweights the weights of the hosts guarded by m dweightlock const agentdesc c chooseagent requires m dweightlock csphfixedvector getweights const requires m dweightlock const agentdesc c stdiscarddead requires m dweightlock const agentdesc c stlowerrors requires m dweightlock void chooseweightedrandagent int pbestagent csphvector dcandidates requires m dweightlock void checkrecalculateweights const csphfixedvector dtimers requires m dweightlock note that annotations are visible directly in class declaration and clearly annotate that lock must not be held when calling any of them if we explicitly add say call of stlowerrors in some place where lock is locked compiler will warn us csphscopedrlock tlock m dweightlock auto m stlowerrors warning cannot call function stlowerrors while mutex m dweightlock is held auto m stlowerrors so in this case both annotations and warning help to avoid deadlock in runtime ┆issue is synchronized with this | 1 |
769,667 | 27,015,980,406 | IssuesEvent | 2023-02-10 19:25:17 | robotframework/robotframework | https://api.github.com/repos/robotframework/robotframework | closed | Some unit tests cannot be run independently | bug priority: low effort: small | I cannot run the tests on my local machine by downloading the code going into the RF dir and executing:
`python utest/run.py -q running`
The errors I have are below (after improving the output a bit with the PR: https://github.com/robotframework/robotframework/pull/4610).
The errors seem to happen because the import path isn't setup (so, I guess imports are failing, but I'm not sure how to print that additional info)...
i.e.: in `test_imports.TestImports.test_create` I can't see how the keyword `My Test Keyword` can be loaded from the `robotframework\utest\resources\test_resource.txt`.
Is some additional setup needed in order to run these tests?
```
(py311_tests) λ python utest/run.py -q running
======================================================================
FAIL: test_create (test_imports.TestImports.test_create)
----------------------------------------------------------------------
Traceback (most recent call last):
File "X:\robocorpws\robotframework\utest\running\test_imports.py", line 33, in run_and_check_pass
assert_suite(result, 'Suite', 'PASS')
File "X:\robocorpws\robotframework\utest\running\test_imports.py", line 16, in assert_suite
assert_equal(suite.status, status)
File "X:\robocorpws\robotframework\utest\..\src\robot\utils\asserts.py", line 181, in assert_equal
_report_inequality(first, second, '!=', msg, values, formatter)
File "X:\robocorpws\robotframework\utest\..\src\robot\utils\asserts.py", line 230, in _report_inequality
raise AssertionError(msg)
AssertionError: FAIL != PASS
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "X:\robocorpws\robotframework\utest\running\test_imports.py", line 52, in test_create
self.run_and_check_pass(suite)
File "X:\robocorpws\robotframework\utest\running\test_imports.py", line 41, in run_and_check_pass
raise AssertionError('\n'.join(full_msg)) from e
AssertionError: No keyword with name 'My Test Keyword' found.
======================================================================
FAIL: test_resource (test_imports.TestImports.test_resource)
----------------------------------------------------------------------
Traceback (most recent call last):
File "X:\robocorpws\robotframework\utest\running\test_imports.py", line 33, in run_and_check_pass
assert_suite(result, 'Suite', 'PASS')
File "X:\robocorpws\robotframework\utest\running\test_imports.py", line 16, in assert_suite
assert_equal(suite.status, status)
File "X:\robocorpws\robotframework\utest\..\src\robot\utils\asserts.py", line 181, in assert_equal
_report_inequality(first, second, '!=', msg, values, formatter)
File "X:\robocorpws\robotframework\utest\..\src\robot\utils\asserts.py", line 230, in _report_inequality
raise AssertionError(msg)
AssertionError: FAIL != PASS
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "X:\robocorpws\robotframework\utest\running\test_imports.py", line 67, in test_resource
self.run_and_check_pass(suite)
File "X:\robocorpws\robotframework\utest\running\test_imports.py", line 41, in run_and_check_pass
raise AssertionError('\n'.join(full_msg)) from e
AssertionError: No keyword with name 'My Test Keyword' found.
======================================================================
FAIL: test_variables (test_imports.TestImports.test_variables)
----------------------------------------------------------------------
Traceback (most recent call last):
File "X:\robocorpws\robotframework\utest\running\test_imports.py", line 33, in run_and_check_pass
assert_suite(result, 'Suite', 'PASS')
File "X:\robocorpws\robotframework\utest\running\test_imports.py", line 16, in assert_suite
assert_equal(suite.status, status)
File "X:\robocorpws\robotframework\utest\..\src\robot\utils\asserts.py", line 181, in assert_equal
_report_inequality(first, second, '!=', msg, values, formatter)
File "X:\robocorpws\robotframework\utest\..\src\robot\utils\asserts.py", line 230, in _report_inequality
raise AssertionError(msg)
AssertionError: FAIL != PASS
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "X:\robocorpws\robotframework\utest\running\test_imports.py", line 76, in test_variables
self.run_and_check_pass(suite)
File "X:\robocorpws\robotframework\utest\running\test_imports.py", line 41, in run_and_check_pass
raise AssertionError('\n'.join(full_msg)) from e
AssertionError: Variable '${MY_VARIABLE}' not found.
----------------------------------------------------------------------
Ran 296 tests in 2.281s
FAILED (failures=3)
``` | 1.0 | Some unit tests cannot be run independently - I cannot run the tests on my local machine by downloading the code going into the RF dir and executing:
`python utest/run.py -q running`
The errors I have are below (after improving the output a bit with the PR: https://github.com/robotframework/robotframework/pull/4610).
The errors seem to happen because the import path isn't setup (so, I guess imports are failing, but I'm not sure how to print that additional info)...
i.e.: in `test_imports.TestImports.test_create` I can't see how the keyword `My Test Keyword` can be loaded from the `robotframework\utest\resources\test_resource.txt`.
Is some additional setup needed in order to run these tests?
```
(py311_tests) λ python utest/run.py -q running
======================================================================
FAIL: test_create (test_imports.TestImports.test_create)
----------------------------------------------------------------------
Traceback (most recent call last):
File "X:\robocorpws\robotframework\utest\running\test_imports.py", line 33, in run_and_check_pass
assert_suite(result, 'Suite', 'PASS')
File "X:\robocorpws\robotframework\utest\running\test_imports.py", line 16, in assert_suite
assert_equal(suite.status, status)
File "X:\robocorpws\robotframework\utest\..\src\robot\utils\asserts.py", line 181, in assert_equal
_report_inequality(first, second, '!=', msg, values, formatter)
File "X:\robocorpws\robotframework\utest\..\src\robot\utils\asserts.py", line 230, in _report_inequality
raise AssertionError(msg)
AssertionError: FAIL != PASS
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "X:\robocorpws\robotframework\utest\running\test_imports.py", line 52, in test_create
self.run_and_check_pass(suite)
File "X:\robocorpws\robotframework\utest\running\test_imports.py", line 41, in run_and_check_pass
raise AssertionError('\n'.join(full_msg)) from e
AssertionError: No keyword with name 'My Test Keyword' found.
======================================================================
FAIL: test_resource (test_imports.TestImports.test_resource)
----------------------------------------------------------------------
Traceback (most recent call last):
File "X:\robocorpws\robotframework\utest\running\test_imports.py", line 33, in run_and_check_pass
assert_suite(result, 'Suite', 'PASS')
File "X:\robocorpws\robotframework\utest\running\test_imports.py", line 16, in assert_suite
assert_equal(suite.status, status)
File "X:\robocorpws\robotframework\utest\..\src\robot\utils\asserts.py", line 181, in assert_equal
_report_inequality(first, second, '!=', msg, values, formatter)
File "X:\robocorpws\robotframework\utest\..\src\robot\utils\asserts.py", line 230, in _report_inequality
raise AssertionError(msg)
AssertionError: FAIL != PASS
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "X:\robocorpws\robotframework\utest\running\test_imports.py", line 67, in test_resource
self.run_and_check_pass(suite)
File "X:\robocorpws\robotframework\utest\running\test_imports.py", line 41, in run_and_check_pass
raise AssertionError('\n'.join(full_msg)) from e
AssertionError: No keyword with name 'My Test Keyword' found.
======================================================================
FAIL: test_variables (test_imports.TestImports.test_variables)
----------------------------------------------------------------------
Traceback (most recent call last):
File "X:\robocorpws\robotframework\utest\running\test_imports.py", line 33, in run_and_check_pass
assert_suite(result, 'Suite', 'PASS')
File "X:\robocorpws\robotframework\utest\running\test_imports.py", line 16, in assert_suite
assert_equal(suite.status, status)
File "X:\robocorpws\robotframework\utest\..\src\robot\utils\asserts.py", line 181, in assert_equal
_report_inequality(first, second, '!=', msg, values, formatter)
File "X:\robocorpws\robotframework\utest\..\src\robot\utils\asserts.py", line 230, in _report_inequality
raise AssertionError(msg)
AssertionError: FAIL != PASS
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "X:\robocorpws\robotframework\utest\running\test_imports.py", line 76, in test_variables
self.run_and_check_pass(suite)
File "X:\robocorpws\robotframework\utest\running\test_imports.py", line 41, in run_and_check_pass
raise AssertionError('\n'.join(full_msg)) from e
AssertionError: Variable '${MY_VARIABLE}' not found.
----------------------------------------------------------------------
Ran 296 tests in 2.281s
FAILED (failures=3)
``` | priority | some unit tests cannot be run independently i cannot run the tests on my local machine by downloading the code going into the rf dir and executing python utest run py q running the errors i have are below after improving the output a bit with the pr the errors seem to happen because the import path isn t setup so i guess imports are failing but i m not sure how to print that additional info i e in test imports testimports test create i can t see how the keyword my test keyword can be loaded from the robotframework utest resources test resource txt is some additional setup needed in order to run these tests tests λ python utest run py q running fail test create test imports testimports test create traceback most recent call last file x robocorpws robotframework utest running test imports py line in run and check pass assert suite result suite pass file x robocorpws robotframework utest running test imports py line in assert suite assert equal suite status status file x robocorpws robotframework utest src robot utils asserts py line in assert equal report inequality first second msg values formatter file x robocorpws robotframework utest src robot utils asserts py line in report inequality raise assertionerror msg assertionerror fail pass the above exception was the direct cause of the following exception traceback most recent call last file x robocorpws robotframework utest running test imports py line in test create self run and check pass suite file x robocorpws robotframework utest running test imports py line in run and check pass raise assertionerror n join full msg from e assertionerror no keyword with name my test keyword found fail test resource test imports testimports test resource traceback most recent call last file x robocorpws robotframework utest running test imports py line in run and check pass assert suite result suite pass file x robocorpws robotframework utest running test imports py line in assert suite assert equal suite status status file x robocorpws robotframework utest src robot utils asserts py line in assert equal report inequality first second msg values formatter file x robocorpws robotframework utest src robot utils asserts py line in report inequality raise assertionerror msg assertionerror fail pass the above exception was the direct cause of the following exception traceback most recent call last file x robocorpws robotframework utest running test imports py line in test resource self run and check pass suite file x robocorpws robotframework utest running test imports py line in run and check pass raise assertionerror n join full msg from e assertionerror no keyword with name my test keyword found fail test variables test imports testimports test variables traceback most recent call last file x robocorpws robotframework utest running test imports py line in run and check pass assert suite result suite pass file x robocorpws robotframework utest running test imports py line in assert suite assert equal suite status status file x robocorpws robotframework utest src robot utils asserts py line in assert equal report inequality first second msg values formatter file x robocorpws robotframework utest src robot utils asserts py line in report inequality raise assertionerror msg assertionerror fail pass the above exception was the direct cause of the following exception traceback most recent call last file x robocorpws robotframework utest running test imports py line in test variables self run and check pass suite file x robocorpws robotframework utest running test imports py line in run and check pass raise assertionerror n join full msg from e assertionerror variable my variable not found ran tests in failed failures | 1 |
805,624 | 29,578,721,297 | IssuesEvent | 2023-06-07 02:40:23 | ADITYADAS1999/Awesome_Resume_Builder | https://api.github.com/repos/ADITYADAS1999/Awesome_Resume_Builder | opened | Add issue template | enhancement Priority : low 🟦 | ### Contact Details
_No response_
### What happened?
Display a suitable massage on a successful pull request.
### Version
1.0.2 (Default)
### What browsers are you seeing the problem on?
_No response_
### Relevant log output
_No response_
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct | 1.0 | Add issue template - ### Contact Details
_No response_
### What happened?
Display a suitable massage on a successful pull request.
### Version
1.0.2 (Default)
### What browsers are you seeing the problem on?
_No response_
### Relevant log output
_No response_
### Code of Conduct
- [X] I agree to follow this project's Code of Conduct | priority | add issue template contact details no response what happened display a suitable massage on a successful pull request version default what browsers are you seeing the problem on no response relevant log output no response code of conduct i agree to follow this project s code of conduct | 1 |
536,247 | 15,706,554,385 | IssuesEvent | 2021-03-26 17:35:19 | AntoninLoubiere/WebDiakoluo | https://api.github.com/repos/AntoninLoubiere/WebDiakoluo | closed | Improve navigations | Priority: low enhancement | # Improve navigation:
- [ ] Improve buttons:
- [ ] resize
- [ ] change design, use google icons
- [ ] Add shortcuts:
- [ ] Add a shortcut to create new column / data in edit page
- [ ] Add a shortcut to save edit page
- [ ] Add a button to remove a column / data in modal | 1.0 | Improve navigations - # Improve navigation:
- [ ] Improve buttons:
- [ ] resize
- [ ] change design, use google icons
- [ ] Add shortcuts:
- [ ] Add a shortcut to create new column / data in edit page
- [ ] Add a shortcut to save edit page
- [ ] Add a button to remove a column / data in modal | priority | improve navigations improve navigation improve buttons resize change design use google icons add shortcuts add a shortcut to create new column data in edit page add a shortcut to save edit page add a button to remove a column data in modal | 1 |
596,370 | 18,104,150,581 | IssuesEvent | 2021-09-22 17:14:22 | NOAA-GSL/VxLegacyIngest | https://api.github.com/repos/NOAA-GSL/VxLegacyIngest | closed | HRRR_dev3 reflectivity outage | Type: Bug Priority: Low | ---
Author Name: **jeffrey.a.hamilton** (jeffrey.a.hamilton)
Original Redmine Issue: 67975, https://vlab.ncep.noaa.gov/redmine/issues/67975
Original Date: 2019-08-30
Original Assignee: jeffrey.a.hamilton
---
HRRR_dev3 reflectivity verification has been missing since late July. Investigate and correct.
| 1.0 | HRRR_dev3 reflectivity outage - ---
Author Name: **jeffrey.a.hamilton** (jeffrey.a.hamilton)
Original Redmine Issue: 67975, https://vlab.ncep.noaa.gov/redmine/issues/67975
Original Date: 2019-08-30
Original Assignee: jeffrey.a.hamilton
---
HRRR_dev3 reflectivity verification has been missing since late July. Investigate and correct.
| priority | hrrr reflectivity outage author name jeffrey a hamilton jeffrey a hamilton original redmine issue original date original assignee jeffrey a hamilton hrrr reflectivity verification has been missing since late july investigate and correct | 1 |
823,454 | 31,020,084,994 | IssuesEvent | 2023-08-10 04:08:38 | woocommerce/woocommerce-gateway-stripe | https://api.github.com/repos/woocommerce/woocommerce-gateway-stripe | closed | Warn sellers if live and test webhook signing secrets are the same | priority: low component: webhooks | Because they shouldn't be able to do that. Stripe assigns random hashes when you add endpoints in https://dashboard.stripe.com/test/webhooks | 1.0 | Warn sellers if live and test webhook signing secrets are the same - Because they shouldn't be able to do that. Stripe assigns random hashes when you add endpoints in https://dashboard.stripe.com/test/webhooks | priority | warn sellers if live and test webhook signing secrets are the same because they shouldn t be able to do that stripe assigns random hashes when you add endpoints in | 1 |
275,020 | 8,570,610,405 | IssuesEvent | 2018-11-11 21:42:26 | TF2PickupNET/TF2Pickup | https://api.github.com/repos/TF2PickupNET/TF2Pickup | opened | Automate warning creation | Priority: Low Server Status: Review Needed Type: Feature | Epic: #260
We should automate the creation of warnings.
For example, a user should be warned when he gets subbed in two pickups in a row.
Additional Ideas:
- When the user gets subbed three times in some days
- When the user gets a lot of reports | 1.0 | Automate warning creation - Epic: #260
We should automate the creation of warnings.
For example, a user should be warned when he gets subbed in two pickups in a row.
Additional Ideas:
- When the user gets subbed three times in some days
- When the user gets a lot of reports | priority | automate warning creation epic we should automate the creation of warnings for example a user should be warned when he gets subbed in two pickups in a row additional ideas when the user gets subbed three times in some days when the user gets a lot of reports | 1 |
793,227 | 27,987,393,352 | IssuesEvent | 2023-03-26 20:56:07 | 7thbeatgames/rd | https://api.github.com/repos/7thbeatgames/rd | closed | Running tags don't differentiate audio events leading to a delay with high visual offset | Bug Comp: Editor Priority: Low | ### Please Check
- [X] I searched for the issues, and made sure there were no duplicates.
- [X] I've deleted all the mods and confirmed the issue persists.
### Contact Information
Random Guy JCI#7029
### Summary
When running tags, it takes into account the visual offset from your settings. Although this is needed for visual events, audio events run without visual offset which gives tagged audio events a noticeable amount of delay when run. The higher your visual offset is, the greater the delay.
### Version
v0.11.6 (r26)
### Operating System (OS)
Windows 10
### Platform
Steam
### Device Info
_No response_
### Steps to Reproduce
1. In the editor, create a few Set Sound events that run in a regular interval
2. Tag the last Set Sound
3. Run the tag on the beat of the last Set Sound
4. Set your visual offset to something high like 1000 ms
5. Play the level
6. Set your visual offset to 0 ms
7. Play the level again
### Expected Behavior
The tagged set sound event should always align with the rhythm of the other set sound events.
### Observed Behavior
Running the level with 0 ms offset makes the sound align with the others, while running the level with 1000 ms offset delays the sound by 1 second.
### Reproduction Rate
100%
### Anything else?
Here's an example video of the issue:
https://user-images.githubusercontent.com/22722393/188523322-1d1a49a3-9682-41bd-8914-6a47786b0bff.mp4
| 1.0 | Running tags don't differentiate audio events leading to a delay with high visual offset - ### Please Check
- [X] I searched for the issues, and made sure there were no duplicates.
- [X] I've deleted all the mods and confirmed the issue persists.
### Contact Information
Random Guy JCI#7029
### Summary
When running tags, it takes into account the visual offset from your settings. Although this is needed for visual events, audio events run without visual offset which gives tagged audio events a noticeable amount of delay when run. The higher your visual offset is, the greater the delay.
### Version
v0.11.6 (r26)
### Operating System (OS)
Windows 10
### Platform
Steam
### Device Info
_No response_
### Steps to Reproduce
1. In the editor, create a few Set Sound events that run in a regular interval
2. Tag the last Set Sound
3. Run the tag on the beat of the last Set Sound
4. Set your visual offset to something high like 1000 ms
5. Play the level
6. Set your visual offset to 0 ms
7. Play the level again
### Expected Behavior
The tagged set sound event should always align with the rhythm of the other set sound events.
### Observed Behavior
Running the level with 0 ms offset makes the sound align with the others, while running the level with 1000 ms offset delays the sound by 1 second.
### Reproduction Rate
100%
### Anything else?
Here's an example video of the issue:
https://user-images.githubusercontent.com/22722393/188523322-1d1a49a3-9682-41bd-8914-6a47786b0bff.mp4
| priority | running tags don t differentiate audio events leading to a delay with high visual offset please check i searched for the issues and made sure there were no duplicates i ve deleted all the mods and confirmed the issue persists contact information random guy jci summary when running tags it takes into account the visual offset from your settings although this is needed for visual events audio events run without visual offset which gives tagged audio events a noticeable amount of delay when run the higher your visual offset is the greater the delay version operating system os windows platform steam device info no response steps to reproduce in the editor create a few set sound events that run in a regular interval tag the last set sound run the tag on the beat of the last set sound set your visual offset to something high like ms play the level set your visual offset to ms play the level again expected behavior the tagged set sound event should always align with the rhythm of the other set sound events observed behavior running the level with ms offset makes the sound align with the others while running the level with ms offset delays the sound by second reproduction rate anything else here s an example video of the issue | 1 |
501,472 | 14,528,856,421 | IssuesEvent | 2020-12-14 17:03:26 | hack-chat/hackchat-client | https://api.github.com/repos/hack-chat/hackchat-client | opened | Multi-ban / multi-kick ui element | enhancement low priority missing feature ui | Feeling misanthropic? Is the chat just a little too chatty? Well, good news!
This element will allow checkbox selection of users to remove from the channel or server. | 1.0 | Multi-ban / multi-kick ui element - Feeling misanthropic? Is the chat just a little too chatty? Well, good news!
This element will allow checkbox selection of users to remove from the channel or server. | priority | multi ban multi kick ui element feeling misanthropic is the chat just a little too chatty well good news this element will allow checkbox selection of users to remove from the channel or server | 1 |
546,165 | 16,005,437,147 | IssuesEvent | 2021-04-20 01:48:50 | vdaas/vald | https://api.github.com/repos/vdaas/vald | closed | Support for sparse vectors | priority/low team/core type/feature | We are considering using vald for an internal project. I had a couple of questions about vald:
- Can vald handle sparse vector efficiently? The vector we are working with contains from 0-1% of `1` value (binary vectors). The architecture page mentions "compressed vector" so maybe the compression used is already efficient according to the type of vector used?
- Have you already scaled vald to an index of 5-10 billion vectors?
- Can a single deployed vald instance deal with multiple types of indexes? Let's say one sparse binary of size 512 and another one continuous float16 of size 128. This setup example will have two separate indexes (associated with two different distance types) and a request could choose only of them.
- What type is allowed for the ID/UUID of the vectors? Ideally, we would be using a custom UUID made of ASCI characters of size 27.
- It's not clear from the doc and diagram whether the index vectors is stored and backup to a database (Cassandra, Scylla, etc) or on GCS.
Thanks. Vald looks like a really nice project! | 1.0 | Support for sparse vectors - We are considering using vald for an internal project. I had a couple of questions about vald:
- Can vald handle sparse vector efficiently? The vector we are working with contains from 0-1% of `1` value (binary vectors). The architecture page mentions "compressed vector" so maybe the compression used is already efficient according to the type of vector used?
- Have you already scaled vald to an index of 5-10 billion vectors?
- Can a single deployed vald instance deal with multiple types of indexes? Let's say one sparse binary of size 512 and another one continuous float16 of size 128. This setup example will have two separate indexes (associated with two different distance types) and a request could choose only of them.
- What type is allowed for the ID/UUID of the vectors? Ideally, we would be using a custom UUID made of ASCI characters of size 27.
- It's not clear from the doc and diagram whether the index vectors is stored and backup to a database (Cassandra, Scylla, etc) or on GCS.
Thanks. Vald looks like a really nice project! | priority | support for sparse vectors we are considering using vald for an internal project i had a couple of questions about vald can vald handle sparse vector efficiently the vector we are working with contains from of value binary vectors the architecture page mentions compressed vector so maybe the compression used is already efficient according to the type of vector used have you already scaled vald to an index of billion vectors can a single deployed vald instance deal with multiple types of indexes let s say one sparse binary of size and another one continuous of size this setup example will have two separate indexes associated with two different distance types and a request could choose only of them what type is allowed for the id uuid of the vectors ideally we would be using a custom uuid made of asci characters of size it s not clear from the doc and diagram whether the index vectors is stored and backup to a database cassandra scylla etc or on gcs thanks vald looks like a really nice project | 1 |
68,076 | 3,284,110,249 | IssuesEvent | 2015-10-28 15:28:15 | CenterForOpenScience/osf.io | https://api.github.com/repos/CenterForOpenScience/osf.io | closed | Inconsistency in project configuration: Name, Description, and Public/Private vs Category | 5 - pending review bug: production bug: staging enhancement intern JIRA priority - low | ## Steps
1. Edit your project name
2. Edit your project description
3. Edit your project category
## Expected
All should be configured the same way.
## Actual
Name and Description are inline editables. They cannot be changed on the project's Settings page. Category can only be changed on the Settings page. It is not inline-editable.
## Suggestion
Put all configuration on the Settings page. | 1.0 | Inconsistency in project configuration: Name, Description, and Public/Private vs Category - ## Steps
1. Edit your project name
2. Edit your project description
3. Edit your project category
## Expected
All should be configured the same way.
## Actual
Name and Description are inline editables. They cannot be changed on the project's Settings page. Category can only be changed on the Settings page. It is not inline-editable.
## Suggestion
Put all configuration on the Settings page. | priority | inconsistency in project configuration name description and public private vs category steps edit your project name edit your project description edit your project category expected all should be configured the same way actual name and description are inline editables they cannot be changed on the project s settings page category can only be changed on the settings page it is not inline editable suggestion put all configuration on the settings page | 1 |
537,349 | 15,727,654,188 | IssuesEvent | 2021-03-29 12:56:50 | gnosis/ido-starter | https://api.github.com/repos/gnosis/ido-starter | opened | Add a possibility to fill in decimal amounts which start with a period | enhancement low priority | reported in #33, discussed in #36
Add a possibility to fill in decimal amounts which start with a period.
 | 1.0 | Add a possibility to fill in decimal amounts which start with a period - reported in #33, discussed in #36
Add a possibility to fill in decimal amounts which start with a period.
 | priority | add a possibility to fill in decimal amounts which start with a period reported in discussed in add a possibility to fill in decimal amounts which start with a period | 1 |
59,668 | 3,117,398,659 | IssuesEvent | 2015-09-04 00:49:30 | framingeinstein/issues-test | https://api.github.com/repos/framingeinstein/issues-test | opened | Product: Get hex codes for finish swatch labels | priority:low resolution:fixed resolution:fixed | If Speakman graphic designers are doing the photoshop work on their product images, they seem like the right people to get the hex codes from for the product finish labels that I'll be coding into the CSS. | 1.0 | Product: Get hex codes for finish swatch labels - If Speakman graphic designers are doing the photoshop work on their product images, they seem like the right people to get the hex codes from for the product finish labels that I'll be coding into the CSS. | priority | product get hex codes for finish swatch labels if speakman graphic designers are doing the photoshop work on their product images they seem like the right people to get the hex codes from for the product finish labels that i ll be coding into the css | 1 |
565,009 | 16,747,116,503 | IssuesEvent | 2021-06-11 16:59:15 | theforumhelpers/theforumhelpers.github.io | https://api.github.com/repos/theforumhelpers/theforumhelpers.github.io | reopened | Idle > Pointer | priority: low type: enhancement type: styling | Make it so that when the mouse hoves over the "okay" and "leave site" button in the google analytics banner, it turns to a pointer
`cursor: pointer;` | 1.0 | Idle > Pointer - Make it so that when the mouse hoves over the "okay" and "leave site" button in the google analytics banner, it turns to a pointer
`cursor: pointer;` | priority | idle pointer make it so that when the mouse hoves over the okay and leave site button in the google analytics banner it turns to a pointer cursor pointer | 1 |
511,553 | 14,876,255,919 | IssuesEvent | 2021-01-20 00:27:27 | Sage-Bionetworks/mongo | https://api.github.com/repos/Sage-Bionetworks/mongo | closed | Should we create a Sage standard mongo repo? | Priority: Low | There was a mongo repository created for the SBCP as well: https://github.com/Sage-Bionetworks/sbcp-mongo. Would it be worth it to create one `mongo` github + dockerhub instead of one per project? | 1.0 | Should we create a Sage standard mongo repo? - There was a mongo repository created for the SBCP as well: https://github.com/Sage-Bionetworks/sbcp-mongo. Would it be worth it to create one `mongo` github + dockerhub instead of one per project? | priority | should we create a sage standard mongo repo there was a mongo repository created for the sbcp as well would it be worth it to create one mongo github dockerhub instead of one per project | 1 |
733,601 | 25,313,624,094 | IssuesEvent | 2022-11-17 19:34:40 | geobtaa/geoportal | https://api.github.com/repos/geobtaa/geoportal | closed | This link: https://geo.btaa.org/catalog/ shows up in Google searches | type:bug priority:low feedback | When doing a Google search for BTAA Geoportal, Google returns the homepage as the top result, and a page called "Explore maps and data" as the second, nested result. This second one links to https://geo.btaa.org/catalog/, which is not a correctly working page. It shows the page elements overlapping each other surrounded by white space.
Can we either fix that page or somehow change Google's results?
---------------------
## Google Search Results

## This page: https://geo.btaa.org/catalog/

| 1.0 | This link: https://geo.btaa.org/catalog/ shows up in Google searches - When doing a Google search for BTAA Geoportal, Google returns the homepage as the top result, and a page called "Explore maps and data" as the second, nested result. This second one links to https://geo.btaa.org/catalog/, which is not a correctly working page. It shows the page elements overlapping each other surrounded by white space.
Can we either fix that page or somehow change Google's results?
---------------------
## Google Search Results

## This page: https://geo.btaa.org/catalog/

| priority | this link shows up in google searches when doing a google search for btaa geoportal google returns the homepage as the top result and a page called explore maps and data as the second nested result this second one links to which is not a correctly working page it shows the page elements overlapping each other surrounded by white space can we either fix that page or somehow change google s results google search results this page | 1 |
563,591 | 16,701,482,461 | IssuesEvent | 2021-06-09 03:30:07 | ngageoint/hootenanny | https://api.github.com/repos/ngageoint/hootenanny | closed | Add a class filter to map debug writing | Category: Core Priority: Low Status: Ready For Review Type: Maintenance | Similar to how log class filtering works with `log.class.filter` except only classes matching the filter would write debug maps out with `OsmMapWriterFactory::writeDebugMap`. Will allow debugging with output maps to be more targeted to the particular code being examined. | 1.0 | Add a class filter to map debug writing - Similar to how log class filtering works with `log.class.filter` except only classes matching the filter would write debug maps out with `OsmMapWriterFactory::writeDebugMap`. Will allow debugging with output maps to be more targeted to the particular code being examined. | priority | add a class filter to map debug writing similar to how log class filtering works with log class filter except only classes matching the filter would write debug maps out with osmmapwriterfactory writedebugmap will allow debugging with output maps to be more targeted to the particular code being examined | 1 |
447,085 | 12,883,158,518 | IssuesEvent | 2020-07-12 20:33:17 | ccrama/Slide | https://api.github.com/repos/ccrama/Slide | closed | MP4 videos are tagged as GIF files making it so you can't mute them | Bug Low Priority Will Close on Merge | Slide version: 6.0.1-3
Android version: 8.1.0 on LineageOS 15.1
I placed a request a few days ago (https://github.com/ccrama/Slide/issues/2979) but doing more troubleshooting it looks like it's an issue with MP4 videos incorrectly marked as GIF files.
Since it opens like a GIF file, there is no way to mute the video like any of the other video file formats.
| 1.0 | MP4 videos are tagged as GIF files making it so you can't mute them - Slide version: 6.0.1-3
Android version: 8.1.0 on LineageOS 15.1
I placed a request a few days ago (https://github.com/ccrama/Slide/issues/2979) but doing more troubleshooting it looks like it's an issue with MP4 videos incorrectly marked as GIF files.
Since it opens like a GIF file, there is no way to mute the video like any of the other video file formats.
| priority | videos are tagged as gif files making it so you can t mute them slide version android version on lineageos i placed a request a few days ago but doing more troubleshooting it looks like it s an issue with videos incorrectly marked as gif files since it opens like a gif file there is no way to mute the video like any of the other video file formats | 1 |
444,053 | 12,805,611,527 | IssuesEvent | 2020-07-03 07:52:52 | Pemigrade/Acorn | https://api.github.com/repos/Pemigrade/Acorn | opened | Gradient MOTD | Feature Request Low Priority | **Brief Description**
<!-- A clear and concise description of what you want to happen. -->
MOTD should be a gradient using 1.16 hex codes
**Why do you want the feature?**
<!-- The reasons why you want to see the feature implemented. -->
It looks cool!
| 1.0 | Gradient MOTD - **Brief Description**
<!-- A clear and concise description of what you want to happen. -->
MOTD should be a gradient using 1.16 hex codes
**Why do you want the feature?**
<!-- The reasons why you want to see the feature implemented. -->
It looks cool!
| priority | gradient motd brief description motd should be a gradient using hex codes why do you want the feature it looks cool | 1 |
802,596 | 29,040,963,943 | IssuesEvent | 2023-05-13 00:48:19 | The-Aether-Team/The-Aether | https://api.github.com/repos/The-Aether-Team/The-Aether | closed | Feature: Aether inventory config options | priority/low feat/gui | Config for toggling display of Aether Accessories button as well as x/y configs for the positioning of the button (would need to display the Patreon button and customization button elsewhere in this scenario though). | 1.0 | Feature: Aether inventory config options - Config for toggling display of Aether Accessories button as well as x/y configs for the positioning of the button (would need to display the Patreon button and customization button elsewhere in this scenario though). | priority | feature aether inventory config options config for toggling display of aether accessories button as well as x y configs for the positioning of the button would need to display the patreon button and customization button elsewhere in this scenario though | 1 |
607,372 | 18,780,776,880 | IssuesEvent | 2021-11-08 06:13:24 | AY2122S1-CS2113T-T10-3/tp | https://api.github.com/repos/AY2122S1-CS2113T-T10-3/tp | closed | Recipe*Command in Logic component partial class diagram | type.Bug priority.Low | 
Should the `Recipe*Command` in the note be changed? | 1.0 | Recipe*Command in Logic component partial class diagram - 
Should the `Recipe*Command` in the note be changed? | priority | recipe command in logic component partial class diagram should the recipe command in the note be changed | 1 |
290,555 | 8,896,590,832 | IssuesEvent | 2019-01-16 11:55:44 | 52North/wps-js | https://api.github.com/repos/52North/wps-js | opened | add 'dismiss' executionMode | enhancement priority low | ExecutionMode 'Dismiss' may be provided by WPS extensions to allow clients to instruct a server to terminate a job. 'Dismiss' is not supported by wps-js yet. [http://cite.opengeospatial.org/pub/cite/files/edu/wps/text/operations.html#dismiss](http://cite.opengeospatial.org/pub/cite/files/edu/wps/text/operations.html#dismiss) | 1.0 | add 'dismiss' executionMode - ExecutionMode 'Dismiss' may be provided by WPS extensions to allow clients to instruct a server to terminate a job. 'Dismiss' is not supported by wps-js yet. [http://cite.opengeospatial.org/pub/cite/files/edu/wps/text/operations.html#dismiss](http://cite.opengeospatial.org/pub/cite/files/edu/wps/text/operations.html#dismiss) | priority | add dismiss executionmode executionmode dismiss may be provided by wps extensions to allow clients to instruct a server to terminate a job dismiss is not supported by wps js yet | 1 |
314,833 | 9,603,594,955 | IssuesEvent | 2019-05-10 17:31:15 | wherebyus/general-tasks | https://api.github.com/repos/wherebyus/general-tasks | closed | force commitizen commits on all repos | Priority: Low Status: Revision Needed Type: DevOps | ## Feature or problem
- [x] Require commitzen commits for frodo
- [x] Require commitzen commits for wherebydesign
- [x] Require commitzen commits for wbu-newsletters
- [x] Require commitzen commits for wherebyapp
- [x] Require commitzen commits for promotionapp
- [x] Require commitzen commits for NewsletterService
### Suggested priority
priority-medium
### Stakeholders
*Submitted:* ernie
| 1.0 | force commitizen commits on all repos - ## Feature or problem
- [x] Require commitzen commits for frodo
- [x] Require commitzen commits for wherebydesign
- [x] Require commitzen commits for wbu-newsletters
- [x] Require commitzen commits for wherebyapp
- [x] Require commitzen commits for promotionapp
- [x] Require commitzen commits for NewsletterService
### Suggested priority
priority-medium
### Stakeholders
*Submitted:* ernie
| priority | force commitizen commits on all repos feature or problem require commitzen commits for frodo require commitzen commits for wherebydesign require commitzen commits for wbu newsletters require commitzen commits for wherebyapp require commitzen commits for promotionapp require commitzen commits for newsletterservice suggested priority priority medium stakeholders submitted ernie | 1 |
550,702 | 16,130,561,408 | IssuesEvent | 2021-04-29 03:35:27 | Weilbyte/PVEDiscordDark | https://api.github.com/repos/Weilbyte/PVEDiscordDark | closed | Bad icon colors. | Kind: Bug 🐛 Priority: Low Status: Blocked | Hi!
I've see two icons with wrong path. I don't sure where, if in the jss patch or in the css. I don't know why but the icon is installed but the frontend show the black icon. Those are the PBS icon and the ISO icon.


 | 1.0 | Bad icon colors. - Hi!
I've see two icons with wrong path. I don't sure where, if in the jss patch or in the css. I don't know why but the icon is installed but the frontend show the black icon. Those are the PBS icon and the ISO icon.


 | priority | bad icon colors hi i ve see two icons with wrong path i don t sure where if in the jss patch or in the css i don t know why but the icon is installed but the frontend show the black icon those are the pbs icon and the iso icon | 1 |
421,728 | 12,260,691,646 | IssuesEvent | 2020-05-06 18:44:31 | pokt-network/pocket-core | https://api.github.com/repos/pokt-network/pocket-core | opened | Add --no-chains flag to pocket start | enhancement low priority qol | **Is your feature request related to a problem? Please describe.**
Currently running a full node requires you to input chains, however the purpose of said node is not to execute relays, but sync the blockchain data to be able to query it, or propagate transactions, making it a confusing experience to set it up.
**Describe the solution you'd like**
Create a `--no-chains` flag that will bypass `chains.json` creation and just set it to `[]` as the content of chains.json.
| 1.0 | Add --no-chains flag to pocket start - **Is your feature request related to a problem? Please describe.**
Currently running a full node requires you to input chains, however the purpose of said node is not to execute relays, but sync the blockchain data to be able to query it, or propagate transactions, making it a confusing experience to set it up.
**Describe the solution you'd like**
Create a `--no-chains` flag that will bypass `chains.json` creation and just set it to `[]` as the content of chains.json.
| priority | add no chains flag to pocket start is your feature request related to a problem please describe currently running a full node requires you to input chains however the purpose of said node is not to execute relays but sync the blockchain data to be able to query it or propagate transactions making it a confusing experience to set it up describe the solution you d like create a no chains flag that will bypass chains json creation and just set it to as the content of chains json | 1 |
254,138 | 8,070,307,915 | IssuesEvent | 2018-08-06 09:19:55 | systers/vms | https://api.github.com/repos/systers/vms | closed | Remove nbsp from vms code | Category: Coding Category: Quality Assurance Category: User Interface Difficulty: EASY Priority: LOW first-timers-only | ## Description
As a Developer,
I need to remove   from the code,
so that I can use padding and spaces which is a good practice to use.
## Mocks

## Acceptance Criteria
### Update [Required]
-Replace   with padding
## Definition of Done
- [x] All of the required items are completed.
- [x] Approval by 2 mentors.
## Estimation
2 hours
| 1.0 | Remove nbsp from vms code - ## Description
As a Developer,
I need to remove   from the code,
so that I can use padding and spaces which is a good practice to use.
## Mocks

## Acceptance Criteria
### Update [Required]
-Replace   with padding
## Definition of Done
- [x] All of the required items are completed.
- [x] Approval by 2 mentors.
## Estimation
2 hours
| priority | remove nbsp from vms code description as a developer i need to remove nbsp from the code so that i can use padding and spaces which is a good practice to use mocks acceptance criteria update replace nbsp with padding definition of done all of the required items are completed approval by mentors estimation hours | 1 |
757,865 | 26,532,917,191 | IssuesEvent | 2023-01-19 13:48:18 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | closed | Cannot change the dashType of a connection to "solid" in IE11 | Bug SEV: Low C: Diagram jQuery Priority 2 | The issue is reproducible with this dojo - http://dojo.telerik.com/ipebO
| 1.0 | Cannot change the dashType of a connection to "solid" in IE11 - The issue is reproducible with this dojo - http://dojo.telerik.com/ipebO
| priority | cannot change the dashtype of a connection to solid in the issue is reproducible with this dojo | 1 |
60,062 | 3,117,760,546 | IssuesEvent | 2015-09-04 05:11:29 | transientskp/tkp | https://api.github.com/repos/transientskp/tkp | opened | setup TraP & banana demo server | enhancement priority low | for this we need one of more datasets that are pretty and can be made public | 1.0 | setup TraP & banana demo server - for this we need one of more datasets that are pretty and can be made public | priority | setup trap banana demo server for this we need one of more datasets that are pretty and can be made public | 1 |
210,482 | 7,190,281,024 | IssuesEvent | 2018-02-02 16:43:31 | immidb/idb | https://api.github.com/repos/immidb/idb | opened | Client List Sort only sorts those on the first page shown | 0Bug FA:ClientList Priority4Low User:BAS | Clicking the Sort arrows on Client List All only sorts those rows on the first page shown. For example, when first load the Client List All, it displays all clients but only the first 100 rows are displayed. (You can display more by clicking the Show More Rows button at the bottom). If you then click the reverse sort arrow on client name, you can see that it is just sorting those rows displayed.
It should sort all rows that are included in the current filter, regardless of what rows are displayed.

| 1.0 | Client List Sort only sorts those on the first page shown - Clicking the Sort arrows on Client List All only sorts those rows on the first page shown. For example, when first load the Client List All, it displays all clients but only the first 100 rows are displayed. (You can display more by clicking the Show More Rows button at the bottom). If you then click the reverse sort arrow on client name, you can see that it is just sorting those rows displayed.
It should sort all rows that are included in the current filter, regardless of what rows are displayed.

| priority | client list sort only sorts those on the first page shown clicking the sort arrows on client list all only sorts those rows on the first page shown for example when first load the client list all it displays all clients but only the first rows are displayed you can display more by clicking the show more rows button at the bottom if you then click the reverse sort arrow on client name you can see that it is just sorting those rows displayed it should sort all rows that are included in the current filter regardless of what rows are displayed | 1 |
414,759 | 12,111,280,765 | IssuesEvent | 2020-04-21 11:57:22 | easystats/insight | https://api.github.com/repos/easystats/insight | closed | Support afex-anova | enhancement :boom: low priority :sleeping: | ```
#Libraries
library(afex)
#Generate data
set.seed(111)
Nj <- 10
P <- 2
Q <- 3
R <- 2
DV_t11 <- rnorm(P*Nj, 8, 2)
DV_t21 <- rnorm(P*Nj, 13, 2)
DV_t31 <- rnorm(P*Nj, 13, 2)
DV_t12 <- rnorm(P*Nj, 10, 2)
DV_t22 <- rnorm(P*Nj, 15, 2)
DV_t32 <- rnorm(P*Nj, 15, 2)
df <- data.frame(id=factor(rep(1:(P*Nj), times=Q*R)),
IVbtw=factor(rep(LETTERS[1:P], times=Q*R*Nj)),
IVwth1=factor(rep(1:Q, each=P*R*Nj)),
IVwth2=factor(rep(rep(1:R, each=P*Nj), times=Q)),
DV=c(DV_t11, DV_t12, DV_t21, DV_t22, DV_t31, DV_t32))
#1. Omnibus mixed anova with afex
anovaSJTable<- aov_ez("id", "DV", df, within = c("IVwth1", "IVwth2")
, between = "IVbtw", anova_table=list(correction="none", es="pes"))
```
| 1.0 | Support afex-anova - ```
#Libraries
library(afex)
#Generate data
set.seed(111)
Nj <- 10
P <- 2
Q <- 3
R <- 2
DV_t11 <- rnorm(P*Nj, 8, 2)
DV_t21 <- rnorm(P*Nj, 13, 2)
DV_t31 <- rnorm(P*Nj, 13, 2)
DV_t12 <- rnorm(P*Nj, 10, 2)
DV_t22 <- rnorm(P*Nj, 15, 2)
DV_t32 <- rnorm(P*Nj, 15, 2)
df <- data.frame(id=factor(rep(1:(P*Nj), times=Q*R)),
IVbtw=factor(rep(LETTERS[1:P], times=Q*R*Nj)),
IVwth1=factor(rep(1:Q, each=P*R*Nj)),
IVwth2=factor(rep(rep(1:R, each=P*Nj), times=Q)),
DV=c(DV_t11, DV_t12, DV_t21, DV_t22, DV_t31, DV_t32))
#1. Omnibus mixed anova with afex
anovaSJTable<- aov_ez("id", "DV", df, within = c("IVwth1", "IVwth2")
, between = "IVbtw", anova_table=list(correction="none", es="pes"))
```
| priority | support afex anova libraries library afex generate data set seed nj p q r dv rnorm p nj dv rnorm p nj dv rnorm p nj dv rnorm p nj dv rnorm p nj dv rnorm p nj df data frame id factor rep p nj times q r ivbtw factor rep letters times q r nj factor rep q each p r nj factor rep rep r each p nj times q dv c dv dv dv dv dv dv omnibus mixed anova with afex anovasjtable aov ez id dv df within c between ivbtw anova table list correction none es pes | 1 |
317,768 | 9,669,118,314 | IssuesEvent | 2019-05-21 16:34:05 | kubernetes-incubator/bootkube | https://api.github.com/repos/kubernetes-incubator/bootkube | closed | Wait for kube-system service account to be created | help wanted kind/feature lifecycle/rotten low hanging fruit priority/P1 | Along with waiting for kube-system namespace to be created, we should also wait for kube-system service-account to be created to avoid errors like this:
```Error creating assets: error when creating "/home/core/assets/manifests/kube-rescheduler.yaml": pods "rescheduler-v0.2.1" is forbidden: service account kube-system/default was not found, retry after the service account is created``` | 1.0 | Wait for kube-system service account to be created - Along with waiting for kube-system namespace to be created, we should also wait for kube-system service-account to be created to avoid errors like this:
```Error creating assets: error when creating "/home/core/assets/manifests/kube-rescheduler.yaml": pods "rescheduler-v0.2.1" is forbidden: service account kube-system/default was not found, retry after the service account is created``` | priority | wait for kube system service account to be created along with waiting for kube system namespace to be created we should also wait for kube system service account to be created to avoid errors like this error creating assets error when creating home core assets manifests kube rescheduler yaml pods rescheduler is forbidden service account kube system default was not found retry after the service account is created | 1 |
551,990 | 16,192,584,338 | IssuesEvent | 2021-05-04 10:35:44 | woocommerce/woocommerce-gateway-amazon-pay | https://api.github.com/repos/woocommerce/woocommerce-gateway-amazon-pay | closed | Switching regions does not persist after auto key exchange | Priority: Low [Type] Bug | If you open up Amazon Pay settings in admin, and then switch the region and go through the auto key exchange flow, the keys are transferred back successfully, however the region will switch back to whatever you loaded that page with. This causes an issue with loading the widgets within checkout.
Steps to reproduce the behavior:
1. Go to Amazon Pay admin in WooCommerce
2. Switch the region (for example from United States to United Kingdom)
3. Click Configure Now/Register, and go through Amazon Pay onboarding flow.
4. At the end of onboarding flow, you can hit Transfer Keys to WooCommerce.
5. Observe: The keys are transferred correctly, but the region dropdown switches back to the original one which the page was loaded with (in this example, United States).
6. Attempt checkout (add product, go to Cart, choose Amazon Pay).
7. Observe: After logging in with Amazon pay, the address book widget loads, but with an error
**Expected behavior**
I expect the region that was selected in the dropdown, to persist after the key exchange occurs.
**Isolating the problem (mark completed items with an [x]):**
- [ ] I have deactivated other plugins and confirmed this bug occurs when only the extension is active.
- [X] I can reproduce this bug consistently using the steps above.
**WordPress Environment**
Latest build for the 1.12 release
WordPress 5.1.4
WooCommerce 4.0
| 1.0 | Switching regions does not persist after auto key exchange - If you open up Amazon Pay settings in admin, and then switch the region and go through the auto key exchange flow, the keys are transferred back successfully, however the region will switch back to whatever you loaded that page with. This causes an issue with loading the widgets within checkout.
Steps to reproduce the behavior:
1. Go to Amazon Pay admin in WooCommerce
2. Switch the region (for example from United States to United Kingdom)
3. Click Configure Now/Register, and go through Amazon Pay onboarding flow.
4. At the end of onboarding flow, you can hit Transfer Keys to WooCommerce.
5. Observe: The keys are transferred correctly, but the region dropdown switches back to the original one which the page was loaded with (in this example, United States).
6. Attempt checkout (add product, go to Cart, choose Amazon Pay).
7. Observe: After logging in with Amazon pay, the address book widget loads, but with an error
**Expected behavior**
I expect the region that was selected in the dropdown, to persist after the key exchange occurs.
**Isolating the problem (mark completed items with an [x]):**
- [ ] I have deactivated other plugins and confirmed this bug occurs when only the extension is active.
- [X] I can reproduce this bug consistently using the steps above.
**WordPress Environment**
Latest build for the 1.12 release
WordPress 5.1.4
WooCommerce 4.0
| priority | switching regions does not persist after auto key exchange if you open up amazon pay settings in admin and then switch the region and go through the auto key exchange flow the keys are transferred back successfully however the region will switch back to whatever you loaded that page with this causes an issue with loading the widgets within checkout steps to reproduce the behavior go to amazon pay admin in woocommerce switch the region for example from united states to united kingdom click configure now register and go through amazon pay onboarding flow at the end of onboarding flow you can hit transfer keys to woocommerce observe the keys are transferred correctly but the region dropdown switches back to the original one which the page was loaded with in this example united states attempt checkout add product go to cart choose amazon pay observe after logging in with amazon pay the address book widget loads but with an error expected behavior i expect the region that was selected in the dropdown to persist after the key exchange occurs isolating the problem mark completed items with an i have deactivated other plugins and confirmed this bug occurs when only the extension is active i can reproduce this bug consistently using the steps above wordpress environment latest build for the release wordpress woocommerce | 1 |
241,481 | 7,812,422,694 | IssuesEvent | 2018-06-12 13:21:48 | redhat-developer/odo | https://api.github.com/repos/redhat-developer/odo | closed | Add CLI reference page | kind/docs priority/low | We should use [Slate](https://github.com/lord/slate) and create a good CLI reference page for each and every command (with examples that 100% work). | 1.0 | Add CLI reference page - We should use [Slate](https://github.com/lord/slate) and create a good CLI reference page for each and every command (with examples that 100% work). | priority | add cli reference page we should use and create a good cli reference page for each and every command with examples that work | 1 |
148,845 | 5,697,217,347 | IssuesEvent | 2017-04-16 19:38:11 | HarryW96/INSE_Development | https://api.github.com/repos/HarryW96/INSE_Development | closed | Look into loading screen / animation for initial connection? | enhancement Low Priority | Loading times are very long as everything seems to be an image.
Took 21 secs on first connection! | 1.0 | Look into loading screen / animation for initial connection? - Loading times are very long as everything seems to be an image.
Took 21 secs on first connection! | priority | look into loading screen animation for initial connection loading times are very long as everything seems to be an image took secs on first connection | 1 |
564,317 | 16,723,178,683 | IssuesEvent | 2021-06-10 09:45:44 | wp-media/wp-rocket | https://api.github.com/repos/wp-media/wp-rocket | opened | Better change browser cache setup time in cloud flare msg to day/year/hr | module: cloudflare priority: low type: enhancement | **Before submitting an issue please check that you’ve completed the following steps:**
- Made sure you’re on the latest version => 3.9.0.1
- Used the search feature to ensure that the bug hasn’t been reported before => yes
**Describe the issue**
When saving settings for Cloudflare, the unit of Cloudflare browser cache is in seconds => better make this in a unit like a day or an hour so it will be easier for the user (instead of 14400 seconds => 4 hours, instead of 31536000 seconds => 365 days or 1 year)
**To Reproduce**
Steps to reproduce the behavior:
1. Go to add-ons
2. Enable Cloudflare and set it up then save
3. Message displayed at the top by reflected settings
**Expected behavior**
Time for browser cache is in the suitable unit to be clear for the user without a need to use a time converter (if we still need to display it)
**Screenshots**
If applicable, add screenshots to help explain your problem.


**Backlog Grooming (for WP Media dev team use only)**
- [ ] Reproduce the problem
- [ ] Identify the root cause
- [ ] Scope a solution
- [ ] Estimate the effort
| 1.0 | Better change browser cache setup time in cloud flare msg to day/year/hr - **Before submitting an issue please check that you’ve completed the following steps:**
- Made sure you’re on the latest version => 3.9.0.1
- Used the search feature to ensure that the bug hasn’t been reported before => yes
**Describe the issue**
When saving settings for Cloudflare, the unit of Cloudflare browser cache is in seconds => better make this in a unit like a day or an hour so it will be easier for the user (instead of 14400 seconds => 4 hours, instead of 31536000 seconds => 365 days or 1 year)
**To Reproduce**
Steps to reproduce the behavior:
1. Go to add-ons
2. Enable Cloudflare and set it up then save
3. Message displayed at the top by reflected settings
**Expected behavior**
Time for browser cache is in the suitable unit to be clear for the user without a need to use a time converter (if we still need to display it)
**Screenshots**
If applicable, add screenshots to help explain your problem.


**Backlog Grooming (for WP Media dev team use only)**
- [ ] Reproduce the problem
- [ ] Identify the root cause
- [ ] Scope a solution
- [ ] Estimate the effort
| priority | better change browser cache setup time in cloud flare msg to day year hr before submitting an issue please check that you’ve completed the following steps made sure you’re on the latest version used the search feature to ensure that the bug hasn’t been reported before yes describe the issue when saving settings for cloudflare the unit of cloudflare browser cache is in seconds better make this in a unit like a day or an hour so it will be easier for the user instead of seconds hours instead of seconds days or year to reproduce steps to reproduce the behavior go to add ons enable cloudflare and set it up then save message displayed at the top by reflected settings expected behavior time for browser cache is in the suitable unit to be clear for the user without a need to use a time converter if we still need to display it screenshots if applicable add screenshots to help explain your problem backlog grooming for wp media dev team use only reproduce the problem identify the root cause scope a solution estimate the effort | 1 |
796,360 | 28,108,164,388 | IssuesEvent | 2023-03-31 03:49:42 | OpenLightingProject/ola | https://api.github.com/repos/OpenLightingProject/ola | opened | Add Elegato light control | enhancement Priority-Low Difficulty-Easy Language-C++ Language-Python good first issue | Some useful info:
https://web.archive.org/web/20210806013041/https://trevorsullivan.net/2020/08/17/automate-the-elgato-key-light-air-with-powershell/
https://github.com/pcgeek86/elgato/blob/master/elgato/elgato.psm1
https://github.com/NickParks/elgato-light-api
Basic functionality ought to be possible via ola_trigger, like so:
https://github.com/OpenLightingProject/ola/blob/master/tools/ola_trigger/contrib/philips_hue_osram_lightify.conf
But a plugin would offer nicer integration of e.g. discovery via Bonjour etc and generally simplify patching and controlling a whole load of them on different channel numbers. | 1.0 | Add Elegato light control - Some useful info:
https://web.archive.org/web/20210806013041/https://trevorsullivan.net/2020/08/17/automate-the-elgato-key-light-air-with-powershell/
https://github.com/pcgeek86/elgato/blob/master/elgato/elgato.psm1
https://github.com/NickParks/elgato-light-api
Basic functionality ought to be possible via ola_trigger, like so:
https://github.com/OpenLightingProject/ola/blob/master/tools/ola_trigger/contrib/philips_hue_osram_lightify.conf
But a plugin would offer nicer integration of e.g. discovery via Bonjour etc and generally simplify patching and controlling a whole load of them on different channel numbers. | priority | add elegato light control some useful info basic functionality ought to be possible via ola trigger like so but a plugin would offer nicer integration of e g discovery via bonjour etc and generally simplify patching and controlling a whole load of them on different channel numbers | 1 |
522,290 | 15,158,323,875 | IssuesEvent | 2021-02-12 00:51:55 | NOAA-GSL/MATS | https://api.github.com/repos/NOAA-GSL/MATS | closed | Add ability to change curve color from the graph page | Priority: Low Project: MATS Status: Closed Type: Feature | ---
Author Name: **molly.b.smith** (@mollybsmith-noaa)
Original Redmine Issue: 72477, https://vlab.ncep.noaa.gov/redmine/issues/72477
Original Date: 2019-12-13
Original Assignee: molly.b.smith
---
Jeff said that some modelers were requesting the ability to change the curve colors without going back to the app home page.
| 1.0 | Add ability to change curve color from the graph page - ---
Author Name: **molly.b.smith** (@mollybsmith-noaa)
Original Redmine Issue: 72477, https://vlab.ncep.noaa.gov/redmine/issues/72477
Original Date: 2019-12-13
Original Assignee: molly.b.smith
---
Jeff said that some modelers were requesting the ability to change the curve colors without going back to the app home page.
| priority | add ability to change curve color from the graph page author name molly b smith mollybsmith noaa original redmine issue original date original assignee molly b smith jeff said that some modelers were requesting the ability to change the curve colors without going back to the app home page | 1 |
258,403 | 8,170,460,718 | IssuesEvent | 2018-08-27 07:47:48 | bigbinary/acehelp | https://api.github.com/repos/bigbinary/acehelp | closed | Mark a Category as online or offline | Low Priority Rails Working elm | Admin users should be able to mark a Category as online or offline.
If a category is marked offline then all articles under the category should be marked offline
If even one article is marked online under a category then the category should be marked online
To be done after #428 | 1.0 | Mark a Category as online or offline - Admin users should be able to mark a Category as online or offline.
If a category is marked offline then all articles under the category should be marked offline
If even one article is marked online under a category then the category should be marked online
To be done after #428 | priority | mark a category as online or offline admin users should be able to mark a category as online or offline if a category is marked offline then all articles under the category should be marked offline if even one article is marked online under a category then the category should be marked online to be done after | 1 |
392,741 | 11,595,257,927 | IssuesEvent | 2020-02-24 16:41:05 | interactive-instruments/ldproxy | https://api.github.com/repos/interactive-instruments/ldproxy | closed | allow embedding and mapping of referenced features | enhancement priority: low | For the mapping of xlink:href attributes there should be an additional (mime-type agnostic) field to provide the type(s) of features that should be embedded.
The mapping for these types would be copied into the mapping of the current type and property.
The GetFeature requests would then use resolveXlinkDepth when available. Of course this collides with the streaming approach, because the additional objects are appended to the feature collection and not embedded in place of the hrefs. | 1.0 | allow embedding and mapping of referenced features - For the mapping of xlink:href attributes there should be an additional (mime-type agnostic) field to provide the type(s) of features that should be embedded.
The mapping for these types would be copied into the mapping of the current type and property.
The GetFeature requests would then use resolveXlinkDepth when available. Of course this collides with the streaming approach, because the additional objects are appended to the feature collection and not embedded in place of the hrefs. | priority | allow embedding and mapping of referenced features for the mapping of xlink href attributes there should be an additional mime type agnostic field to provide the type s of features that should be embedded the mapping for these types would be copied into the mapping of the current type and property the getfeature requests would then use resolvexlinkdepth when available of course this collides with the streaming approach because the additional objects are appended to the feature collection and not embedded in place of the hrefs | 1 |
322,285 | 9,815,837,087 | IssuesEvent | 2019-06-13 13:30:37 | facebook/create-react-app | https://api.github.com/repos/facebook/create-react-app | closed | 'Module parse failed' error while lazy loading after react-scripts 3.0.0 update | priority: low (ignored issue template) priority: low (needs more information) stale | I am lazy loading components in my React app, and it was working all fine. However, after the react-scripts 3.0.0 update, I keep getting the 'Module Parse failed: Unexpected token' error as follows:
```
./src/routes/App.js 22:9
Module parse failed: Unexpected token (22:9)
You may need an appropriate loader to handle this file type.
| import { Loader } from '../components/Preloaders/Loader';
| var ClippedDrawer = lazy(function () {
> return import('../components/Drawer');
| });
| var Settings = lazy(function () {
```
**`npm version latest`** | 2.0 | 'Module parse failed' error while lazy loading after react-scripts 3.0.0 update - I am lazy loading components in my React app, and it was working all fine. However, after the react-scripts 3.0.0 update, I keep getting the 'Module Parse failed: Unexpected token' error as follows:
```
./src/routes/App.js 22:9
Module parse failed: Unexpected token (22:9)
You may need an appropriate loader to handle this file type.
| import { Loader } from '../components/Preloaders/Loader';
| var ClippedDrawer = lazy(function () {
> return import('../components/Drawer');
| });
| var Settings = lazy(function () {
```
**`npm version latest`** | priority | module parse failed error while lazy loading after react scripts update i am lazy loading components in my react app and it was working all fine however after the react scripts update i keep getting the module parse failed unexpected token error as follows src routes app js module parse failed unexpected token you may need an appropriate loader to handle this file type import loader from components preloaders loader var clippeddrawer lazy function return import components drawer var settings lazy function npm version latest | 1 |
659,009 | 21,914,636,991 | IssuesEvent | 2022-05-21 16:13:30 | KubeJS-Mods/Rhino | https://api.github.com/repos/KubeJS-Mods/Rhino | closed | Incompatibilities due to FabricLauncherBase (e.g. Quilt) | bug priority: low 1.18 | I don't have a solid solution for this one, but I thought I'd make it visible in case anyone gets ambitious.
Using `net.fabricmc.loader.impl.launch.FabricLauncherBase` in `FabricRemapper` (Import [FabricRemapper.java#6](https://github.com/KubeJS-Mods/Rhino/blob/67d9e61eb7270c41ace7aa0d99f3db6a894a5874/fabric/src/main/java/dev/latvian/mods/rhino/mod/util/fabric/FabricRemapper.java#L6), usages [FabricRemapper.java#34](https://github.com/KubeJS-Mods/Rhino/blob/67d9e61eb7270c41ace7aa0d99f3db6a894a5874/fabric/src/main/java/dev/latvian/mods/rhino/mod/util/fabric/FabricRemapper.java#34) [FabricRemapper.java#38](https://github.com/KubeJS-Mods/Rhino/blob/67d9e61eb7270c41ace7aa0d99f3db6a894a5874/fabric/src/main/java/dev/latvian/mods/rhino/mod/util/fabric/FabricRemapper.java#L38) [FabricRemapper.java#41](https://github.com/KubeJS-Mods/Rhino/blob/67d9e61eb7270c41ace7aa0d99f3db6a894a5874/fabric/src/main/java/dev/latvian/mods/rhino/mod/util/fabric/FabricRemapper.java#L41)) causes Rhino to fail without fabric loader even when a drop-in replacement for FAPI's interfaces ([QSL](https://github.com/QuiltMC/quilt-standard-libraries)) is provided.
[Sample crash log](https://0x0.st/oAkB.txt)
It's used as the source of the mappings in use, so there'd need to be a whole usable replacement for getting those. No idea - But I might as well make it known and toss it out to the quilt team/community to see if they have anything useful. | 1.0 | Incompatibilities due to FabricLauncherBase (e.g. Quilt) - I don't have a solid solution for this one, but I thought I'd make it visible in case anyone gets ambitious.
Using `net.fabricmc.loader.impl.launch.FabricLauncherBase` in `FabricRemapper` (Import [FabricRemapper.java#6](https://github.com/KubeJS-Mods/Rhino/blob/67d9e61eb7270c41ace7aa0d99f3db6a894a5874/fabric/src/main/java/dev/latvian/mods/rhino/mod/util/fabric/FabricRemapper.java#L6), usages [FabricRemapper.java#34](https://github.com/KubeJS-Mods/Rhino/blob/67d9e61eb7270c41ace7aa0d99f3db6a894a5874/fabric/src/main/java/dev/latvian/mods/rhino/mod/util/fabric/FabricRemapper.java#34) [FabricRemapper.java#38](https://github.com/KubeJS-Mods/Rhino/blob/67d9e61eb7270c41ace7aa0d99f3db6a894a5874/fabric/src/main/java/dev/latvian/mods/rhino/mod/util/fabric/FabricRemapper.java#L38) [FabricRemapper.java#41](https://github.com/KubeJS-Mods/Rhino/blob/67d9e61eb7270c41ace7aa0d99f3db6a894a5874/fabric/src/main/java/dev/latvian/mods/rhino/mod/util/fabric/FabricRemapper.java#L41)) causes Rhino to fail without fabric loader even when a drop-in replacement for FAPI's interfaces ([QSL](https://github.com/QuiltMC/quilt-standard-libraries)) is provided.
[Sample crash log](https://0x0.st/oAkB.txt)
It's used as the source of the mappings in use, so there'd need to be a whole usable replacement for getting those. No idea - But I might as well make it known and toss it out to the quilt team/community to see if they have anything useful. | priority | incompatibilities due to fabriclauncherbase e g quilt i don t have a solid solution for this one but i thought i d make it visible in case anyone gets ambitious using net fabricmc loader impl launch fabriclauncherbase in fabricremapper import usages causes rhino to fail without fabric loader even when a drop in replacement for fapi s interfaces is provided it s used as the source of the mappings in use so there d need to be a whole usable replacement for getting those no idea but i might as well make it known and toss it out to the quilt team community to see if they have anything useful | 1 |
721,724 | 24,835,780,106 | IssuesEvent | 2022-10-26 08:44:09 | AY2223S1-CS2113-F11-4/tp | https://api.github.com/repos/AY2223S1-CS2113-F11-4/tp | closed | Add a help command | type.Task priority.Low | Add a help command to the sub and main menu that lists all of the commands (in the sub menu, this is the same as incorrect format, so you can use that else statement) | 1.0 | Add a help command - Add a help command to the sub and main menu that lists all of the commands (in the sub menu, this is the same as incorrect format, so you can use that else statement) | priority | add a help command add a help command to the sub and main menu that lists all of the commands in the sub menu this is the same as incorrect format so you can use that else statement | 1 |
804,418 | 29,486,577,247 | IssuesEvent | 2023-06-02 10:11:01 | GSS-Cogs/dd-cms | https://api.github.com/repos/GSS-Cogs/dd-cms | closed | Links from dashboard tiles - best part of the tile to link from? | climate change 2 User Research low priority | CC team suggest the title would be better. | 1.0 | Links from dashboard tiles - best part of the tile to link from? - CC team suggest the title would be better. | priority | links from dashboard tiles best part of the tile to link from cc team suggest the title would be better | 1 |
558,687 | 16,540,712,250 | IssuesEvent | 2021-05-27 16:26:17 | ls1intum/Artemis | https://api.github.com/repos/ls1intum/Artemis | closed | Clear all Students from Exam | exam mode feature priority:low | ### Is your feature request related to a problem?
I imported students to an exam, however, students are still allowed to de-register.
Now I need to compare the de-registration log with the participants and find students to remove from the exam manually.
### Describe the solution you'd like
I want to clear all students from the exam to easily re-import the students.
### Describe alternatives you've considered
A good alternative would be to re-import and see a diff (who is in the csv but not in the exam / who is in the exam but not in the csv) | 1.0 | Clear all Students from Exam - ### Is your feature request related to a problem?
I imported students to an exam, however, students are still allowed to de-register.
Now I need to compare the de-registration log with the participants and find students to remove from the exam manually.
### Describe the solution you'd like
I want to clear all students from the exam to easily re-import the students.
### Describe alternatives you've considered
A good alternative would be to re-import and see a diff (who is in the csv but not in the exam / who is in the exam but not in the csv) | priority | clear all students from exam is your feature request related to a problem i imported students to an exam however students are still allowed to de register now i need to compare the de registration log with the participants and find students to remove from the exam manually describe the solution you d like i want to clear all students from the exam to easily re import the students describe alternatives you ve considered a good alternative would be to re import and see a diff who is in the csv but not in the exam who is in the exam but not in the csv | 1 |
782,511 | 27,498,942,767 | IssuesEvent | 2023-03-05 13:24:49 | Twintop/TwintopInsanityBar | https://api.github.com/repos/Twintop/TwintopInsanityBar | closed | Add news popup | Core low priority | Add a news popup window that will show on first login whenever a new version is released. Have this (basically) show the patch notes in a sensibly formatted way. | 1.0 | Add news popup - Add a news popup window that will show on first login whenever a new version is released. Have this (basically) show the patch notes in a sensibly formatted way. | priority | add news popup add a news popup window that will show on first login whenever a new version is released have this basically show the patch notes in a sensibly formatted way | 1 |
142,306 | 5,468,475,710 | IssuesEvent | 2017-03-10 06:17:21 | CS2103JAN2017-T09-B4/main | https://api.github.com/repos/CS2103JAN2017-T09-B4/main | opened | Backup my entire task list to the cloud or external storage via export | priority.low type.story | Have extra redundancy against system failures | 1.0 | Backup my entire task list to the cloud or external storage via export - Have extra redundancy against system failures | priority | backup my entire task list to the cloud or external storage via export have extra redundancy against system failures | 1 |
104,761 | 4,218,481,599 | IssuesEvent | 2016-06-30 16:04:23 | MSF-UK/MSF-Dashboard | https://api.github.com/repos/MSF-UK/MSF-Dashboard | closed | [Dev] Adapt chart and map size to field laptop at fullHD resolution | difficulty: low priority: med | field laptop are HP elitebook 840 with 1920*1080 resolution. half screen is currently empty.
Need to validate if user change windows OS size to increase the typo (often the case) | 1.0 | [Dev] Adapt chart and map size to field laptop at fullHD resolution - field laptop are HP elitebook 840 with 1920*1080 resolution. half screen is currently empty.
Need to validate if user change windows OS size to increase the typo (often the case) | priority | adapt chart and map size to field laptop at fullhd resolution field laptop are hp elitebook with resolution half screen is currently empty need to validate if user change windows os size to increase the typo often the case | 1 |
580,285 | 17,225,654,263 | IssuesEvent | 2021-07-20 01:00:44 | Floogen/CustomCompanions | https://api.github.com/repos/Floogen/CustomCompanions | closed | Add portrait option | enhancement low priority | Will need a dedicated PNG file under the companion folder? Only usable via map-based spawns.
Add config to pick which portrait tile to specify. | 1.0 | Add portrait option - Will need a dedicated PNG file under the companion folder? Only usable via map-based spawns.
Add config to pick which portrait tile to specify. | priority | add portrait option will need a dedicated png file under the companion folder only usable via map based spawns add config to pick which portrait tile to specify | 1 |
429,481 | 12,425,317,372 | IssuesEvent | 2020-05-24 15:47:54 | openshift/odo | https://api.github.com/repos/openshift/odo | closed | odo should support git context directories | area/component kind/feature lifecycle/rotten priority/Low | [kind/Enhancement]
<!--
Welcome! - We kindly ask you to:
1. Fill out the issue template below
2. Use the Google group if you have a question rather than a bug or feature request.
The group is at: https://groups.google.com/forum/#!forum/odo-users
Thanks for understanding, and for contributing to the project!
-->
## Which functionality do you think we should update/improve?
odo currently doesn't have an option to supply a subdirectory in a git repo.
Look at the snippet from an openshift build configuration
```
source:
contextDir: /todolist-jdbc
git:
uri: https://github.com/VeerMuchandi/todolist-java
type: Git
```
Here `todolist-jdbc` is a subdirectory under the git repo. Currently there is no way to do this with odo. I had to use `oc` or webconsole to create this bc.
## Why is this needed?
This is minimum functionality expected as we have ( and customers would have) many repositories with subdirectories.
| 1.0 | odo should support git context directories - [kind/Enhancement]
<!--
Welcome! - We kindly ask you to:
1. Fill out the issue template below
2. Use the Google group if you have a question rather than a bug or feature request.
The group is at: https://groups.google.com/forum/#!forum/odo-users
Thanks for understanding, and for contributing to the project!
-->
## Which functionality do you think we should update/improve?
odo currently doesn't have an option to supply a subdirectory in a git repo.
Look at the snippet from an openshift build configuration
```
source:
contextDir: /todolist-jdbc
git:
uri: https://github.com/VeerMuchandi/todolist-java
type: Git
```
Here `todolist-jdbc` is a subdirectory under the git repo. Currently there is no way to do this with odo. I had to use `oc` or webconsole to create this bc.
## Why is this needed?
This is minimum functionality expected as we have ( and customers would have) many repositories with subdirectories.
| priority | odo should support git context directories welcome we kindly ask you to fill out the issue template below use the google group if you have a question rather than a bug or feature request the group is at thanks for understanding and for contributing to the project which functionality do you think we should update improve odo currently doesn t have an option to supply a subdirectory in a git repo look at the snippet from an openshift build configuration source contextdir todolist jdbc git uri type git here todolist jdbc is a subdirectory under the git repo currently there is no way to do this with odo i had to use oc or webconsole to create this bc why is this needed this is minimum functionality expected as we have and customers would have many repositories with subdirectories | 1 |
604,071 | 18,676,163,323 | IssuesEvent | 2021-10-31 15:47:57 | CMPUT301F21T26/Habit-Tracker | https://api.github.com/repos/CMPUT301F21T26/Habit-Tracker | opened | 02.03.02 - Built in camera app | enhancement Base Priority: Low | **Focus**
Implement a camera app within the app to allow users to take a photo in the moment.
**Partial US**
As a doer, I want the photograph for a habit event to be taken with the camera within the app.
**Reason**
Users may want to capture a moment in time when they've finished a habit as planned, because it is the one tiny achievement in life that they could achieve in life; it is a very important moment.
**Story Points**
5
**Risk Level**
Low | 1.0 | 02.03.02 - Built in camera app - **Focus**
Implement a camera app within the app to allow users to take a photo in the moment.
**Partial US**
As a doer, I want the photograph for a habit event to be taken with the camera within the app.
**Reason**
Users may want to capture a moment in time when they've finished a habit as planned, because it is the one tiny achievement in life that they could achieve in life; it is a very important moment.
**Story Points**
5
**Risk Level**
Low | priority | built in camera app focus implement a camera app within the app to allow users to take a photo in the moment partial us as a doer i want the photograph for a habit event to be taken with the camera within the app reason users may want to capture a moment in time when they ve finished a habit as planned because it is the one tiny achievement in life that they could achieve in life it is a very important moment story points risk level low | 1 |
50,822 | 3,007,090,901 | IssuesEvent | 2015-07-27 14:28:34 | bitcoin/bitcoin | https://api.github.com/repos/bitcoin/bitcoin | closed | Idea: Bitcoin.conf created by default | Priority Low Refactoring | If you want to change the default settings of Bitcoin Core you have to:
1. Go to %appdata%/Bitcoin
2. Copy "Sample Bitcoin.conf" from https://en.bitcoin.it/wiki/Running_Bitcoin
3. Search about the newer configuration options (ie. disablewallet is not listed in the wiki)
4. Finally edit the file with your settings
I believe that on installing Bitcoin Core, if no bitcoin.conf exists in %appdata%/Bitcoin a new one should be created with all options available in that release and some comments about every setting (like the wiki sample file).
I dont know how to make a pull request for this idea. | 1.0 | Idea: Bitcoin.conf created by default - If you want to change the default settings of Bitcoin Core you have to:
1. Go to %appdata%/Bitcoin
2. Copy "Sample Bitcoin.conf" from https://en.bitcoin.it/wiki/Running_Bitcoin
3. Search about the newer configuration options (ie. disablewallet is not listed in the wiki)
4. Finally edit the file with your settings
I believe that on installing Bitcoin Core, if no bitcoin.conf exists in %appdata%/Bitcoin a new one should be created with all options available in that release and some comments about every setting (like the wiki sample file).
I dont know how to make a pull request for this idea. | priority | idea bitcoin conf created by default if you want to change the default settings of bitcoin core you have to go to appdata bitcoin copy sample bitcoin conf from search about the newer configuration options ie disablewallet is not listed in the wiki finally edit the file with your settings i believe that on installing bitcoin core if no bitcoin conf exists in appdata bitcoin a new one should be created with all options available in that release and some comments about every setting like the wiki sample file i dont know how to make a pull request for this idea | 1 |
576,793 | 17,094,973,704 | IssuesEvent | 2021-07-09 00:05:50 | returntocorp/semgrep | https://api.github.com/repos/returntocorp/semgrep | closed | Metavariable equivalence doesn't work with deep-expression matches between patterns | feature:matching feature:metavariable lang:golang priority:low stale user:external | **Describe the bug**
Metavariable equivalence appears to fail when comparing a pattern ID variable to a name variable.
**To Reproduce**
See https://semgrep.dev/s/AlXw/
**Expected behavior**
The above snippet should find the code.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**What is the priority of the bug to you?**
~P1. User wants to replace https://awesomeopensource.com/project/kyoh86/scopelint with Semgrep~
(edit) P2 as there is a workaround described below. | 1.0 | Metavariable equivalence doesn't work with deep-expression matches between patterns - **Describe the bug**
Metavariable equivalence appears to fail when comparing a pattern ID variable to a name variable.
**To Reproduce**
See https://semgrep.dev/s/AlXw/
**Expected behavior**
The above snippet should find the code.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**What is the priority of the bug to you?**
~P1. User wants to replace https://awesomeopensource.com/project/kyoh86/scopelint with Semgrep~
(edit) P2 as there is a workaround described below. | priority | metavariable equivalence doesn t work with deep expression matches between patterns describe the bug metavariable equivalence appears to fail when comparing a pattern id variable to a name variable to reproduce see expected behavior the above snippet should find the code screenshots if applicable add screenshots to help explain your problem what is the priority of the bug to you user wants to replace with semgrep edit as there is a workaround described below | 1 |
613,607 | 19,094,722,208 | IssuesEvent | 2021-11-29 15:35:02 | adafruit/Adafruit_IO_Python | https://api.github.com/repos/adafruit/Adafruit_IO_Python | closed | receive_time parses week day (wday) as one day off of what is expected by Python | bug low-priority | Server returns the week day as Sunday = 0. Python docs expect it to be Monday = 0.
Python docs:
https://docs.python.org/3.7/library/time.html#time.struct_time
Ruby docs (which is how the server returns it):
https://ruby-doc.org/core-3.0.2/Time.html#method-i-wday
Server should likely remain at Sunday = 0 as many people likely rely on it already. | 1.0 | receive_time parses week day (wday) as one day off of what is expected by Python - Server returns the week day as Sunday = 0. Python docs expect it to be Monday = 0.
Python docs:
https://docs.python.org/3.7/library/time.html#time.struct_time
Ruby docs (which is how the server returns it):
https://ruby-doc.org/core-3.0.2/Time.html#method-i-wday
Server should likely remain at Sunday = 0 as many people likely rely on it already. | priority | receive time parses week day wday as one day off of what is expected by python server returns the week day as sunday python docs expect it to be monday python docs ruby docs which is how the server returns it server should likely remain at sunday as many people likely rely on it already | 1 |
54,207 | 3,060,731,631 | IssuesEvent | 2015-08-14 22:46:42 | google/paco | https://api.github.com/repos/google/paco | opened | web ui: Joined list does not show deleted experiments. User has no access to responses. | Priority-Low | This may be a server side issue, not sure.
If the user has participated in an experiment that has subsequently been deleted, it is no longer visible at all in the joined list.
Our previous behavior for completely deleted experiments (as opposed to soft-deleted) was to show a title such as "Deleted Experiment". This allowed the user to still get at the data.
The preferred option was to soft-delete an experiment so that the schema was still around but no one could join it. We will deal with that separately. | 1.0 | web ui: Joined list does not show deleted experiments. User has no access to responses. - This may be a server side issue, not sure.
If the user has participated in an experiment that has subsequently been deleted, it is no longer visible at all in the joined list.
Our previous behavior for completely deleted experiments (as opposed to soft-deleted) was to show a title such as "Deleted Experiment". This allowed the user to still get at the data.
The preferred option was to soft-delete an experiment so that the schema was still around but no one could join it. We will deal with that separately. | priority | web ui joined list does not show deleted experiments user has no access to responses this may be a server side issue not sure if the user has participated in an experiment that has subsequently been deleted it is no longer visible at all in the joined list our previous behavior for completely deleted experiments as opposed to soft deleted was to show a title such as deleted experiment this allowed the user to still get at the data the preferred option was to soft delete an experiment so that the schema was still around but no one could join it we will deal with that separately | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.