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
353,524
10,553,656,667
IssuesEvent
2019-10-03 17:42:43
fgpv-vpgf/fgpv-vpgf
https://api.github.com/repos/fgpv-vpgf/fgpv-vpgf
opened
Table tooltip sometimes doesn't show up
bug-type: unexpected behavior priority: low problem: bug
## Issue There are cells that contain text that are slightly too large to display in their entirety, but are not large enough to display a tooltip. Currently the only way to view the full text is to click the `details` button. ## Steps to Reproduce 1. Visit [this](http://fgpv-app.azureedge.net/demo/branches/develo...
1.0
Table tooltip sometimes doesn't show up - ## Issue There are cells that contain text that are slightly too large to display in their entirety, but are not large enough to display a tooltip. Currently the only way to view the full text is to click the `details` button. ## Steps to Reproduce 1. Visit [this](http://f...
priority
table tooltip sometimes doesn t show up issue there are cells that contain text that are slightly too large to display in their entirety but are not large enough to display a tooltip currently the only way to view the full text is to click the details button steps to reproduce visit sample page...
1
745,037
25,967,258,403
IssuesEvent
2022-12-19 08:14:56
Cinevoraces/cinevoraces
https://api.github.com/repos/Cinevoraces/cinevoraces
opened
APP - Using enums as much as possible
enhancement priority: low
Example of use : `interface ButtonProps { children?: React.ReactNode; customStyle?: 'text' | 'empty' | 'rounded' | 'white' | 'select' | 'selectSearchBar';` To transform into: `enum customStyleEnum { TEXT = 'text', EMPTY = 'empty', ROUNDED = 'rounded', WHITE = 'white', SELECT = 'select' ...
1.0
APP - Using enums as much as possible - Example of use : `interface ButtonProps { children?: React.ReactNode; customStyle?: 'text' | 'empty' | 'rounded' | 'white' | 'select' | 'selectSearchBar';` To transform into: `enum customStyleEnum { TEXT = 'text', EMPTY = 'empty', ROUNDED = 'rounded', ...
priority
app using enums as much as possible example of use interface buttonprops children react reactnode customstyle text empty rounded white select selectsearchbar to transform into enum customstyleenum text text empty empty rounded rounded ...
1
343,702
10,335,068,084
IssuesEvent
2019-09-03 09:43:46
Xceptance/neodymium-library
https://api.github.com/repos/Xceptance/neodymium-library
closed
Strange timeout value printed when using SelenideAddons.wrapAssertionError()
Low Priority bug doneInDevelop recheckedInDevelop
See below for a stack trace created using SelenideAddons.wrapAssertionError(): ``` UIAssertionError AssertionError: null Screenshot: file:/D:/workspace/neodymium-template/build/reports/tests/1567080799625.0.png Page source: file:/D:/workspace/neodymium-template/build/reports/tests/1567080799625.0.html Timeout: 1...
1.0
Strange timeout value printed when using SelenideAddons.wrapAssertionError() - See below for a stack trace created using SelenideAddons.wrapAssertionError(): ``` UIAssertionError AssertionError: null Screenshot: file:/D:/workspace/neodymium-template/build/reports/tests/1567080799625.0.png Page source: file:/D:/wo...
priority
strange timeout value printed when using selenideaddons wrapassertionerror see below for a stack trace created using selenideaddons wrapassertionerror uiassertionerror assertionerror null screenshot file d workspace neodymium template build reports tests png page source file d workspace neod...
1
708,005
24,326,987,361
IssuesEvent
2022-09-30 15:36:13
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
Not able to flash stm32h735g_disco - TARGET: stm32h7x.cpu0 - Not halted
bug priority: low platform: STM32
When using the new Zephyr-SDK-0.15.0, I cannot flash the `stm32h735g_disco` board. If I build the `zephyr/samples/hello_world project` for the `stm32h735g_disco` and try to flash it, I receive this error: ``` -- west flash: rebuilding ninja: no work to do. -- west flash: using runner openocd -- runners.openocd:...
1.0
Not able to flash stm32h735g_disco - TARGET: stm32h7x.cpu0 - Not halted - When using the new Zephyr-SDK-0.15.0, I cannot flash the `stm32h735g_disco` board. If I build the `zephyr/samples/hello_world project` for the `stm32h735g_disco` and try to flash it, I receive this error: ``` -- west flash: rebuilding ninja...
priority
not able to flash disco target not halted when using the new zephyr sdk i cannot flash the disco board if i build the zephyr samples hello world project for the disco and try to flash it i receive this error west flash rebuilding ninja no work to do west flash using...
1
407,742
11,936,772,022
IssuesEvent
2020-04-02 10:55:39
epicmaxco/vuestic-ui
https://api.github.com/repos/epicmaxco/vuestic-ui
opened
Checkbox validation triggers on mouse hold
bug low priority ready for implementation
Checkbox shows validation on mouse hold on checkbox icon. ![2020-04-02_13-52-13](https://user-images.githubusercontent.com/5394573/78241637-6772cc00-74e9-11ea-8263-b9feb8a0bbfa.gif) Note: harder than it looks (all other checkbox behaviors should stay intact).
1.0
Checkbox validation triggers on mouse hold - Checkbox shows validation on mouse hold on checkbox icon. ![2020-04-02_13-52-13](https://user-images.githubusercontent.com/5394573/78241637-6772cc00-74e9-11ea-8263-b9feb8a0bbfa.gif) Note: harder than it looks (all other checkbox behaviors should stay intact).
priority
checkbox validation triggers on mouse hold checkbox shows validation on mouse hold on checkbox icon note harder than it looks all other checkbox behaviors should stay intact
1
604,181
18,678,582,149
IssuesEvent
2021-11-01 00:11:45
docker-mailserver/docker-mailserver
https://api.github.com/repos/docker-mailserver/docker-mailserver
opened
unknown Sieve capability editheader
meta/needs triage meta/help wanted kind/question priority/low
Hi, I get this error in my log files: unknown Sieve capability editheader in before.dovecot.sieve file: `require [ "editheader"]; if true { addheader "X-Test-Header" "This is a test header."; }` I added this to the config file dovecot/90-sieve.conf `plugin { sieve_extensions = +editheader } ` Can...
1.0
unknown Sieve capability editheader - Hi, I get this error in my log files: unknown Sieve capability editheader in before.dovecot.sieve file: `require [ "editheader"]; if true { addheader "X-Test-Header" "This is a test header."; }` I added this to the config file dovecot/90-sieve.conf `plugin { sieve...
priority
unknown sieve capability editheader hi i get this error in my log files unknown sieve capability editheader in before dovecot sieve file require if true addheader x test header this is a test header i added this to the config file dovecot sieve conf plugin sieve extensions ...
1
812,949
30,439,612,636
IssuesEvent
2023-07-15 00:21:32
paulkim26/collab-museum
https://api.github.com/repos/paulkim26/collab-museum
closed
Balloon visible if you go back downstairs rather than exiting
bug low priority
Probably not worth fixing, but flagging as a known issue. It isn't possible to get past the balloon in the History tunnel, and if you click to exit, it doesn't teleport you into the balloon or trigger the finish for some reason. We could toggle balloon viz on/off when players ride the elevator. I think the likelihood o...
1.0
Balloon visible if you go back downstairs rather than exiting - Probably not worth fixing, but flagging as a known issue. It isn't possible to get past the balloon in the History tunnel, and if you click to exit, it doesn't teleport you into the balloon or trigger the finish for some reason. We could toggle balloon viz...
priority
balloon visible if you go back downstairs rather than exiting probably not worth fixing but flagging as a known issue it isn t possible to get past the balloon in the history tunnel and if you click to exit it doesn t teleport you into the balloon or trigger the finish for some reason we could toggle balloon viz...
1
460,479
13,210,696,861
IssuesEvent
2020-08-15 18:20:32
Toontown-Offline-Issue-Tracker/issues
https://api.github.com/repos/Toontown-Offline-Issue-Tracker/issues
closed
Interval crash related to Cog flying away
client crash low priority
Skimmed this log, but the client seemed to crash due to something going wrong in an interval where a Cog flies away. [ttoff-200622_004111-1.log](https://github.com/Toontown-Offline-Issue-Tracker/issues/files/4878375/ttoff-200622_004111-1.log)
1.0
Interval crash related to Cog flying away - Skimmed this log, but the client seemed to crash due to something going wrong in an interval where a Cog flies away. [ttoff-200622_004111-1.log](https://github.com/Toontown-Offline-Issue-Tracker/issues/files/4878375/ttoff-200622_004111-1.log)
priority
interval crash related to cog flying away skimmed this log but the client seemed to crash due to something going wrong in an interval where a cog flies away
1
80,971
3,586,882,643
IssuesEvent
2016-01-30 00:43:14
flintjs/flint
https://api.github.com/repos/flintjs/flint
closed
Release script
low priority
- [ ] Graceful rollbacks if things fail - [x] Fix broken tools releasing - [x] Better chain determining of releases
1.0
Release script - - [ ] Graceful rollbacks if things fail - [x] Fix broken tools releasing - [x] Better chain determining of releases
priority
release script graceful rollbacks if things fail fix broken tools releasing better chain determining of releases
1
269,747
8,442,874,615
IssuesEvent
2018-10-18 14:17:36
steemit/devportal-tutorials-js
https://api.github.com/repos/steemit/devportal-tutorials-js
closed
JS-T: Convert SBD to STEEM
5 - SW priority/low
Convert SBD to STEEM **AC** - [x] Convert SBD to STEEM - [x] Explanation of feature with reference links (hot signing steemconnect) - [x] Heavy admonishment against using this, use the internal market instead (under current economics). - [x] directory should be `/32....`
1.0
JS-T: Convert SBD to STEEM - Convert SBD to STEEM **AC** - [x] Convert SBD to STEEM - [x] Explanation of feature with reference links (hot signing steemconnect) - [x] Heavy admonishment against using this, use the internal market instead (under current economics). - [x] directory should be `/32....`
priority
js t convert sbd to steem convert sbd to steem ac convert sbd to steem explanation of feature with reference links hot signing steemconnect heavy admonishment against using this use the internal market instead under current economics directory should be
1
105,870
4,242,984,213
IssuesEvent
2016-07-06 21:18:42
Jaeger2305/werewolves-site
https://api.github.com/repos/Jaeger2305/werewolves-site
closed
Changes to redis are not atomic
bug Low priority
This only becomes an issue with data that can be modified from multiple sources simultaneously, which should actually be pretty unlikely in a turn based game (until it's the hidden, complex bug after 6 months of coding...). Scenarios where this comes into play would currently be limited to player's joining/leaving. ...
1.0
Changes to redis are not atomic - This only becomes an issue with data that can be modified from multiple sources simultaneously, which should actually be pretty unlikely in a turn based game (until it's the hidden, complex bug after 6 months of coding...). Scenarios where this comes into play would currently be limite...
priority
changes to redis are not atomic this only becomes an issue with data that can be modified from multiple sources simultaneously which should actually be pretty unlikely in a turn based game until it s the hidden complex bug after months of coding scenarios where this comes into play would currently be limite...
1
326,774
9,960,985,320
IssuesEvent
2019-07-06 22:18:43
sopel-irc/sopel
https://api.github.com/repos/sopel-irc/sopel
closed
Use __all__
Low Priority Tweak
API stuff should use `__all__`. I don't know that I want to hold 6.0 up for this, though. So 7.0.0?
1.0
Use __all__ - API stuff should use `__all__`. I don't know that I want to hold 6.0 up for this, though. So 7.0.0?
priority
use all api stuff should use all i don t know that i want to hold up for this though so
1
578,791
17,154,767,473
IssuesEvent
2021-07-14 04:38:05
In2ItChicago/In2ItChicago
https://api.github.com/repos/In2ItChicago/In2ItChicago
closed
Figure out the best way to deal with organizations that stop updating their events
enhancement low priority
This is a bit of an edge case. When an organization's events are updated, all of the old data is deleted before the new data is added, so all organizations which have events regularly scheduled won't cause an issue. If an organization stops updating their events list, the old data will get stuck in the database because...
1.0
Figure out the best way to deal with organizations that stop updating their events - This is a bit of an edge case. When an organization's events are updated, all of the old data is deleted before the new data is added, so all organizations which have events regularly scheduled won't cause an issue. If an organization ...
priority
figure out the best way to deal with organizations that stop updating their events this is a bit of an edge case when an organization s events are updated all of the old data is deleted before the new data is added so all organizations which have events regularly scheduled won t cause an issue if an organization ...
1
64,494
3,212,284,071
IssuesEvent
2015-10-06 14:55:17
fusioneng/shortcake-bakery
https://api.github.com/repos/fusioneng/shortcake-bakery
closed
Add shortcode for ABC's go.com
enhancement priority:low
It should reverse this: ``` <iframe style="border: none;" src="http://abcnews.go.com/video/embed?id=24434432" width="100%" height="360" scrolling="no"></iframe> ``` And this: ``` <iframe width="644" height="362" src="http://oscar.go.com/embed/VDKA0_w1i7hvxe" frameborder="0"></iframe> ```
1.0
Add shortcode for ABC's go.com - It should reverse this: ``` <iframe style="border: none;" src="http://abcnews.go.com/video/embed?id=24434432" width="100%" height="360" scrolling="no"></iframe> ``` And this: ``` <iframe width="644" height="362" src="http://oscar.go.com/embed/VDKA0_w1i7hvxe" frameborder="0">...
priority
add shortcode for abc s go com it should reverse this and this
1
89,049
3,789,200,749
IssuesEvent
2016-03-21 17:04:16
leeensminger/DelDOT-NPDES-Field-Tool
https://api.github.com/repos/leeensminger/DelDOT-NPDES-Field-Tool
opened
Creating Barrel Conveyance Step Numbers
bug - low priority
The window that displays when creating a new barrel conveyance has "Step 1" twice. It should be changed to Step 1, Step 2 then Step 3. ![image](https://cloud.githubusercontent.com/assets/16919958/13927037/4fc9862e-ef65-11e5-86fc-4bd3d3f3daea.png)
1.0
Creating Barrel Conveyance Step Numbers - The window that displays when creating a new barrel conveyance has "Step 1" twice. It should be changed to Step 1, Step 2 then Step 3. ![image](https://cloud.githubusercontent.com/assets/16919958/13927037/4fc9862e-ef65-11e5-86fc-4bd3d3f3daea.png)
priority
creating barrel conveyance step numbers the window that displays when creating a new barrel conveyance has step twice it should be changed to step step then step
1
598,799
18,255,713,427
IssuesEvent
2021-10-03 01:40:58
shimutan/udip_website
https://api.github.com/repos/shimutan/udip_website
closed
Navbar covers part of the page in mobile
Low priority
It's too thick on Mobile and covers carousels and content. Might have to go into bootstrap code to fix.
1.0
Navbar covers part of the page in mobile - It's too thick on Mobile and covers carousels and content. Might have to go into bootstrap code to fix.
priority
navbar covers part of the page in mobile it s too thick on mobile and covers carousels and content might have to go into bootstrap code to fix
1
655,123
21,677,782,424
IssuesEvent
2022-05-09 00:30:33
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
tracing: riscv: Missing invoking the sys_trace_isr_exit()
bug priority: low area: RISCV area: Tracing Stale
**Describe the bug** RISCV core doesn't invoke the sys_trace_isr_exit() for tracing system. **To Reproduce** Apply PR:41863 & ``` ./scripts/twister -T ./samples/subsys/tracing/ -p qemu_riscv32 ``` or ``` ./scripts/twister -T ./samples/subsys/tracing/ -p qemu_riscv64 ``` **Expected behavior** In the rep...
1.0
tracing: riscv: Missing invoking the sys_trace_isr_exit() - **Describe the bug** RISCV core doesn't invoke the sys_trace_isr_exit() for tracing system. **To Reproduce** Apply PR:41863 & ``` ./scripts/twister -T ./samples/subsys/tracing/ -p qemu_riscv32 ``` or ``` ./scripts/twister -T ./samples/subsys/tracin...
priority
tracing riscv missing invoking the sys trace isr exit describe the bug riscv core doesn t invoke the sys trace isr exit for tracing system to reproduce apply pr scripts twister t samples subsys tracing p qemu or scripts twister t samples subsys tracing p qemu...
1
689,370
23,618,147,384
IssuesEvent
2022-08-24 17:47:00
python/mypy
https://api.github.com/repos/python/mypy
closed
Redefining Literal class variable in subclass has 'Incompatible type'
bug priority-2-low false-positive topic-literal-types
### Are you reporting a bug, or opening a feature request? Bug ### Please insert below the code you are checking with mypy, or a mock-up repro if the source is private. We would appreciate if you try to simplify your case to a minimal repro. ```python from typing import Literal class A: foo : Literal[...
1.0
Redefining Literal class variable in subclass has 'Incompatible type' - ### Are you reporting a bug, or opening a feature request? Bug ### Please insert below the code you are checking with mypy, or a mock-up repro if the source is private. We would appreciate if you try to simplify your case to a minimal repro...
priority
redefining literal class variable in subclass has incompatible type are you reporting a bug or opening a feature request bug please insert below the code you are checking with mypy or a mock up repro if the source is private we would appreciate if you try to simplify your case to a minimal repro...
1
215,927
7,299,474,858
IssuesEvent
2018-02-26 20:14:40
ansible/awx
https://api.github.com/repos/ansible/awx
opened
Credential form disabled save button border is green
component:ui priority:low state:needs_devel
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME - UI ##### SUMMARY Border should be the same color as the background when disabled ##### STEPS TO REPRODUCE Go to add a credential but don't input any fields so that the save button is disabled due to missing fields. <img width="1296" alt="screen sh...
1.0
Credential form disabled save button border is green - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME - UI ##### SUMMARY Border should be the same color as the background when disabled ##### STEPS TO REPRODUCE Go to add a credential but don't input any fields so that the save button is disabled due...
priority
credential form disabled save button border is green issue type bug report component name ui summary border should be the same color as the background when disabled steps to reproduce go to add a credential but don t input any fields so that the save button is disabled due...
1
620,164
19,554,998,267
IssuesEvent
2022-01-03 08:02:23
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
closed
[engine] Incorrect HTTP GET request while using previewing proxy
bug priority: low
### Bug Report #### Crafter CMS Version 3.1.x #### Date of Build November 29, 2021 #### Describe the bug While using preview proxy to another web application, the HTTP GET request is incorrect if the path has special characters %5B, %5D #### To Reproduce Steps to reproduce the behavior: 1. Create a site ...
1.0
[engine] Incorrect HTTP GET request while using previewing proxy - ### Bug Report #### Crafter CMS Version 3.1.x #### Date of Build November 29, 2021 #### Describe the bug While using preview proxy to another web application, the HTTP GET request is incorrect if the path has special characters %5B, %5D ##...
priority
incorrect http get request while using previewing proxy bug report crafter cms version x date of build november describe the bug while using preview proxy to another web application the http get request is incorrect if the path has special characters to reprodu...
1
742,642
25,864,411,177
IssuesEvent
2022-12-13 19:33:03
LLK/scratch-vm
https://api.github.com/repos/LLK/scratch-vm
closed
Error Saving Project With `\b`
priority 4 Low Impact High Severity
### Expected Behavior All projects should be able to save. ### Actual Behavior If a project has `\b` as an input or value stored in a variable, the project won't save, a downloaded copy will fail to load, and an error will show in the console when attempting either of these. ### Steps to Reproduce Create...
1.0
Error Saving Project With `\b` - ### Expected Behavior All projects should be able to save. ### Actual Behavior If a project has `\b` as an input or value stored in a variable, the project won't save, a downloaded copy will fail to load, and an error will show in the console when attempting either of these. ...
priority
error saving project with b expected behavior all projects should be able to save actual behavior if a project has b as an input or value stored in a variable the project won t save a downloaded copy will fail to load and an error will show in the console when attempting either of these ...
1
128,417
5,064,874,134
IssuesEvent
2016-12-23 09:17:57
salesagility/SuiteCRM
https://api.github.com/repos/salesagility/SuiteCRM
closed
SuiteP dashlets issues with icons + broken icons in dashlets after uprade from 7.6.x versions
bug Fix Proposed Low Priority
<!--- Provide a general summary of the issue in the **Title** above --> <!--- Before you open an issue, please check if a similar issue already exists or has been closed before. ---> #### Issue <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> - The texts for Webs...
1.0
SuiteP dashlets issues with icons + broken icons in dashlets after uprade from 7.6.x versions - <!--- Provide a general summary of the issue in the **Title** above --> <!--- Before you open an issue, please check if a similar issue already exists or has been closed before. ---> #### Issue <!--- Provide a more detaile...
priority
suitep dashlets issues with icons broken icons in dashlets after uprade from x versions issue the texts for website news feed dashlet is missing in dashled window the icons are missing or are old in dahslet pop up window after upgrade broken icons of existing dashlets after upgrade ...
1
611,069
18,944,216,083
IssuesEvent
2021-11-18 08:22:39
kubesphere/console
https://api.github.com/repos/kubesphere/console
closed
The notification needs to be optimized on the notification Settings page
kind/bug kind/need-to-verify priority/low
**Describe the bug** The prompts need to be optimized ![image](https://user-images.githubusercontent.com/36271543/134451872-6c443a0c-e1bf-4de0-ad53-abae4fdde786.png) ![image](https://user-images.githubusercontent.com/36271543/134452089-173a3ebd-1953-4bf2-bcce-8b073dc7a95c.png) **Versions used(KubeSphere/Kuber...
1.0
The notification needs to be optimized on the notification Settings page - **Describe the bug** The prompts need to be optimized ![image](https://user-images.githubusercontent.com/36271543/134451872-6c443a0c-e1bf-4de0-ad53-abae4fdde786.png) ![image](https://user-images.githubusercontent.com/36271543/134452089-17...
priority
the notification needs to be optimized on the notification settings page describe the bug the prompts need to be optimized versions used kubesphere kubernetes kubesphere alpha kubernetes if kubesphere installer used you can skip this kind bug assign xuliwenwenwen prior...
1
747,606
26,093,324,816
IssuesEvent
2022-12-26 14:55:55
tracikkaynakplatform/KOS
https://api.github.com/repos/tracikkaynakplatform/KOS
opened
Shortcuts doesn't work on Mac OS
bug priority_low
The TextField components doesn't support copy or paste feature. Command+C and Command+V doesn't work.
1.0
Shortcuts doesn't work on Mac OS - The TextField components doesn't support copy or paste feature. Command+C and Command+V doesn't work.
priority
shortcuts doesn t work on mac os the textfield components doesn t support copy or paste feature command c and command v doesn t work
1
197,920
6,966,059,029
IssuesEvent
2017-12-09 14:23:16
FranklinDM/TGS
https://api.github.com/repos/FranklinDM/TGS
closed
Expose options for auto-opening the sidebar when dragging something above the switch
Category: Enhancement Component: Options/About Priority: Low Str: Changes
> I sometimes drag tabs from my main window to my second monitor and I do that by dragging to the left site - which is also where AiOS is placed. AiOS is then opened and the newly created window (by dragging the tab into empty space) will also have AiOS opened, so I have to close them both, which is really annoying. >...
1.0
Expose options for auto-opening the sidebar when dragging something above the switch - > I sometimes drag tabs from my main window to my second monitor and I do that by dragging to the left site - which is also where AiOS is placed. AiOS is then opened and the newly created window (by dragging the tab into empty space)...
priority
expose options for auto opening the sidebar when dragging something above the switch i sometimes drag tabs from my main window to my second monitor and i do that by dragging to the left site which is also where aios is placed aios is then opened and the newly created window by dragging the tab into empty space ...
1
185,256
6,720,410,032
IssuesEvent
2017-10-16 07:42:40
jkall/qgis-midvatten-plugin
https://api.github.com/repos/jkall/qgis-midvatten-plugin
opened
XYPlot fields in dialog sometimes differ from midvsettings
bug Priority-Low
I tried to make a XY-plot of head_cm against level_masl from w_levels-logger but got a python error about column bedrock not existing. y2 and y3-columns were empty. I solved it by setting y2 and y3 to a column and then setting them to blank again.
1.0
XYPlot fields in dialog sometimes differ from midvsettings - I tried to make a XY-plot of head_cm against level_masl from w_levels-logger but got a python error about column bedrock not existing. y2 and y3-columns were empty. I solved it by setting y2 and y3 to a column and then setting them to blank again.
priority
xyplot fields in dialog sometimes differ from midvsettings i tried to make a xy plot of head cm against level masl from w levels logger but got a python error about column bedrock not existing and columns were empty i solved it by setting and to a column and then setting them to blank again
1
607,340
18,780,351,882
IssuesEvent
2021-11-08 05:22:12
canonical-web-and-design/maas-ui
https://api.github.com/repos/canonical-web-and-design/maas-ui
closed
[feature] Additional commissioning script parameters
Priority: Low
Bug originally filed by angela-piotrowski at https://bugs.launchpad.net/bugs/1881916 Commissioning script parameters as described in the documentation are misleading. It seems the only parameter available today is storage. This request is to allow any parameter to be passed, this would not only include other metadat...
1.0
[feature] Additional commissioning script parameters - Bug originally filed by angela-piotrowski at https://bugs.launchpad.net/bugs/1881916 Commissioning script parameters as described in the documentation are misleading. It seems the only parameter available today is storage. This request is to allow any parameter ...
priority
additional commissioning script parameters bug originally filed by angela piotrowski at commissioning script parameters as described in the documentation are misleading it seems the only parameter available today is storage this request is to allow any parameter to be passed this would not only include othe...
1
292,039
8,952,509,481
IssuesEvent
2019-01-25 16:43:13
cebutris/MithraBayport
https://api.github.com/repos/cebutris/MithraBayport
closed
Sinta'Unathi and Yeosa'Unathi have the same sprite.
Priority: Low enhancement
<!-- If a specific field doesn't apply, remove it! Anything inside tags like these is a comment and will not be displayed in the final issue. Be careful not to write inside them! Joke or spammed issues can and will result in punishment. PUT YOUR ANSWERS ON THE BLANK LINES BELOW THE HEADERS (The lines wi...
1.0
Sinta'Unathi and Yeosa'Unathi have the same sprite. - <!-- If a specific field doesn't apply, remove it! Anything inside tags like these is a comment and will not be displayed in the final issue. Be careful not to write inside them! Joke or spammed issues can and will result in punishment. PUT YOUR ANSWERS...
priority
sinta unathi and yeosa unathi have the same sprite if a specific field doesn t apply remove it anything inside tags like these is a comment and will not be displayed in the final issue be careful not to write inside them joke or spammed issues can and will result in punishment put your answers...
1
384,683
11,396,679,012
IssuesEvent
2020-01-30 14:00:32
theintern/intern
https://api.github.com/repos/theintern/intern
closed
switchToParentFrame errors in IE 11 (but not 10)
bug effort-low priority-medium repo-leadfoot
## Expected behavior `switchToParentFrame` should work consistently across browsers ## Current behavior "Command not found" when `POST /session/{{session_id}}/frame/parent` ``` 2020-1-28 19:20:19:792 REQUEST [2020-1-28 19:20:19:792] POST /session/24f3560ccc2496d466c29fff3f40410628bd04ed/frame/parent {} 2...
1.0
switchToParentFrame errors in IE 11 (but not 10) - ## Expected behavior `switchToParentFrame` should work consistently across browsers ## Current behavior "Command not found" when `POST /session/{{session_id}}/frame/parent` ``` 2020-1-28 19:20:19:792 REQUEST [2020-1-28 19:20:19:792] POST /session/24f3560c...
priority
switchtoparentframe errors in ie but not expected behavior switchtoparentframe should work consistently across browsers current behavior command not found when post session session id frame parent request post session frame parent response ...
1
649,881
21,329,320,099
IssuesEvent
2022-04-18 05:53:57
kubesphere/console
https://api.github.com/repos/kubesphere/console
closed
PVC regulator threshold input needs to add validation
kind/bug kind/need-to-verify priority/low
**Describe the bug** 1、Threshold cannot be greater than 100% ![image](https://user-images.githubusercontent.com/88183150/163328017-1462ffef-de38-4c23-bdbb-7da4100f2ae3.png) **Versions used(KubeSphere/Kubernetes)** KubeSphere: v3.3.0-alpha.0 /kind bug /priority low
1.0
PVC regulator threshold input needs to add validation - **Describe the bug** 1、Threshold cannot be greater than 100% ![image](https://user-images.githubusercontent.com/88183150/163328017-1462ffef-de38-4c23-bdbb-7da4100f2ae3.png) **Versions used(KubeSphere/Kubernetes)** KubeSphere: v3.3.0-alpha.0 /kind bug /pr...
priority
pvc regulator threshold input needs to add validation describe the bug 、threshold cannot be greater than versions used kubesphere kubernetes kubesphere alpha kind bug priority low
1
783,944
27,552,147,663
IssuesEvent
2023-03-07 15:35:12
chairemobilite/transition
https://api.github.com/repos/chairemobilite/transition
opened
jobs: Allow to see progress of jobs after a disconnection
enhancement priority low
Right now, when the job is triggered, the UI sees the progress of the jobs because the socket is connected to the progress of the job. But if the user disconnects from the server, or the server gets restarted, when a new socket is connected to the server, the progress cannot be followed by the user anymore. There sh...
1.0
jobs: Allow to see progress of jobs after a disconnection - Right now, when the job is triggered, the UI sees the progress of the jobs because the socket is connected to the progress of the job. But if the user disconnects from the server, or the server gets restarted, when a new socket is connected to the server, the ...
priority
jobs allow to see progress of jobs after a disconnection right now when the job is triggered the ui sees the progress of the jobs because the socket is connected to the progress of the job but if the user disconnects from the server or the server gets restarted when a new socket is connected to the server the ...
1
768,301
26,960,827,663
IssuesEvent
2023-02-08 18:03:06
gamefreedomgit/Maelstrom
https://api.github.com/repos/gamefreedomgit/Maelstrom
closed
High Priest Sekhemet is dropping less money than it should
NPC Priority: Low Status: Confirmed
[//]: # (REMBEMBER! Add links to things related to the bug using for example:) [//]: # (http://wowhead.com/) [//]: # (cata-twinhead.twinstar.cz) **Description:** High Priest Sekhemet is dropping around 20-27 cooper per kill he should drop 28 silver according to the database ![image](https://user-images.githubu...
1.0
High Priest Sekhemet is dropping less money than it should - [//]: # (REMBEMBER! Add links to things related to the bug using for example:) [//]: # (http://wowhead.com/) [//]: # (cata-twinhead.twinstar.cz) **Description:** High Priest Sekhemet is dropping around 20-27 cooper per kill he should drop 28 silver a...
priority
high priest sekhemet is dropping less money than it should rembember add links to things related to the bug using for example cata twinhead twinstar cz description high priest sekhemet is dropping around cooper per kill he should drop silver according to the database ...
1
29,984
2,718,770,722
IssuesEvent
2015-04-12 17:11:27
cs2103jan2015-t10-2j/main
https://api.github.com/repos/cs2103jan2015-t10-2j/main
closed
view my tasks sorted according to priority
priority.low type.epic type.story
so that the user can have a clear view on my next to-do task easily
1.0
view my tasks sorted according to priority - so that the user can have a clear view on my next to-do task easily
priority
view my tasks sorted according to priority so that the user can have a clear view on my next to do task easily
1
488,691
14,085,171,984
IssuesEvent
2020-11-05 00:17:49
StatCan/daaas
https://api.github.com/repos/StatCan/daaas
closed
[Epic] Self-serve Minio object storage
area/engineering component/kubeflow component/storage priority/soon size/L
Get every kubeflow namespace a small self-serve bucket. > We have the namespaces per-user for Kubeflow, I think what would be great is if we could give them access to a bucket with that name, which is accessible outside the cluster ideally, but behind auth > I really like this https://www.arrikto.com/kubeflow/ >...
1.0
[Epic] Self-serve Minio object storage - Get every kubeflow namespace a small self-serve bucket. > We have the namespaces per-user for Kubeflow, I think what would be great is if we could give them access to a bucket with that name, which is accessible outside the cluster ideally, but behind auth > I really like ...
priority
self serve minio object storage get every kubeflow namespace a small self serve bucket we have the namespaces per user for kubeflow i think what would be great is if we could give them access to a bucket with that name which is accessible outside the cluster ideally but behind auth i really like this ...
1
339,443
10,254,531,166
IssuesEvent
2019-08-21 13:44:37
oVirt/ovirt-web-ui
https://api.github.com/repos/oVirt/ovirt-web-ui
closed
Disabled delete button on disks is not gray enough
Flag: Needs QE Flag: Needs UI review Priority: Low Scope: 1 Severity: Low Type: Bug
Description of problem [include screenshots and browser console logs]: Disabled delete button on disks is not gray as in snapshots (on running VM). So the difference is bad visible. VM Portal version number: master oVirt version number: ovirt-engine-4.3.1.2-0.0.master.20190222171227.gita00fd1d.el7.noarch Browse...
1.0
Disabled delete button on disks is not gray enough - Description of problem [include screenshots and browser console logs]: Disabled delete button on disks is not gray as in snapshots (on running VM). So the difference is bad visible. VM Portal version number: master oVirt version number: ovirt-engine-4.3.1.2-0....
priority
disabled delete button on disks is not gray enough description of problem disabled delete button on disks is not gray as in snapshots on running vm so the difference is bad visible vm portal version number master ovirt version number ovirt engine master noarch browser and version f...
1
117,497
4,716,810,814
IssuesEvent
2016-10-16 08:36:35
CS2103AUG2016-F11-C1/main
https://api.github.com/repos/CS2103AUG2016-F11-C1/main
closed
Modify config command to allow user to change theme
priority.low type.story
We should preset a few color theme for user to change if they like under config command. When user enter `config`, some e.g. of how config can be used (change name and database) and a few theme should be listed out. For e.g user should enter `config` or `config theme 1` (if they already know the command)
1.0
Modify config command to allow user to change theme - We should preset a few color theme for user to change if they like under config command. When user enter `config`, some e.g. of how config can be used (change name and database) and a few theme should be listed out. For e.g user should enter `config` or `co...
priority
modify config command to allow user to change theme we should preset a few color theme for user to change if they like under config command when user enter config some e g of how config can be used change name and database and a few theme should be listed out for e g user should enter config or co...
1
137,900
5,319,088,596
IssuesEvent
2017-02-14 05:10:50
brain-lang/brain
https://api.github.com/repos/brain-lang/brain
opened
Package Manager and Build Tool
Priority: Low Status: Available (not started) Type: Feature/Enhancement
Something similar to the awesome [Cargo][https://crates.io/] Ideas: - [ ] The brain package manager is called "nerve" - [ ] Nerve.toml for configuration (same as Cargo.toml)
1.0
Package Manager and Build Tool - Something similar to the awesome [Cargo][https://crates.io/] Ideas: - [ ] The brain package manager is called "nerve" - [ ] Nerve.toml for configuration (same as Cargo.toml)
priority
package manager and build tool something similar to the awesome ideas the brain package manager is called nerve nerve toml for configuration same as cargo toml
1
302,834
9,299,506,361
IssuesEvent
2019-03-23 04:03:17
lawlbit/Wizards_Pub_Crawl
https://api.github.com/repos/lawlbit/Wizards_Pub_Crawl
closed
2 players on local machine joined and pre-phase show # of player: 2, but the game shows waiting for players forever.
P3: Low Priority
After it happened, I haven't been able to reproduce the error. So it could be a small glitch happen for 2 instances running on local machine.
1.0
2 players on local machine joined and pre-phase show # of player: 2, but the game shows waiting for players forever. - After it happened, I haven't been able to reproduce the error. So it could be a small glitch happen for 2 instances running on local machine.
priority
players on local machine joined and pre phase show of player but the game shows waiting for players forever after it happened i haven t been able to reproduce the error so it could be a small glitch happen for instances running on local machine
1
299,902
9,205,956,120
IssuesEvent
2019-03-08 12:13:54
qissue-bot/QGIS
https://api.github.com/repos/qissue-bot/QGIS
closed
graticule creator: don't assume 0 interval avoid avoid a freeze
Category: C++ Plugins Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report
--- Author Name: **Maciej Sieczka -** (Maciej Sieczka -) Original Redmine Issue: 1257, https://issues.qgis.org/issues/1257 Original Assignee: nobody - --- If one fails to specify the interval, the plugin assumes 0 it seems and tries to do it's job, which takes ages and technically freezes QGIS. Please grey-out th...
1.0
graticule creator: don't assume 0 interval avoid avoid a freeze - --- Author Name: **Maciej Sieczka -** (Maciej Sieczka -) Original Redmine Issue: 1257, https://issues.qgis.org/issues/1257 Original Assignee: nobody - --- If one fails to specify the interval, the plugin assumes 0 it seems and tries to do it's job, ...
priority
graticule creator don t assume interval avoid avoid a freeze author name maciej sieczka maciej sieczka original redmine issue original assignee nobody if one fails to specify the interval the plugin assumes it seems and tries to do it s job which takes ages and technically free...
1
792,302
27,954,221,878
IssuesEvent
2023-03-24 11:07:19
Leek727/ChessSchedule
https://api.github.com/repos/Leek727/ChessSchedule
opened
Add/Remove Player
enhancement low priority
The moderator should be able to add or remove a player once the tournament has started, but NOT after the first round has been played. This would allow the direct addition of a new player who may have missed sign-up or not been signed up due to some other error. The removal of a player would allow the moderator to r...
1.0
Add/Remove Player - The moderator should be able to add or remove a player once the tournament has started, but NOT after the first round has been played. This would allow the direct addition of a new player who may have missed sign-up or not been signed up due to some other error. The removal of a player would allo...
priority
add remove player the moderator should be able to add or remove a player once the tournament has started but not after the first round has been played this would allow the direct addition of a new player who may have missed sign up or not been signed up due to some other error the removal of a player would allo...
1
305,719
9,375,982,513
IssuesEvent
2019-04-04 06:34:13
lutris/lutris
https://api.github.com/repos/lutris/lutris
closed
debian: lintian: package-section-games-but-contains-no-game
low priority need help todo
https://lintian.debian.org/tags/package-section-games-but-contains-no-game.html > This package is marked as part of the section games, but doesn't contain files in /usr/games. Binaries of games must be installed in /usr/games.
1.0
debian: lintian: package-section-games-but-contains-no-game - https://lintian.debian.org/tags/package-section-games-but-contains-no-game.html > This package is marked as part of the section games, but doesn't contain files in /usr/games. Binaries of games must be installed in /usr/games.
priority
debian lintian package section games but contains no game this package is marked as part of the section games but doesn t contain files in usr games binaries of games must be installed in usr games
1
816,513
30,601,645,304
IssuesEvent
2023-07-22 13:07:27
susanssky/careless-whisper
https://api.github.com/repos/susanssky/careless-whisper
closed
show top 3 viewed, liked, most recently added on Home page
priority: low
#71 Using statistics and votes collected for Transcripts, show most viewed and most liked transcripts. What will be displayed: - Welcome message - A box showing the top 3 most viewed transcripts - A box showing the top 3 most liked transcripts - A box showing the most recently added transcripts - <del>A box s...
1.0
show top 3 viewed, liked, most recently added on Home page - #71 Using statistics and votes collected for Transcripts, show most viewed and most liked transcripts. What will be displayed: - Welcome message - A box showing the top 3 most viewed transcripts - A box showing the top 3 most liked transcripts - A bo...
priority
show top viewed liked most recently added on home page using statistics and votes collected for transcripts show most viewed and most liked transcripts what will be displayed welcome message a box showing the top most viewed transcripts a box showing the top most liked transcripts a box...
1
391,905
11,580,134,321
IssuesEvent
2020-02-21 19:28:32
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
Bluetooth: GATT CCC problem (GATT Server)
area: Bluetooth bug has-pr priority: low
**Describe the bug** The GATT CCCs are not properly connected with Bluetooth local identities on GATT Server. This may cause problems when using multiple Bluetooth local identities. **To Reproduce** Reproduced with `nrf_desktop` application (from NordicPlayground/fw-nrfconnect-nrf): 1. Use Bluetooth Peripheral ...
1.0
Bluetooth: GATT CCC problem (GATT Server) - **Describe the bug** The GATT CCCs are not properly connected with Bluetooth local identities on GATT Server. This may cause problems when using multiple Bluetooth local identities. **To Reproduce** Reproduced with `nrf_desktop` application (from NordicPlayground/fw-nrfc...
priority
bluetooth gatt ccc problem gatt server describe the bug the gatt cccs are not properly connected with bluetooth local identities on gatt server this may cause problems when using multiple bluetooth local identities to reproduce reproduced with nrf desktop application from nordicplayground fw nrfc...
1
527,215
15,326,233,578
IssuesEvent
2021-02-26 03:07:01
co-cart/co-cart
https://api.github.com/repos/co-cart/co-cart
closed
Either prevent the header `X-CoCart-API` been set if accessing a specific cart in session or return correct.
enhancement priority:low
**Is this enhancement related to a problem? Please describe.** Because we are only accessing a cart in session to return it's data, we are not setting the cart key in session or via cookie. So when reading the headers returned using the route to access a specific cart, the cart key does not match. > This route is o...
1.0
Either prevent the header `X-CoCart-API` been set if accessing a specific cart in session or return correct. - **Is this enhancement related to a problem? Please describe.** Because we are only accessing a cart in session to return it's data, we are not setting the cart key in session or via cookie. So when reading th...
priority
either prevent the header x cocart api been set if accessing a specific cart in session or return correct is this enhancement related to a problem please describe because we are only accessing a cart in session to return it s data we are not setting the cart key in session or via cookie so when reading th...
1
407,898
11,938,981,412
IssuesEvent
2020-04-02 14:34:12
BayviewComputerClub/smoothie-web
https://api.github.com/repos/BayviewComputerClub/smoothie-web
opened
Rewrite in kotlin
low priority
Rewrite in kotlin to reduce the code size, as some of the classes currently look disastrous Spring integration: https://spring.io/blog/2019/04/12/going-reactive-with-spring-coroutines-and-kotlin-flow
1.0
Rewrite in kotlin - Rewrite in kotlin to reduce the code size, as some of the classes currently look disastrous Spring integration: https://spring.io/blog/2019/04/12/going-reactive-with-spring-coroutines-and-kotlin-flow
priority
rewrite in kotlin rewrite in kotlin to reduce the code size as some of the classes currently look disastrous spring integration
1
300,007
9,206,056,150
IssuesEvent
2019-03-08 12:34:29
qissue-bot/QGIS
https://api.github.com/repos/qissue-bot/QGIS
closed
[PATCH] Build overview for Jpeg-in-TIFF file only if GDAL uses libtiff >= 4.0
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: **Paolo Cavallini** (Paolo Cavallini) Original Redmine Issue: 1357, https://issues.qgis.org/issues/1357 Original Assignee: ersts - --- Pyramids cause tiff files to become reddish, and the lower right quadrant is not completed --- - [Pyramid.jpg](https://issues.qgis.org/attachments/download/2161/...
1.0
[PATCH] Build overview for Jpeg-in-TIFF file only if GDAL uses libtiff >= 4.0 - --- Author Name: **Paolo Cavallini** (Paolo Cavallini) Original Redmine Issue: 1357, https://issues.qgis.org/issues/1357 Original Assignee: ersts - --- Pyramids cause tiff files to become reddish, and the lower right quadrant is not co...
priority
build overview for jpeg in tiff file only if gdal uses libtiff author name paolo cavallini paolo cavallini original redmine issue original assignee ersts pyramids cause tiff files to become reddish and the lower right quadrant is not completed paolo cavallini ...
1
237,182
7,757,123,059
IssuesEvent
2018-05-31 15:27:09
abstools/abstools
https://api.github.com/repos/abstools/abstools
closed
Branded Eclipse plugin
Category: Eclipse plugin Priority: Low feature
--- Author Name: **Volker Stolz** (Volker Stolz) Original Redmine Issue: 181, https://envisage.ifi.uio.no:8080/redmine/issues/181 Original Date: 2015-06-09 --- After installing the ABS plugin, Eclipse should either open directly in the ABS-perspective, or add ABS to the workspace splash selector. I think there is e...
1.0
Branded Eclipse plugin - --- Author Name: **Volker Stolz** (Volker Stolz) Original Redmine Issue: 181, https://envisage.ifi.uio.no:8080/redmine/issues/181 Original Date: 2015-06-09 --- After installing the ABS plugin, Eclipse should either open directly in the ABS-perspective, or add ABS to the workspace splash sele...
priority
branded eclipse plugin author name volker stolz volker stolz original redmine issue original date after installing the abs plugin eclipse should either open directly in the abs perspective or add abs to the workspace splash selector i think there is either a way to brand a feature ...
1
823,644
31,028,009,253
IssuesEvent
2023-08-10 10:27:02
AdguardTeam/CoreLibs
https://api.github.com/repos/AdguardTeam/CoreLibs
closed
[Feature requests] MAC address spoofing in stealth mode
feature request stealth mode Resolution: Won't Do Status: Resolved Low Priority: P3
@Eugene-Savenko commented on [Tue Aug 09 2016](https://github.com/AdguardTeam/AdguardForWindows/issues/1221) I've been enjoying stealth mode's various features to prevent tracking, and at the same time using a following software to spoof MAC address : https://technitium.com/tmac/ I am wondering if this feature can be ...
1.0
[Feature requests] MAC address spoofing in stealth mode - @Eugene-Savenko commented on [Tue Aug 09 2016](https://github.com/AdguardTeam/AdguardForWindows/issues/1221) I've been enjoying stealth mode's various features to prevent tracking, and at the same time using a following software to spoof MAC address : https://t...
priority
mac address spoofing in stealth mode eugene savenko commented on i ve been enjoying stealth mode s various features to prevent tracking and at the same time using a following software to spoof mac address i am wondering if this feature can be integrated to adguard mac address can be used by isp for trac...
1
220,715
7,370,200,167
IssuesEvent
2018-03-13 07:24:55
EdenSG/roleypoly
https://api.github.com/repos/EdenSG/roleypoly
opened
Incorrect heading is used (starts with h3 instead of h1)
Easy to take on Low priority accessibility enhancement quick fix
The first heading on a webpage should be an `h1`, yet it is an `h3` in this case.
1.0
Incorrect heading is used (starts with h3 instead of h1) - The first heading on a webpage should be an `h1`, yet it is an `h3` in this case.
priority
incorrect heading is used starts with instead of the first heading on a webpage should be an yet it is an in this case
1
530,931
15,438,276,530
IssuesEvent
2021-03-07 19:46:51
StackExchange/dnscontrol
https://api.github.com/repos/StackExchange/dnscontrol
closed
Don't import protobuf twice
Priority: p4 - Lowest Type: Maintenance
During a build, we see these two lines being output: ``` go: downloading github.com/golang/protobuf v1.4.3 go: downloading google.golang.org/protobuf v1.25.0 ``` Is this something we can improve? It seems to be indirectly included: ``` $ grep protobuf go.mod github.com/golang/protobuf v1.4.3 // indi...
1.0
Don't import protobuf twice - During a build, we see these two lines being output: ``` go: downloading github.com/golang/protobuf v1.4.3 go: downloading google.golang.org/protobuf v1.25.0 ``` Is this something we can improve? It seems to be indirectly included: ``` $ grep protobuf go.mod github.com/...
priority
don t import protobuf twice during a build we see these two lines being output go downloading github com golang protobuf go downloading google golang org protobuf is this something we can improve it seems to be indirectly included grep protobuf go mod github com gol...
1
617,926
19,410,413,669
IssuesEvent
2021-12-20 08:58:03
ntop/ntopng
https://api.github.com/repos/ntop/ntopng
closed
Protocol not properly selected
low-priority bug waiting for review clickhouse
From ![Screen Shot 2021-12-09 at 14 01 14](https://user-images.githubusercontent.com/4493366/145401253-f545d0ec-5563-4949-8293-e1febcd697f5.png) then clicking on TCP we get ![Screen Shot 2021-12-09 at 14 01 20](https://user-images.githubusercontent.com/4493366/145401279-386aa761-c7dc-4dcc-abc4-b11fd20c9d15.png) w...
1.0
Protocol not properly selected - From ![Screen Shot 2021-12-09 at 14 01 14](https://user-images.githubusercontent.com/4493366/145401253-f545d0ec-5563-4949-8293-e1febcd697f5.png) then clicking on TCP we get ![Screen Shot 2021-12-09 at 14 01 20](https://user-images.githubusercontent.com/4493366/145401279-386aa761-c7dc...
priority
protocol not properly selected from then clicking on tcp we get where the select does not point to tcp
1
510,772
14,816,062,714
IssuesEvent
2021-01-14 08:27:11
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
[0.9.2 staging-1898] "Create account" string must be a different color from the last account in Bank
Category: UI Priority: Low
Step to reproduce: - place bank and open it. If you have only 1 pesronal account this's right (I guess it's wrong too, but looks the right because first string is selected): ![image](https://user-images.githubusercontent.com/45708377/104563664-fc028100-565a-11eb-8484-c18cc765b67f.png) - but if you add second bank ac...
1.0
[0.9.2 staging-1898] "Create account" string must be a different color from the last account in Bank - Step to reproduce: - place bank and open it. If you have only 1 pesronal account this's right (I guess it's wrong too, but looks the right because first string is selected): ![image](https://user-images.githubuserco...
priority
create account string must be a different color from the last account in bank step to reproduce place bank and open it if you have only pesronal account this s right i guess it s wrong too but looks the right because first string is selected but if you add second bank account colors of last ac...
1
605,894
18,751,300,274
IssuesEvent
2021-11-05 02:32:50
gravityview/GravityView
https://api.github.com/repos/gravityview/GravityView
closed
Rendering the shortcode should enqueue scripts and styles
Difficulty: Low Priority: High Core: Renderer
In addition to parsing the $post/request, we should also have a fail-safe backup: when the shortcode is rendered, enqueue the scripts and styles. This logic should likely be moved from `class-frontend-views.php` to `class-gv-render-view.php`. ---- **To Reproduce** Steps to reproduce the behavior: 1. Create a HTML fie...
1.0
Rendering the shortcode should enqueue scripts and styles - In addition to parsing the $post/request, we should also have a fail-safe backup: when the shortcode is rendered, enqueue the scripts and styles. This logic should likely be moved from `class-frontend-views.php` to `class-gv-render-view.php`. ---- **To Repro...
priority
rendering the shortcode should enqueue scripts and styles in addition to parsing the post request we should also have a fail safe backup when the shortcode is rendered enqueue the scripts and styles this logic should likely be moved from class frontend views php to class gv render view php to repro...
1
205,277
7,096,574,911
IssuesEvent
2018-01-14 09:15:47
Seizure/ImgurTaggingBot
https://api.github.com/repos/Seizure/ImgurTaggingBot
closed
Configurable Imgur Command Prefix
Low Priority
Currently, all Imgur Comment commands must begin with "@Tagaroo" (or similar). It may be desirable for this prefix to be configurable, settable by an administrator in the Settings.xml file. The Documentation should also be updated to reflect such a change. It will likely be implemented as a Static Setting; one that c...
1.0
Configurable Imgur Command Prefix - Currently, all Imgur Comment commands must begin with "@Tagaroo" (or similar). It may be desirable for this prefix to be configurable, settable by an administrator in the Settings.xml file. The Documentation should also be updated to reflect such a change. It will likely be impleme...
priority
configurable imgur command prefix currently all imgur comment commands must begin with tagaroo or similar it may be desirable for this prefix to be configurable settable by an administrator in the settings xml file the documentation should also be updated to reflect such a change it will likely be impleme...
1
267,102
8,379,158,889
IssuesEvent
2018-10-06 21:49:58
jroal/a2dpvolume
https://api.github.com/repos/jroal/a2dpvolume
closed
autoplay on connect
Priority-Low Type-Enhancement auto-migrated
``` Is it possible the introduction of the function of auto play music after connecting with Bluetooth? For example, after connecting not just enable Google Play Music, and more and just play. In the same app it works: https://play.google.com/store/apps/details?id=com.cp2.start.and.play.music.playe r ``` Original i...
1.0
autoplay on connect - ``` Is it possible the introduction of the function of auto play music after connecting with Bluetooth? For example, after connecting not just enable Google Play Music, and more and just play. In the same app it works: https://play.google.com/store/apps/details?id=com.cp2.start.and.play.music.p...
priority
autoplay on connect is it possible the introduction of the function of auto play music after connecting with bluetooth for example after connecting not just enable google play music and more and just play in the same app it works r original issue reported on code google com by nicel gmail com ...
1
806,885
29,925,136,100
IssuesEvent
2023-06-22 04:28:07
SymbaX/symbax
https://api.github.com/repos/SymbaX/symbax
opened
[Feature]: プライバシーポリシー・利用規約・ライセンス表示を作成する
🌱easy ⏳low_priority
### 目的 実際にリリースする訳でもないし、最悪無くても。。 ### タスクリスト - [ ] 実際に文章を作成する - [ ] 各ページからのリンクを貼る ### 参考 _No response_ ### 留意事項 _No response_ ### 検討事項 _No response_
1.0
[Feature]: プライバシーポリシー・利用規約・ライセンス表示を作成する - ### 目的 実際にリリースする訳でもないし、最悪無くても。。 ### タスクリスト - [ ] 実際に文章を作成する - [ ] 各ページからのリンクを貼る ### 参考 _No response_ ### 留意事項 _No response_ ### 検討事項 _No response_
priority
プライバシーポリシー・利用規約・ライセンス表示を作成する 目的 実際にリリースする訳でもないし、最悪無くても。。 タスクリスト 実際に文章を作成する 各ページからのリンクを貼る 参考 no response 留意事項 no response 検討事項 no response
1
323,216
9,851,861,864
IssuesEvent
2019-06-19 11:29:22
kubeapps/kubeapps
https://api.github.com/repos/kubeapps/kubeapps
closed
Avoid importing the entire lodash library in components
good first issue help wanted kind/refactor priority/low
I found several imports in the code like the following one: ``` import * as _ from "lodash"; ``` [Lodash](https://lodash.com/) is a collection of utilities, but most of the time only a few of them are used. However, importing the entire library is causing webpack to include all the functions in the code. It inc...
1.0
Avoid importing the entire lodash library in components - I found several imports in the code like the following one: ``` import * as _ from "lodash"; ``` [Lodash](https://lodash.com/) is a collection of utilities, but most of the time only a few of them are used. However, importing the entire library is causin...
priority
avoid importing the entire lodash library in components i found several imports in the code like the following one import as from lodash is a collection of utilities but most of the time only a few of them are used however importing the entire library is causing webpack to include all t...
1
396,183
11,705,043,199
IssuesEvent
2020-03-07 13:32:09
HW-PlayersPatch/Development
https://api.github.com/repos/HW-PlayersPatch/Development
closed
HW1 Assault Frigs vs Moving Frigs
Priority3: Low Status5: Implemented Type5: Balance
Per Fear, HW1 Assault frigates have a hard time hitting moving frigates. This is due to having the 2nd lowest horizontal/vertical tracking speed in the game at 25/25. The goal is to fix assault frigates vs moving frigs, while retaining their current balance balance vs moving interceptors and corvs (test pulsars/m...
1.0
HW1 Assault Frigs vs Moving Frigs - Per Fear, HW1 Assault frigates have a hard time hitting moving frigates. This is due to having the 2nd lowest horizontal/vertical tracking speed in the game at 25/25. The goal is to fix assault frigates vs moving frigs, while retaining their current balance balance vs moving in...
priority
assault frigs vs moving frigs per fear assault frigates have a hard time hitting moving frigates this is due to having the lowest horizontal vertical tracking speed in the game at the goal is to fix assault frigates vs moving frigs while retaining their current balance balance vs moving intercepto...
1
400,533
11,776,636,472
IssuesEvent
2020-03-16 13:35:46
momentum-mod/game
https://api.github.com/repos/momentum-mod/game
closed
Universal PBR Shader
Priority: Low Size: Large Type: Feature
One that works for both brushes and models, would be very cool for something after 2.0
1.0
Universal PBR Shader - One that works for both brushes and models, would be very cool for something after 2.0
priority
universal pbr shader one that works for both brushes and models would be very cool for something after
1
363,353
10,741,073,796
IssuesEvent
2019-10-29 19:28:25
eriq-augustine/test-issue-copy
https://api.github.com/repos/eriq-augustine/test-issue-copy
opened
[CLOSED] Global Config
Difficulty - Easy Priority - Low Type - Refactor
<a href="https://github.com/eriq-augustine"><img src="https://avatars0.githubusercontent.com/u/337857?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [eriq-augustine](https://github.com/eriq-augustine)** _Thursday Nov 02, 2017 at 00:28 GMT_ _Originally opened as https://github.com/eriq-august...
1.0
[CLOSED] Global Config - <a href="https://github.com/eriq-augustine"><img src="https://avatars0.githubusercontent.com/u/337857?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [eriq-augustine](https://github.com/eriq-augustine)** _Thursday Nov 02, 2017 at 00:28 GMT_ _Originally opened as https...
priority
global config issue by thursday nov at gmt originally opened as we currently use config bundles that need to be passed around however this gets troublesome when we need to pass a configuration option down to a very low level class we can solve this by having a global configuratio...
1
320,988
9,791,946,728
IssuesEvent
2019-06-10 16:10:15
tiemonl/PitStopBot
https://api.github.com/repos/tiemonl/PitStopBot
closed
[Dependencies] Update ENS to not use Unirest
Priority: Low Status: In Progress Type: Maintenance
Unirest package gives off warnings as it was made .NET Framework and not .NET core. While it works, I still want to be able to use a dependency that does not give warnings on builds.
1.0
[Dependencies] Update ENS to not use Unirest - Unirest package gives off warnings as it was made .NET Framework and not .NET core. While it works, I still want to be able to use a dependency that does not give warnings on builds.
priority
update ens to not use unirest unirest package gives off warnings as it was made net framework and not net core while it works i still want to be able to use a dependency that does not give warnings on builds
1
367,377
10,852,893,492
IssuesEvent
2019-11-13 13:43:54
ooni/explorer
https://api.github.com/repos/ooni/explorer
closed
Add support for pulling content in from contentful
priority/low
We would like to make it possible for editor, such as @agrabeli, to edit the content pages of OONI Explorer from the contentful CMS. This ticket is about integrating contentful into OONI Explorer and making it possible to load the country page content from contentful. For how contentful integration with next.js s...
1.0
Add support for pulling content in from contentful - We would like to make it possible for editor, such as @agrabeli, to edit the content pages of OONI Explorer from the contentful CMS. This ticket is about integrating contentful into OONI Explorer and making it possible to load the country page content from content...
priority
add support for pulling content in from contentful we would like to make it possible for editor such as agrabeli to edit the content pages of ooni explorer from the contentful cms this ticket is about integrating contentful into ooni explorer and making it possible to load the country page content from content...
1
592,012
17,868,047,227
IssuesEvent
2021-09-06 12:00:51
terrarier2111/Leafish
https://api.github.com/repos/terrarier2111/Leafish
opened
Port 1.17 support from stevenarella to Leafish
enhancement low-priority easy
We can port https://github.com/iceiix/stevenarella/pull/605 in order to enable 1.17 protocol support
1.0
Port 1.17 support from stevenarella to Leafish - We can port https://github.com/iceiix/stevenarella/pull/605 in order to enable 1.17 protocol support
priority
port support from stevenarella to leafish we can port in order to enable protocol support
1
613,060
19,072,254,592
IssuesEvent
2021-11-27 04:56:52
nerdyjohnny/ovicommunity
https://api.github.com/repos/nerdyjohnny/ovicommunity
opened
Incorperate new rank
RP Server HCMC Server Low Priority Documentation
Add new [REDACTED] rank to discord and MC servers. Apply proper permissions. Update staff.rst
1.0
Incorperate new rank - Add new [REDACTED] rank to discord and MC servers. Apply proper permissions. Update staff.rst
priority
incorperate new rank add new rank to discord and mc servers apply proper permissions update staff rst
1
156,615
5,971,424,742
IssuesEvent
2017-05-31 02:28:11
Mikunj/Ookami
https://api.github.com/repos/Mikunj/Ookami
closed
All Titles should be shown in Media information.
Low Priority On Hold
At the moment, we only display English, Japanese and Romanized titles in media view controllers. MediaTitle object has a LanguageKey enum in it which is being used to get these titles. This should be scrapped in favour of automatically finding the locale string name. E.g en => "English", ja_jp => "Japanese". We...
1.0
All Titles should be shown in Media information. - At the moment, we only display English, Japanese and Romanized titles in media view controllers. MediaTitle object has a LanguageKey enum in it which is being used to get these titles. This should be scrapped in favour of automatically finding the locale string name...
priority
all titles should be shown in media information at the moment we only display english japanese and romanized titles in media view controllers mediatitle object has a languagekey enum in it which is being used to get these titles this should be scrapped in favour of automatically finding the locale string name...
1
689,020
23,604,113,662
IssuesEvent
2022-08-24 06:37:52
OctopusDeploy/Issues
https://api.github.com/repos/OctopusDeploy/Issues
closed
Runbook Scheduled Triggers Not Working Using Certain Combinations of Settings
kind/bug size/small feature/runbooks priority/low area/core state/backlog team/fire-and-motion backloggrooming/discussed
# Prerequisites - [X] I have verified the problem exists in the latest version - [X] I have searched [open](https://github.com/OctopusDeploy/Issues/issues) and [closed](https://github.com/OctopusDeploy/Issues/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed) issues to make sure it isn't already reported - [X] I have...
1.0
Runbook Scheduled Triggers Not Working Using Certain Combinations of Settings - # Prerequisites - [X] I have verified the problem exists in the latest version - [X] I have searched [open](https://github.com/OctopusDeploy/Issues/issues) and [closed](https://github.com/OctopusDeploy/Issues/issues?utf8=%E2%9C%93&q=is%...
priority
runbook scheduled triggers not working using certain combinations of settings prerequisites i have verified the problem exists in the latest version i have searched and issues to make sure it isn t already reported i have written a descriptive issue title i have linked the original sou...
1
504,396
14,617,713,030
IssuesEvent
2020-12-22 15:10:24
ihhub/fheroes2
https://api.github.com/repos/ihhub/fheroes2
closed
Hero screen, Morale and Luck info, wrong text displayed in info bar at the bottom of the screen when the mouse cursor is positioned over the Morale and Luck sprite and when the info windows are displayed
good first issue low priority ui
In fheroes2, the level of Morale and Luck is not indicated in the text ("Neutral", "Good", etc.). In one of the examples: "View Morale Info" Instead of: "View Neutral Morale Info" In original game: ![Morale info H2 01](https://user-images.githubusercontent.com/43583994/101981710-1e296d80-3c6f-11eb-855...
1.0
Hero screen, Morale and Luck info, wrong text displayed in info bar at the bottom of the screen when the mouse cursor is positioned over the Morale and Luck sprite and when the info windows are displayed - In fheroes2, the level of Morale and Luck is not indicated in the text ("Neutral", "Good", etc.). In one of the...
priority
hero screen morale and luck info wrong text displayed in info bar at the bottom of the screen when the mouse cursor is positioned over the morale and luck sprite and when the info windows are displayed in the level of morale and luck is not indicated in the text neutral good etc in one of the exampl...
1
779,844
27,368,642,203
IssuesEvent
2023-02-27 21:20:44
pdx-blurp/blurp-frontend
https://api.github.com/repos/pdx-blurp/blurp-frontend
opened
Map Page: UI Data sidebar needs border styling
bug low priority
Issue: If data sidebar height is greater than map toolbar, user can see undeveloped border UI issue. Right hand side of data sidebar has no existing border. To-Do: Add the same border styling all around the component.
1.0
Map Page: UI Data sidebar needs border styling - Issue: If data sidebar height is greater than map toolbar, user can see undeveloped border UI issue. Right hand side of data sidebar has no existing border. To-Do: Add the same border styling all around the component.
priority
map page ui data sidebar needs border styling issue if data sidebar height is greater than map toolbar user can see undeveloped border ui issue right hand side of data sidebar has no existing border to do add the same border styling all around the component
1
349,789
10,473,338,103
IssuesEvent
2019-09-23 12:24:35
JamieMason/astexplorer.app
https://api.github.com/repos/JamieMason/astexplorer.app
closed
Using Transform menu replaces your Transform
Priority: Low Type: Fix
#### Steps to Reproduce 1. Open App + (Default Transform is babelv7) 1. In the System Menu Bar: File > Import Transform 1. Your Transform is shown in the bottom-left panel 1. In the Web UI: Transform > ESLint v4 + (It doesn't matter which Transform as long as it's not the current one) 1. Your Transform i...
1.0
Using Transform menu replaces your Transform - #### Steps to Reproduce 1. Open App + (Default Transform is babelv7) 1. In the System Menu Bar: File > Import Transform 1. Your Transform is shown in the bottom-left panel 1. In the Web UI: Transform > ESLint v4 + (It doesn't matter which Transform as long as...
priority
using transform menu replaces your transform steps to reproduce open app default transform is in the system menu bar file import transform your transform is shown in the bottom left panel in the web ui transform eslint it doesn t matter which transform as long as it s n...
1
758,928
26,574,161,534
IssuesEvent
2023-01-21 15:35:10
SirEndii/AdvancedPeripherals
https://api.github.com/repos/SirEndii/AdvancedPeripherals
closed
creative mode idea / command block idea
enhancement Priority-Low
### Describe your idea You should be able to attach a command block on the back of a pocket computer if command block peripheral is turned on in the cc tweaked config ### Describe alternatives you've considered if you've any command block pocket computer 😳 ### Additional context _No response_ ### Linked Issues ...
1.0
creative mode idea / command block idea - ### Describe your idea You should be able to attach a command block on the back of a pocket computer if command block peripheral is turned on in the cc tweaked config ### Describe alternatives you've considered if you've any command block pocket computer 😳 ### Additional ...
priority
creative mode idea command block idea describe your idea you should be able to attach a command block on the back of a pocket computer if command block peripheral is turned on in the cc tweaked config describe alternatives you ve considered if you ve any command block pocket computer 😳 additional ...
1
224,080
7,466,416,327
IssuesEvent
2018-04-02 10:30:30
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
Typewriter linebreak behavior
Framework Priority Low [Component] Mobile [Component] Rich Text [Type] Enhancement [Type] Task
In order to make the best possible writing experience, it would be good for text editing and scrolling to work similarly to how a typewriter works. That is: - As you start typing in a blank editor, you type as usual. - Once you've written enough and the amount of text starts reaching the bottom of the screen, plus ...
1.0
Typewriter linebreak behavior - In order to make the best possible writing experience, it would be good for text editing and scrolling to work similarly to how a typewriter works. That is: - As you start typing in a blank editor, you type as usual. - Once you've written enough and the amount of text starts reaching...
priority
typewriter linebreak behavior in order to make the best possible writing experience it would be good for text editing and scrolling to work similarly to how a typewriter works that is as you start typing in a blank editor you type as usual once you ve written enough and the amount of text starts reaching...
1
527,953
15,357,124,507
IssuesEvent
2021-03-01 13:19:02
anfema/django-timepiece
https://api.github.com/repos/anfema/django-timepiece
opened
Add inline link to project-detail view from timesheet
Enhancement Priority: Low
after #1 in http://localhost:8000/user/{user_id}/timesheet/all-entries/ link the titles in the "Projects" column to the respective detail view
1.0
Add inline link to project-detail view from timesheet - after #1 in http://localhost:8000/user/{user_id}/timesheet/all-entries/ link the titles in the "Projects" column to the respective detail view
priority
add inline link to project detail view from timesheet after in link the titles in the projects column to the respective detail view
1
555,892
16,472,236,613
IssuesEvent
2021-05-23 16:44:13
tetherless-world/adapt
https://api.github.com/repos/tetherless-world/adapt
opened
Refactoring ADAPT API
Priority: Low enhancement good first issue python
Too much is being done by `adapt-api`'s python codebase, not enough by the actual SPARQL queries. See if it is possible to construct the restriction structures utilizing SPARQL alone, or just clean up [adapt-api/adapt_api/blueprints/restrictions/get_restrictions.py](https://github.com/tetherless-world/adapt/blob/1b9...
1.0
Refactoring ADAPT API - Too much is being done by `adapt-api`'s python codebase, not enough by the actual SPARQL queries. See if it is possible to construct the restriction structures utilizing SPARQL alone, or just clean up [adapt-api/adapt_api/blueprints/restrictions/get_restrictions.py](https://github.com/tetherl...
priority
refactoring adapt api too much is being done by adapt api s python codebase not enough by the actual sparql queries see if it is possible to construct the restriction structures utilizing sparql alone or just clean up because it s super messy
1
694,955
23,837,912,511
IssuesEvent
2022-09-06 07:50:44
Kong/gateway-operator
https://api.github.com/repos/Kong/gateway-operator
closed
Keep the deployment update with changes on other resources
area/feature good first issue size/small priority/low
### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem Statement #91 has introduced the trigger of reconciliation loops upon changes on the owned resources for controlplanes, dataplanes, and gateways: Whenever an owned resource is deleted, the owner object is reconciled, and t...
1.0
Keep the deployment update with changes on other resources - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Problem Statement #91 has introduced the trigger of reconciliation loops upon changes on the owned resources for controlplanes, dataplanes, and gateways: Whenever an own...
priority
keep the deployment update with changes on other resources is there an existing issue for this i have searched the existing issues problem statement has introduced the trigger of reconciliation loops upon changes on the owned resources for controlplanes dataplanes and gateways whenever an owned ...
1
666,544
22,359,275,885
IssuesEvent
2022-06-15 18:43:27
dani-garcia/vaultwarden
https://api.github.com/repos/dani-garcia/vaultwarden
closed
Lack of validation on name of the users
enhancement low priority
### Subject of the issue Lack of validation on name of the users ### Deployment environment * vaultwarden version: 1.24.0 * Install method: Docker (Base: Debian) * Clients used: web client * MySQL/MariaDB or PostgreSQL version: MySQL 8.0.23 RDS * Other relevant details: ### Steps to reproduce 1. Re...
1.0
Lack of validation on name of the users - ### Subject of the issue Lack of validation on name of the users ### Deployment environment * vaultwarden version: 1.24.0 * Install method: Docker (Base: Debian) * Clients used: web client * MySQL/MariaDB or PostgreSQL version: MySQL 8.0.23 RDS * Other relevant...
priority
lack of validation on name of the users subject of the issue lack of validation on name of the users deployment environment vaultwarden version install method docker base debian clients used web client mysql mariadb or postgresql version mysql rds other relevant d...
1
461,809
13,236,537,585
IssuesEvent
2020-08-18 19:59:19
danbooru/danbooru
https://api.github.com/repos/danbooru/danbooru
closed
Nijie issues
Low Priority
- [x] Don't crash on invalid urls (#3918). - [x] Don't crash on deleted works ([bad_nijie_id](https://danbooru.donmai.us/posts?tags=bad_nijie_id)). - [x] Get artist id from image url to support artist finder for deleted works. - [x] Rewrite all types of thumbails to full size. - [x] Support preview_urls. - [ ] Sup...
1.0
Nijie issues - - [x] Don't crash on invalid urls (#3918). - [x] Don't crash on deleted works ([bad_nijie_id](https://danbooru.donmai.us/posts?tags=bad_nijie_id)). - [x] Get artist id from image url to support artist finder for deleted works. - [x] Rewrite all types of thumbails to full size. - [x] Support preview_u...
priority
nijie issues don t crash on invalid urls don t crash on deleted works get artist id from image url to support artist finder for deleted works rewrite all types of thumbails to full size support preview urls support doujin uploads cache http requests with httpartycac...
1
387,930
11,472,112,605
IssuesEvent
2020-02-09 15:26:18
RetroAchievements/RAIntegration
https://api.github.com/repos/RetroAchievements/RAIntegration
closed
For Mem inspector highlight row and column of address selected
Memory Inspector QoL enhancement low priority minor
As a developer I'd like to be able to "read" the memory inspect as easily as possible, which is why I suggest adding color highlights to the row and column of the address selected. ![image](https://user-images.githubusercontent.com/32706333/52255768-13faf300-28d1-11e9-9b38-7ea801d801dc.png) This is a very minor i...
1.0
For Mem inspector highlight row and column of address selected - As a developer I'd like to be able to "read" the memory inspect as easily as possible, which is why I suggest adding color highlights to the row and column of the address selected. ![image](https://user-images.githubusercontent.com/32706333/52255768-13...
priority
for mem inspector highlight row and column of address selected as a developer i d like to be able to read the memory inspect as easily as possible which is why i suggest adding color highlights to the row and column of the address selected this is a very minor improvement not important but would be k...
1
305,444
9,369,478,100
IssuesEvent
2019-04-03 11:12:37
nativescript-vue/nativescript-vue
https://api.github.com/repos/nativescript-vue/nativescript-vue
closed
Re: Navigation and Frame
priority:low
I'm new to nativescript-vue. I created frame inside App.vue and set defaultpage <Frame defaultPage="components/home/home.vue"></Frame> but it showing blank screen. I created multiple screens now i want to merge them using navigate but its not working.
1.0
Re: Navigation and Frame - I'm new to nativescript-vue. I created frame inside App.vue and set defaultpage <Frame defaultPage="components/home/home.vue"></Frame> but it showing blank screen. I created multiple screens now i want to merge them using navigate but its not working.
priority
re navigation and frame i m new to nativescript vue i created frame inside app vue and set defaultpage but it showing blank screen i created multiple screens now i want to merge them using navigate but its not working
1
319,026
9,733,146,766
IssuesEvent
2019-05-31 08:56:03
subnero1/subnero1.github.io
https://api.github.com/repos/subnero1/subnero1.github.io
closed
Bigger logo
low-priority
## Current situation ![image](https://user-images.githubusercontent.com/413879/46061800-6b0df000-c19a-11e8-99a6-0ea196b63460.png) ## Suggested situation Might need to make the height of the main menu on the homepage slightly bigger. ![image](https://user-images.githubusercontent.com/413879/46061769-52053f...
1.0
Bigger logo - ## Current situation ![image](https://user-images.githubusercontent.com/413879/46061800-6b0df000-c19a-11e8-99a6-0ea196b63460.png) ## Suggested situation Might need to make the height of the main menu on the homepage slightly bigger. ![image](https://user-images.githubusercontent.com/413879/4...
priority
bigger logo current situation suggested situation might need to make the height of the main menu on the homepage slightly bigger
1
652,692
21,558,839,654
IssuesEvent
2022-04-30 22:04:23
asastats/channel
https://api.github.com/repos/asastats/channel
opened
Add glossary to documents
low priority task
Add explanations for (technical) terms used in all documents for easier understanding. We could probably create [a wiki page](https://github.com/asastats/channel/wiki) and link it at the end of those documents. https://discord.com/channels/906917846754418770/915342738201931836/948306867958988860 > I want to suggest...
1.0
Add glossary to documents - Add explanations for (technical) terms used in all documents for easier understanding. We could probably create [a wiki page](https://github.com/asastats/channel/wiki) and link it at the end of those documents. https://discord.com/channels/906917846754418770/915342738201931836/94830686795...
priority
add glossary to documents add explanations for technical terms used in all documents for easier understanding we could probably create and link it at the end of those documents i want to suggest if possibly we can have glossary explaining some technical terms at the end of each documents this will ...
1
34,763
2,787,339,528
IssuesEvent
2015-05-08 04:29:39
Esri/military-features-data
https://api.github.com/repos/Esri/military-features-data
opened
Create Readme for models in UpdateDomains.tbx
effort-small priority-low
_From @lfunkhouser on October 15, 2014 18:45_ _Copied from original issue: ArcGIS/military-features-pro-data_RETIRED_DONT_USE#77_
1.0
Create Readme for models in UpdateDomains.tbx - _From @lfunkhouser on October 15, 2014 18:45_ _Copied from original issue: ArcGIS/military-features-pro-data_RETIRED_DONT_USE#77_
priority
create readme for models in updatedomains tbx from lfunkhouser on october copied from original issue arcgis military features pro data retired dont use
1
768,244
26,959,074,457
IssuesEvent
2023-02-08 16:49:37
inverse-inc/packetfence
https://api.github.com/repos/inverse-inc/packetfence
opened
Avoid retries when establishing a remote tunnel in pfconnector.
Type: Feature / Enhancement Priority: Low
Remove the retry logic and let the OS pick the port for us. https://github.com/inverse-inc/packetfence/pull/7507/files/7517e1316a18a08414657262f2cdef140b4294a8#r1100407792
1.0
Avoid retries when establishing a remote tunnel in pfconnector. - Remove the retry logic and let the OS pick the port for us. https://github.com/inverse-inc/packetfence/pull/7507/files/7517e1316a18a08414657262f2cdef140b4294a8#r1100407792
priority
avoid retries when establishing a remote tunnel in pfconnector remove the retry logic and let the os pick the port for us
1
262,652
8,272,292,976
IssuesEvent
2018-09-16 18:36:25
cuappdev/tcat-ios
https://api.github.com/repos/cuappdev/tcat-ios
opened
Today Extension
Priority: Low Type: Feature
# Goal Create a Today Extension that provides meaningful information about a user's favorite stops. # Status ## Ready 1. Create a Today Extension within the Xcode project. 2. Use user groups (e.g. `"group.tcat"`) to access `UserDefaults` between main app and extension. 3. Create UITableView setup that wor...
1.0
Today Extension - # Goal Create a Today Extension that provides meaningful information about a user's favorite stops. # Status ## Ready 1. Create a Today Extension within the Xcode project. 2. Use user groups (e.g. `"group.tcat"`) to access `UserDefaults` between main app and extension. 3. Create UITableV...
priority
today extension goal create a today extension that provides meaningful information about a user s favorite stops status ready create a today extension within the xcode project use user groups e g group tcat to access userdefaults between main app and extension create uitablev...
1
604,959
18,722,043,458
IssuesEvent
2021-11-03 12:54:37
DigitalPiranesiStorage/Manifest-Generator
https://api.github.com/repos/DigitalPiranesiStorage/Manifest-Generator
closed
`Manifest`
IIIF-related priority: low Typescript class
# Properties - [x] Has a single context string - [x] Has an `ID` - [x] Has a type of `Manifest` - [x] Has a `Label` - [x] Has an `ItemList` # Methods - [x] `addLabel()` - [x] `getLabel()` - [x] `addItem()` - [ ] `getItemList()` - [x] `toJSONString()`
1.0
`Manifest` - # Properties - [x] Has a single context string - [x] Has an `ID` - [x] Has a type of `Manifest` - [x] Has a `Label` - [x] Has an `ItemList` # Methods - [x] `addLabel()` - [x] `getLabel()` - [x] `addItem()` - [ ] `getItemList()` - [x] `toJSONString()`
priority
manifest properties has a single context string has an id has a type of manifest has a label has an itemlist methods addlabel getlabel additem getitemlist tojsonstring
1
819,381
30,732,240,721
IssuesEvent
2023-07-28 03:22:21
sdatkinson/NeuralAmpModelerPlugin
https://api.github.com/repos/sdatkinson/NeuralAmpModelerPlugin
closed
[BUG]Problem in Logic pro x on ventura 13.0.1
bug priority:low
I installed the latest version of the plugin 0.7.4 correctly My OS is Ventura 13.0.1 Logic pro version 10.7.5 I loaded the plugin and clicked on "select model" and selected a model i downloaded from tonehunt.org but nothing loaded I loaded the plugin and clicked on "select ir" and selected a ir from a folder but no...
1.0
[BUG]Problem in Logic pro x on ventura 13.0.1 - I installed the latest version of the plugin 0.7.4 correctly My OS is Ventura 13.0.1 Logic pro version 10.7.5 I loaded the plugin and clicked on "select model" and selected a model i downloaded from tonehunt.org but nothing loaded I loaded the plugin and clicked on "s...
priority
problem in logic pro x on ventura i installed the latest version of the plugin correctly my os is ventura logic pro version i loaded the plugin and clicked on select model and selected a model i downloaded from tonehunt org but nothing loaded i loaded the plugin and clicked on select i...
1
543,994
15,888,408,256
IssuesEvent
2021-04-10 07:11:30
AY2021S2-CS2113-W10-3/tp
https://api.github.com/repos/AY2021S2-CS2113-W10-3/tp
closed
[PE-D] List Function Does Not Follow The Conventional Format
priority.High severity.VeryLow type.Bug
"list" function does not follow the format used in other functions, i.e. "list p/PROJECT_NAME". ![Screen Shot 2021-04-03 at 4.49.01 PM.png](https://raw.githubusercontent.com/baggiiiie/ped/main/files/8981bc40-a7a8-442e-a0c3-5aadbce40500.png) <!--session: 1617437683676-c79db70e-3b76-47c5-b72f-e5698e9ed087--> -------...
1.0
[PE-D] List Function Does Not Follow The Conventional Format - "list" function does not follow the format used in other functions, i.e. "list p/PROJECT_NAME". ![Screen Shot 2021-04-03 at 4.49.01 PM.png](https://raw.githubusercontent.com/baggiiiie/ped/main/files/8981bc40-a7a8-442e-a0c3-5aadbce40500.png) <!--session:...
priority
list function does not follow the conventional format list function does not follow the format used in other functions i e list p project name labels severity verylow type featureflaw original baggiiiie ped
1
174,771
6,542,938,084
IssuesEvent
2017-09-02 15:03:21
LinxGem33/Arc-Menu
https://api.github.com/repos/LinxGem33/Arc-Menu
closed
Preparations for GNOME 3.25/3.26 and Arc Menu v15
low priority shell version update
@LinxGem33 As of today [1], Ubuntu 17.10 is now using GNOME 3.25. So it's time to create a github issue to for the preparations for the GNOME 3.26 release on 13. September [2]. And yes, of course Arc-Menu (v14) works on the Ubuntu 17.10 development branch! I mean we are professionals, aren't we? Here is the proof:...
1.0
Preparations for GNOME 3.25/3.26 and Arc Menu v15 - @LinxGem33 As of today [1], Ubuntu 17.10 is now using GNOME 3.25. So it's time to create a github issue to for the preparations for the GNOME 3.26 release on 13. September [2]. And yes, of course Arc-Menu (v14) works on the Ubuntu 17.10 development branch! I mean...
priority
preparations for gnome and arc menu as of today ubuntu is now using gnome so it s time to create a github issue to for the preparations for the gnome release on september and yes of course arc menu works on the ubuntu development branch i mean we are professionals ar...
1
815,530
30,560,132,059
IssuesEvent
2023-07-20 14:08:26
ArizonaGreenTea05/FinancialOverview
https://api.github.com/repos/ArizonaGreenTea05/FinancialOverview
closed
MauiMoneyMate: Enhance design of file page
Module: MauiMoneyMate Kind: refactoring Priority: low
The file page looks kinda ugly in dark mode and really ugly in light mode ![image](https://github.com/ArizonaGreenTea05/FinancialOverview/assets/84347307/44c9ce26-53e0-4291-a16d-e87772983cc9) ![image](https://github.com/ArizonaGreenTea05/FinancialOverview/assets/84347307/fd75e843-e837-40f1-852c-762c3318617f)
1.0
MauiMoneyMate: Enhance design of file page - The file page looks kinda ugly in dark mode and really ugly in light mode ![image](https://github.com/ArizonaGreenTea05/FinancialOverview/assets/84347307/44c9ce26-53e0-4291-a16d-e87772983cc9) ![image](https://github.com/ArizonaGreenTea05/FinancialOverview/assets/84347307...
priority
mauimoneymate enhance design of file page the file page looks kinda ugly in dark mode and really ugly in light mode
1
69,044
3,295,181,581
IssuesEvent
2015-10-31 18:21:42
cs2103aug2015-w15-2j/main
https://api.github.com/repos/cs2103aug2015-w15-2j/main
closed
Add an option for user to jump to Unresolved view by clicking the alert in Summary view
priority.low
Clicking the "Some items need attention" label should open the Unresolved view for user convenience.
1.0
Add an option for user to jump to Unresolved view by clicking the alert in Summary view - Clicking the "Some items need attention" label should open the Unresolved view for user convenience.
priority
add an option for user to jump to unresolved view by clicking the alert in summary view clicking the some items need attention label should open the unresolved view for user convenience
1
118,452
4,745,510,375
IssuesEvent
2016-10-21 07:40:16
CS2103AUG2016-F10-C1/main
https://api.github.com/repos/CS2103AUG2016-F10-C1/main
opened
Add TabPane to display Reserved TaskList and Help
enhancement priority.low
Possibility to take in left and right arrow keys to interchange tabs
1.0
Add TabPane to display Reserved TaskList and Help - Possibility to take in left and right arrow keys to interchange tabs
priority
add tabpane to display reserved tasklist and help possibility to take in left and right arrow keys to interchange tabs
1
52,343
3,022,653,854
IssuesEvent
2015-07-31 21:44:10
information-artifact-ontology/IAO
https://api.github.com/repos/information-artifact-ontology/IAO
opened
Problems with IAO_0000027, "data item"
bug imported Priority-Low
_From [z_califo...@shiftingbalance.org](https://code.google.com/u/113769195097935438546/) on September 20, 2011 20:48:51_ Currently, the textual definition for data item states: IAO_0000115 "a data item is an information content entity that is intended to be a truthful statement about something (modulo, e.g., measu...
1.0
Problems with IAO_0000027, "data item" - _From [z_califo...@shiftingbalance.org](https://code.google.com/u/113769195097935438546/) on September 20, 2011 20:48:51_ Currently, the textual definition for data item states: IAO_0000115 "a data item is an information content entity that is intended to be a truthful state...
priority
problems with iao data item from on september currently the textual definition for data item states iao a data item is an information content entity that is intended to be a truthful statement about something modulo e g measurement precision or other systematic errors and is constr...
1
354,153
10,563,144,272
IssuesEvent
2019-10-04 20:10:07
wherebyus/general-tasks
https://api.github.com/repos/wherebyus/general-tasks
closed
Daily newsletter data in our heroku db is not accurate compared to mailchimp platform
Priority: Low Product: Newsletters Status: Pending Type: Bug UX: Validated
## Feature or problem West coast newsletters are losing what looks to be a couple hundred uniques per dayin our grow charts because of time zone shifting on chron job. For example, yesterday's (7/31) combined data in heroku shows Bridgeliner got 1808 unique opens, but mailchimp says it's more like 2000. We need to rev...
1.0
Daily newsletter data in our heroku db is not accurate compared to mailchimp platform - ## Feature or problem West coast newsletters are losing what looks to be a couple hundred uniques per dayin our grow charts because of time zone shifting on chron job. For example, yesterday's (7/31) combined data in heroku shows B...
priority
daily newsletter data in our heroku db is not accurate compared to mailchimp platform feature or problem west coast newsletters are losing what looks to be a couple hundred uniques per dayin our grow charts because of time zone shifting on chron job for example yesterday s combined data in heroku shows br...
1
471,500
13,578,636,476
IssuesEvent
2020-09-20 08:51:02
Joel-Milligan/chess
https://api.github.com/repos/Joel-Milligan/chess
opened
Handle the meta data of a PGN
enhancement low priority
Be able to either skip and/or store the meta data of PGN files, enabling the use of the full PGN example.
1.0
Handle the meta data of a PGN - Be able to either skip and/or store the meta data of PGN files, enabling the use of the full PGN example.
priority
handle the meta data of a pgn be able to either skip and or store the meta data of pgn files enabling the use of the full pgn example
1
597,756
18,171,078,343
IssuesEvent
2021-09-27 20:07:38
ita-social-projects/horondi_client_fe
https://api.github.com/repos/ita-social-projects/horondi_client_fe
closed
[Contacts page] The Burger menu covers the logo in the Header
bug UI priority: low severity: trivial
Environment: Windows 10 64bit, Firefox 91.0.4472.124 64bit Reproducible: always Preconditions Go to: https://horondi-front-staging.azurewebsites.net/ Description: Steps to reproduce Open the "Contacts page" on smartphone **Actual result** The Burger menu covers the logo ![Contacts page_Mobile](https://u...
1.0
[Contacts page] The Burger menu covers the logo in the Header - Environment: Windows 10 64bit, Firefox 91.0.4472.124 64bit Reproducible: always Preconditions Go to: https://horondi-front-staging.azurewebsites.net/ Description: Steps to reproduce Open the "Contacts page" on smartphone **Actual result** The...
priority
the burger menu covers the logo in the header environment windows firefox reproducible always preconditions go to description steps to reproduce open the contacts page on smartphone actual result the burger menu covers the logo expected result the burger menu ...
1
346,157
10,384,849,171
IssuesEvent
2019-09-10 12:54:57
nhsuk/nhsuk-frontend
https://api.github.com/repos/nhsuk/nhsuk-frontend
closed
Header search query doesn't submit with enter key.
Effort: hours Priority: low bug
## What is the issue? Pressing enter after entering a search term doesn't do anything. Pressing Return should give results from both search bars (main search bar and search results page), currently only clicking the magnifying glass icon returns results. This is not helpful for keyboard accessibility and we obs...
1.0
Header search query doesn't submit with enter key. - ## What is the issue? Pressing enter after entering a search term doesn't do anything. Pressing Return should give results from both search bars (main search bar and search results page), currently only clicking the magnifying glass icon returns results. This...
priority
header search query doesn t submit with enter key what is the issue pressing enter after entering a search term doesn t do anything pressing return should give results from both search bars main search bar and search results page currently only clicking the magnifying glass icon returns results this...
1
580,704
17,264,665,506
IssuesEvent
2021-07-22 12:25:14
Automattic/woocommerce-payments
https://api.github.com/repos/Automattic/woocommerce-payments
closed
Some Flags not displaying in the Add Currencies modal
component: customer multi-currency priority: low type: bug
As part of #2042 we are now pulling all the currency rates from the server using the list provided by `get_woocommerce_currencies()`. However, there are some countries which do not seem to have a corresponding emoji flag. <img width="555" alt="Screenshot 2021-06-10 at 11 35 04" src="https://user-images.githubuserco...
1.0
Some Flags not displaying in the Add Currencies modal - As part of #2042 we are now pulling all the currency rates from the server using the list provided by `get_woocommerce_currencies()`. However, there are some countries which do not seem to have a corresponding emoji flag. <img width="555" alt="Screenshot 2021-...
priority
some flags not displaying in the add currencies modal as part of we are now pulling all the currency rates from the server using the list provided by get woocommerce currencies however there are some countries which do not seem to have a corresponding emoji flag img width alt screenshot at ...
1
79,406
3,535,492,473
IssuesEvent
2016-01-16 15:16:29
peli0451/arcactus
https://api.github.com/repos/peli0451/arcactus
closed
Raycast langsamer machen
priority:low type:feature won't be fixed
Raycast schuss geschwindigkeit auf die Geschwindigkeit des Dorns anpassen.
1.0
Raycast langsamer machen - Raycast schuss geschwindigkeit auf die Geschwindigkeit des Dorns anpassen.
priority
raycast langsamer machen raycast schuss geschwindigkeit auf die geschwindigkeit des dorns anpassen
1
794,690
28,044,890,420
IssuesEvent
2023-03-28 21:45:45
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
drivers: can: mcux: flexcan: missing mutex unlock in error path
bug priority: low platform: NXP area: CAN
**Describe the bug** The NXP FlexCAN shim driver is missing a call to unlock the RX filter mutex if no RX filter is available. **Expected behavior** Mutex locks/unlocks must be balanced. **Impact** Deadlock if trying to add maximum number of RX filters + 1. **Environment (please complete the following infor...
1.0
drivers: can: mcux: flexcan: missing mutex unlock in error path - **Describe the bug** The NXP FlexCAN shim driver is missing a call to unlock the RX filter mutex if no RX filter is available. **Expected behavior** Mutex locks/unlocks must be balanced. **Impact** Deadlock if trying to add maximum number of RX ...
priority
drivers can mcux flexcan missing mutex unlock in error path describe the bug the nxp flexcan shim driver is missing a call to unlock the rx filter mutex if no rx filter is available expected behavior mutex locks unlocks must be balanced impact deadlock if trying to add maximum number of rx ...
1
136,139
5,272,029,305
IssuesEvent
2017-02-06 11:32:15
graphcool/console
https://api.github.com/repos/graphcool/console
closed
Toggle Switch Contrast
priority/low UI
![image](https://cloud.githubusercontent.com/assets/4989523/20920605/ead2047c-bba0-11e6-8ca5-536886be8a9f.png) The contrast between the toggle switch and the background is so low that it is really hard to distinguish them.
1.0
Toggle Switch Contrast - ![image](https://cloud.githubusercontent.com/assets/4989523/20920605/ead2047c-bba0-11e6-8ca5-536886be8a9f.png) The contrast between the toggle switch and the background is so low that it is really hard to distinguish them.
priority
toggle switch contrast the contrast between the toggle switch and the background is so low that it is really hard to distinguish them
1
298,439
9,200,274,609
IssuesEvent
2019-03-07 16:41:53
rstudio/shinycannon
https://api.github.com/repos/rstudio/shinycannon
closed
When run with no args should show usage
Difficulty: Intermediate Effort: Low Priority: High Type: Enhancement
Currently, `shinycannon` displays detailed help without any usage instructions when run without args. Instead, it should display minimal help and demonstrate usage.
1.0
When run with no args should show usage - Currently, `shinycannon` displays detailed help without any usage instructions when run without args. Instead, it should display minimal help and demonstrate usage.
priority
when run with no args should show usage currently shinycannon displays detailed help without any usage instructions when run without args instead it should display minimal help and demonstrate usage
1