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
237,628
7,762,479,039
IssuesEvent
2018-06-01 13:40:44
OttoVonBismark/boggygofast
https://api.github.com/repos/OttoVonBismark/boggygofast
closed
db seeds wants to run more than once
bug low-priority
Not really sure what's going on here, but db:seed seems to want to run twice when invoked once, as indicated by the output here: > raegaltboggart@Catoblepas /mnt/b/Dev_Stuff/RoR/boggygofast (master) $ rails db:reset && rails db:seed Dropped database 'db/development.sqlite3' Dropped database 'db/test.sqlite3' Crea...
1.0
db seeds wants to run more than once - Not really sure what's going on here, but db:seed seems to want to run twice when invoked once, as indicated by the output here: > raegaltboggart@Catoblepas /mnt/b/Dev_Stuff/RoR/boggygofast (master) $ rails db:reset && rails db:seed Dropped database 'db/development.sqlite3' D...
priority
db seeds wants to run more than once not really sure what s going on here but db seed seems to want to run twice when invoked once as indicated by the output here raegaltboggart catoblepas mnt b dev stuff ror boggygofast master rails db reset rails db seed dropped database db development dropped...
1
731,308
25,209,512,679
IssuesEvent
2022-11-14 01:34:22
crushten/go_endpoint_cloud
https://api.github.com/repos/crushten/go_endpoint_cloud
closed
Add config for golangci-lint
type: operations and maintenance priority: low application github: actions
Probably should add a config to enable a few other linters. Golangci-lint also includes gosec so dont need a separate job for that. See: `https://medium.com/wesionary-team/introduction-to-linters-in-go-and-know-about-golangci-lint-6486fb2864b3`
1.0
Add config for golangci-lint - Probably should add a config to enable a few other linters. Golangci-lint also includes gosec so dont need a separate job for that. See: `https://medium.com/wesionary-team/introduction-to-linters-in-go-and-know-about-golangci-lint-6486fb2864b3`
priority
add config for golangci lint probably should add a config to enable a few other linters golangci lint also includes gosec so dont need a separate job for that see
1
465,574
13,388,246,922
IssuesEvent
2020-09-02 17:05:40
InfiniteFlightAirportEditing/Airports
https://api.github.com/repos/InfiniteFlightAirportEditing/Airports
opened
HKEL-Eldoret International Airport-UASIN GISHU-KENYA
Being Redone Low Priority
# Airport Name Eldoret International # Country? Kenya # Improvements that need to be made? Scratch # Are you working on this airport? Yes # Airport Priority? (IF Event, 10000ft+ Runway, World/US Capital, Low) Low
1.0
HKEL-Eldoret International Airport-UASIN GISHU-KENYA - # Airport Name Eldoret International # Country? Kenya # Improvements that need to be made? Scratch # Are you working on this airport? Yes # Airport Priority? (IF Event, 10000ft+ Runway, World/US Capital, Low) Low
priority
hkel eldoret international airport uasin gishu kenya airport name eldoret international country kenya improvements that need to be made scratch are you working on this airport yes airport priority if event runway world us capital low low
1
615,128
19,215,189,733
IssuesEvent
2021-12-07 08:44:08
aau-giraf/weekplanner
https://api.github.com/repos/aau-giraf/weekplanner
reopened
As a Trustee I want to be able delete a past weekplan, when on the edit weekplan screen
Priority: lowest Type: new feature Prototype needed Trustee
**Is your feature request related to a problem? Please describe.** Having a lot of old weekplans can be too much, so lets allow the trustee to delete them at will. **Describe the solution you'd like** Can be implemented the same way that it is implemented for guardians, however having them excess to the same data ...
1.0
As a Trustee I want to be able delete a past weekplan, when on the edit weekplan screen - **Is your feature request related to a problem? Please describe.** Having a lot of old weekplans can be too much, so lets allow the trustee to delete them at will. **Describe the solution you'd like** Can be implemented the s...
priority
as a trustee i want to be able delete a past weekplan when on the edit weekplan screen is your feature request related to a problem please describe having a lot of old weekplans can be too much so lets allow the trustee to delete them at will describe the solution you d like can be implemented the s...
1
113,118
4,543,432,182
IssuesEvent
2016-09-10 04:22:08
4-20ma/ModbusMaster
https://api.github.com/repos/4-20ma/ModbusMaster
closed
Minor fix for the ESP8266 compiler
Priority: Low Type: Question
Hi, this is a really mice library! After some work I got it working within the ESP8266 wifi module together with a max3232 chip. This is less than USD 5 to get a RTU Modbus hardware by wifi! The only problem is that the esp compiler gets confused with your ModbusMaster::send function. The fix is very simple, just...
1.0
Minor fix for the ESP8266 compiler - Hi, this is a really mice library! After some work I got it working within the ESP8266 wifi module together with a max3232 chip. This is less than USD 5 to get a RTU Modbus hardware by wifi! The only problem is that the esp compiler gets confused with your ModbusMaster::send f...
priority
minor fix for the compiler hi this is a really mice library after some work i got it working within the wifi module together with a chip this is less than usd to get a rtu modbus hardware by wifi the only problem is that the esp compiler gets confused with your modbusmaster send function the fix i...
1
242,548
7,844,147,731
IssuesEvent
2018-06-19 08:46:38
xcat2/xcat-core
https://api.github.com/repos/xcat2/xcat-core
closed
[DEV]kvm_nodedata not updated by chdef when changing vmstorage from dev to dir
component:virtualization priority:low status:future status:won't fix type:bug
vmstorage attribute for kvm1 originally set to "phy:/dev/sdb1" Following attempts to change to directory storage, "/var/lib/libvirt/images", rpower would give an error referring to "/dev/sbd1" ``` chdef kvm1 vmstorage=dir:///var/lib/libvirt/images mkvm kvm1 -s 20G nodeset kvm1 osimage=<osimage> rpower kvm1 on ``` Th...
1.0
[DEV]kvm_nodedata not updated by chdef when changing vmstorage from dev to dir - vmstorage attribute for kvm1 originally set to "phy:/dev/sdb1" Following attempts to change to directory storage, "/var/lib/libvirt/images", rpower would give an error referring to "/dev/sbd1" ``` chdef kvm1 vmstorage=dir:///var/lib/libv...
priority
kvm nodedata not updated by chdef when changing vmstorage from dev to dir vmstorage attribute for originally set to phy dev following attempts to change to directory storage var lib libvirt images rpower would give an error referring to dev chdef vmstorage dir var lib libvirt images mkvm ...
1
567,572
16,886,362,913
IssuesEvent
2021-06-23 00:52:13
pietervdvn/MapComplete
https://api.github.com/repos/pietervdvn/MapComplete
closed
Show themes hierarchically
enhancement low-priority
![image](https://user-images.githubusercontent.com/279734/111371699-fe7f5800-8656-11eb-95f8-7c71a0e405c6.png) This page was pretty confusing to me initially. I didn't understand why things were repeated and only some items were selectable. I think you need to use indentation to make the theme/layer relationship more ob...
1.0
Show themes hierarchically - ![image](https://user-images.githubusercontent.com/279734/111371699-fe7f5800-8656-11eb-95f8-7c71a0e405c6.png) This page was pretty confusing to me initially. I didn't understand why things were repeated and only some items were selectable. I think you need to use indentation to make the the...
priority
show themes hierarchically this page was pretty confusing to me initially i didn t understand why things were repeated and only some items were selectable i think you need to use indentation to make the theme layer relationship more obvious i also think checkboxes switches would make it more obvious from fi...
1
321,042
9,792,649,707
IssuesEvent
2019-06-10 17:56:46
medic/medic-conf
https://api.github.com/repos/medic/medic-conf
opened
custom translations should prompt for name
Priority: 3 - Low
Currently when uploading custom translations the user doesn't get a message or prompt or any notification that the name of their translation is going to be `TODO: please ask admin to set this in settings UI`. We should at the very minimum warn in the upload that they need to go in and name the language. Would be nice i...
1.0
custom translations should prompt for name - Currently when uploading custom translations the user doesn't get a message or prompt or any notification that the name of their translation is going to be `TODO: please ask admin to set this in settings UI`. We should at the very minimum warn in the upload that they need to...
priority
custom translations should prompt for name currently when uploading custom translations the user doesn t get a message or prompt or any notification that the name of their translation is going to be todo please ask admin to set this in settings ui we should at the very minimum warn in the upload that they need to...
1
472,659
13,628,835,146
IssuesEvent
2020-09-24 14:23:38
mlr-org/mlr3mbo
https://api.github.com/repos/mlr-org/mlr3mbo
opened
Allow for Thompson Sampling
Priority: Low Type: Enhancement
The AcqFun would be one sample of a gaussian process. Also nice for parallelization.
1.0
Allow for Thompson Sampling - The AcqFun would be one sample of a gaussian process. Also nice for parallelization.
priority
allow for thompson sampling the acqfun would be one sample of a gaussian process also nice for parallelization
1
340,418
10,272,148,755
IssuesEvent
2019-08-23 15:42:16
wherebyus/general-tasks
https://api.github.com/repos/wherebyus/general-tasks
closed
NL: Sub-headers in color
Joy: Sparking Priority: Low Product: Newsletters Type: Enhancement UX: Not Validated
### Job Story When i open a WBU city newsletter, I want to see sub-headers in color so that the newsletter feels like it **has a fun, delightful personality rather than a cookie-cutter corporate feel**, and so that I can **more obviously see there are different sections in the newsletter**, as Alexandra now misses sec...
1.0
NL: Sub-headers in color - ### Job Story When i open a WBU city newsletter, I want to see sub-headers in color so that the newsletter feels like it **has a fun, delightful personality rather than a cookie-cutter corporate feel**, and so that I can **more obviously see there are different sections in the newsletter**, ...
priority
nl sub headers in color job story when i open a wbu city newsletter i want to see sub headers in color so that the newsletter feels like it has a fun delightful personality rather than a cookie cutter corporate feel and so that i can more obviously see there are different sections in the newsletter ...
1
5,479
2,576,686,081
IssuesEvent
2015-02-12 12:06:43
LearningLocker/learninglocker
https://api.github.com/repos/LearningLocker/learninglocker
closed
Cross domain issues
priority:low status:unconfirmed type:bug
**Learning Locker version** ```` $ cat VERSION 1.1.0 ```` **Steps to reproduce the problem** Create any script that communicates with Learning Locker and run it in a web browser. Serve it from a different domain than where the Learning Locker is running. I used [TinCanJS](https://github.com/RusticiSoftware/TinC...
1.0
Cross domain issues - **Learning Locker version** ```` $ cat VERSION 1.1.0 ```` **Steps to reproduce the problem** Create any script that communicates with Learning Locker and run it in a web browser. Serve it from a different domain than where the Learning Locker is running. I used [TinCanJS](https://github.co...
priority
cross domain issues learning locker version cat version steps to reproduce the problem create any script that communicates with learning locker and run it in a web browser serve it from a different domain than where the learning locker is running i used but i think any client l...
1
655,952
21,715,132,835
IssuesEvent
2022-05-10 17:07:25
KinsonDigital/VersionValidator
https://api.github.com/repos/KinsonDigital/VersionValidator
closed
Create main github action implementation
high priority workflow
**Description:** Create a github action that can do validation on versions. This will validate syntax, preview versus standard version strings, if nuget packages with a particular version are already pushed to nuget.org, etc. ![image](https://user-images.githubusercontent.com/85414302/129646641-324e7b10-c5d3-4943-...
1.0
Create main github action implementation - **Description:** Create a github action that can do validation on versions. This will validate syntax, preview versus standard version strings, if nuget packages with a particular version are already pushed to nuget.org, etc. ![image](https://user-images.githubusercontent...
priority
create main github action implementation description create a github action that can do validation on versions this will validate syntax preview versus standard version strings if nuget packages with a particular version are already pushed to nuget org etc acceptance criteria che...
1
49,721
3,003,975,982
IssuesEvent
2015-07-25 13:06:10
mistic100/Piwigo
https://api.github.com/repos/mistic100/Piwigo
closed
[installation & upgrade] #upgrade inserts fail when no defined table prefix
block low priority
**Reported by plg on 6 Apr 2007 21:51** **Version:** 1.7.0RC2 If I don&#039;t define any table prefix for my tables, #upgrade becomes &quot;upgrade&quot; and &quot;upgrade&quot; is a MySQL reserved keyword. [Piwigo Bugtracker #672](http://piwigo.org/bugs/view.php?id=672)
1.0
[installation & upgrade] #upgrade inserts fail when no defined table prefix - **Reported by plg on 6 Apr 2007 21:51** **Version:** 1.7.0RC2 If I don&#039;t define any table prefix for my tables, #upgrade becomes &quot;upgrade&quot; and &quot;upgrade&quot; is a MySQL reserved keyword. [Piwigo Bugtracker #672](http://...
priority
upgrade inserts fail when no defined table prefix reported by plg on apr version if i don t define any table prefix for my tables upgrade becomes quot upgrade quot and quot upgrade quot is a mysql reserved keyword
1
435,232
12,533,299,396
IssuesEvent
2020-06-04 17:21:28
vanderaj/gaiabb
https://api.github.com/repos/vanderaj/gaiabb
closed
Dead assignment
Priority-Low bug
Issue ID: a5e1cf5dd29e0979f5c515dac151bd44 Impact Medium Type Self assignment Path /Users/vander/Documents/GitHub/gaiabb/source/include/topicadmin.inc.php Line 135 Description The variable's value will not change, so the assignment has no effect. Assignment of a variable or expression to itself has no effect First Dete...
1.0
Dead assignment - Issue ID: a5e1cf5dd29e0979f5c515dac151bd44 Impact Medium Type Self assignment Path /Users/vander/Documents/GitHub/gaiabb/source/include/topicadmin.inc.php Line 135 Description The variable's value will not change, so the assignment has no effect. Assignment of a variable or expression to itself has no...
priority
dead assignment issue id impact medium type self assignment path users vander documents github gaiabb source include topicadmin inc php line description the variable s value will not change so the assignment has no effect assignment of a variable or expression to itself has no effect first detected wed jan...
1
437,721
12,601,822,011
IssuesEvent
2020-06-11 10:32:40
canonical-web-and-design/build.snapcraft.io
https://api.github.com/repos/canonical-web-and-design/build.snapcraft.io
closed
The search string is always treated as a single substring
Add repos Priority: Low
In add repos the search string is always treated as a single substring. For example, searching for “maas gui” does not return “maas-gui-vanilla-theme”, when it should. Then search string contains spaces we should treat each parts as separate search terms.
1.0
The search string is always treated as a single substring - In add repos the search string is always treated as a single substring. For example, searching for “maas gui” does not return “maas-gui-vanilla-theme”, when it should. Then search string contains spaces we should treat each parts as separate search terms.
priority
the search string is always treated as a single substring in add repos the search string is always treated as a single substring for example searching for “maas gui” does not return “maas gui vanilla theme” when it should then search string contains spaces we should treat each parts as separate search terms
1
601,801
18,433,953,539
IssuesEvent
2021-10-14 10:52:16
ooni/probe
https://api.github.com/repos/ooni/probe
closed
psiphon: android/amd64: seccomp prevented call to disallowed system call 22
bug priority/low ooni/probe-engine
When running the `psiphon` experiment in android/amd64, we see this crash: ``` 2020-09-01 14:29:38.103 3490-3570/org.openobservatory.ooniprobe D/MK_EVENT: {"key":"log","value":{"log_level":"INFO","message":"starting psiphon tunnel; please be patient..."}} 2020-09-01 14:29:38.278 3490-3490/org.openobservatory.oon...
1.0
psiphon: android/amd64: seccomp prevented call to disallowed system call 22 - When running the `psiphon` experiment in android/amd64, we see this crash: ``` 2020-09-01 14:29:38.103 3490-3570/org.openobservatory.ooniprobe D/MK_EVENT: {"key":"log","value":{"log_level":"INFO","message":"starting psiphon tunnel; please...
priority
psiphon android seccomp prevented call to disallowed system call when running the psiphon experiment in android we see this crash org openobservatory ooniprobe d mk event key log value log level info message starting psiphon tunnel please be patient ...
1
228,301
7,549,293,820
IssuesEvent
2018-04-18 13:53:30
conveyal/analysis-ui
https://api.github.com/repos/conveyal/analysis-ui
closed
Custom stop spacing not saved when stop creation de/re-selected
enhancement low priority
If I set stop spacing to something other than the default, then uncheck and recheck "Create stops automatically", the default spacing (400m is selected)
1.0
Custom stop spacing not saved when stop creation de/re-selected - If I set stop spacing to something other than the default, then uncheck and recheck "Create stops automatically", the default spacing (400m is selected)
priority
custom stop spacing not saved when stop creation de re selected if i set stop spacing to something other than the default then uncheck and recheck create stops automatically the default spacing is selected
1
683,518
23,385,082,221
IssuesEvent
2022-08-11 13:08:08
HEPData/hepdata
https://api.github.com/repos/HEPData/hepdata
closed
records: delete Sandbox records asynchronously using a Celery task
type: bug priority: high complexity: low
Very large submissions can often take several minutes to be deleted from the Sandbox, frustrating the user. It should be possible to asynchronously run the `delete_submission` function from `hepdata.modules.dashboard.views` as a Celery task so that the user interface does not wait for its completion before returning t...
1.0
records: delete Sandbox records asynchronously using a Celery task - Very large submissions can often take several minutes to be deleted from the Sandbox, frustrating the user. It should be possible to asynchronously run the `delete_submission` function from `hepdata.modules.dashboard.views` as a Celery task so that t...
priority
records delete sandbox records asynchronously using a celery task very large submissions can often take several minutes to be deleted from the sandbox frustrating the user it should be possible to asynchronously run the delete submission function from hepdata modules dashboard views as a celery task so that t...
1
734,702
25,359,499,111
IssuesEvent
2022-11-20 18:30:48
KielerGames/ringofsnakes
https://api.github.com/repos/KielerGames/ringofsnakes
opened
Improve food rendering
Client low priority webgl
Food items are rendered on top of the background using additive blending mode. This makes them "glow" but also look transparent in some cases. This could be fixed by perhaps using a different blending mode or by first rendering black circles (with soft edges and a bit smaller) underneath the food items.
1.0
Improve food rendering - Food items are rendered on top of the background using additive blending mode. This makes them "glow" but also look transparent in some cases. This could be fixed by perhaps using a different blending mode or by first rendering black circles (with soft edges and a bit smaller) underneath the fo...
priority
improve food rendering food items are rendered on top of the background using additive blending mode this makes them glow but also look transparent in some cases this could be fixed by perhaps using a different blending mode or by first rendering black circles with soft edges and a bit smaller underneath the fo...
1
367,240
10,851,097,667
IssuesEvent
2019-11-13 10:07:49
ADFC-Hamburg/adfc-t30-paten-frontend
https://api.github.com/repos/ADFC-Hamburg/adfc-t30-paten-frontend
closed
Straßenabschnitt: Bei "Kreuzung" keine Sonderzeichen möglcih
Nicht Nachstellbar low-priority
Möchte man einen Straßenabschnitt anlegen der an einer Kreuzung beginnt, kann man in dem Feld keine Sonderzeichen angeben. In vielen Straßennamen kommen ja aber Bindestriche vor.
1.0
Straßenabschnitt: Bei "Kreuzung" keine Sonderzeichen möglcih - Möchte man einen Straßenabschnitt anlegen der an einer Kreuzung beginnt, kann man in dem Feld keine Sonderzeichen angeben. In vielen Straßennamen kommen ja aber Bindestriche vor.
priority
straßenabschnitt bei kreuzung keine sonderzeichen möglcih möchte man einen straßenabschnitt anlegen der an einer kreuzung beginnt kann man in dem feld keine sonderzeichen angeben in vielen straßennamen kommen ja aber bindestriche vor
1
309,273
9,466,213,041
IssuesEvent
2019-04-18 03:21:19
open-learning-exchange/planet
https://api.github.com/repos/open-learning-exchange/planet
closed
Dashboard Course My progress shows undefined on empty profile
in progress low priority
when the user profile is blank/empty, Course my progress shows "undefined undefined" in header. ![Screenshot from 2019-04-16 08-09-59](https://user-images.githubusercontent.com/27276132/56177694-45094980-601f-11e9-8e8a-aaaddeb70baf.png)
1.0
Dashboard Course My progress shows undefined on empty profile - when the user profile is blank/empty, Course my progress shows "undefined undefined" in header. ![Screenshot from 2019-04-16 08-09-59](https://user-images.githubusercontent.com/27276132/56177694-45094980-601f-11e9-8e8a-aaaddeb70baf.png)
priority
dashboard course my progress shows undefined on empty profile when the user profile is blank empty course my progress shows undefined undefined in header
1
7,257
2,599,681,815
IssuesEvent
2015-02-23 10:50:09
CUL-DigitalServices/grasshopper-ui
https://api.github.com/repos/CUL-DigitalServices/grasshopper-ui
opened
Time slots need a a higher width
Bug Bash Low Priority To Fix
The time slots in the admin batch edit interface need a higher minimum width. ![screen shot 2015-02-23 at 10 13 02](https://cloud.githubusercontent.com/assets/2194396/6326452/a755f6a8-bb49-11e4-9b58-5528202a6d6f.png)
1.0
Time slots need a a higher width - The time slots in the admin batch edit interface need a higher minimum width. ![screen shot 2015-02-23 at 10 13 02](https://cloud.githubusercontent.com/assets/2194396/6326452/a755f6a8-bb49-11e4-9b58-5528202a6d6f.png)
priority
time slots need a a higher width the time slots in the admin batch edit interface need a higher minimum width
1
222,913
7,440,824,111
IssuesEvent
2018-03-27 11:26:49
gdgphilippines/devfest
https://api.github.com/repos/gdgphilippines/devfest
closed
View Bookmarked Session - Event Schedule Page
Priority Low ready
Viewing of bookmarked (personalized) session for event schedule page #10 Flow: - (sign in) - click on personal session schedule - notify person of next schedule
1.0
View Bookmarked Session - Event Schedule Page - Viewing of bookmarked (personalized) session for event schedule page #10 Flow: - (sign in) - click on personal session schedule - notify person of next schedule
priority
view bookmarked session event schedule page viewing of bookmarked personalized session for event schedule page flow sign in click on personal session schedule notify person of next schedule
1
270,188
8,453,099,407
IssuesEvent
2018-10-20 12:14:19
EUCweb/BIS-F
https://api.github.com/repos/EUCweb/BIS-F
opened
The Version from the Service could not extracted
Priority: Low
During BIS-F preparation/personlization it gets the Version of the Services, this does not work sometimes and BIS-F send the Output to the logfile ![image](https://user-images.githubusercontent.com/34108484/47255496-63c4c400-d472-11e8-8a1a-b094b8db255d.png)
1.0
The Version from the Service could not extracted - During BIS-F preparation/personlization it gets the Version of the Services, this does not work sometimes and BIS-F send the Output to the logfile ![image](https://user-images.githubusercontent.com/34108484/47255496-63c4c400-d472-11e8-8a1a-b094b8db255d.png)
priority
the version from the service could not extracted during bis f preparation personlization it gets the version of the services this does not work sometimes and bis f send the output to the logfile
1
242,102
7,838,224,254
IssuesEvent
2018-06-18 09:29:28
wesnoth/wesnoth
https://api.github.com/repos/wesnoth/wesnoth
closed
Lobby client UI should limit message length to match server-side restrictions
Enhancement Low-priority MP Lobby UI
While testing commit ce2aba2aa0b7cb5e8627cac9fcf17dfc16233d33, I found that the in-game UI (the floating textbox for entering messages and commands) limits input to 256 characters: https://github.com/wesnoth/wesnoth/blob/6e81ae330f602d006f5b229d441e6156d2cb8739/src/floating_textbox.cpp#L121 The lobby UI does not,...
1.0
Lobby client UI should limit message length to match server-side restrictions - While testing commit ce2aba2aa0b7cb5e8627cac9fcf17dfc16233d33, I found that the in-game UI (the floating textbox for entering messages and commands) limits input to 256 characters: https://github.com/wesnoth/wesnoth/blob/6e81ae330f602d00...
priority
lobby client ui should limit message length to match server side restrictions while testing commit i found that the in game ui the floating textbox for entering messages and commands limits input to characters the lobby ui does not which is in fact how the issues with the server not imposing the inte...
1
680,264
23,264,319,409
IssuesEvent
2022-08-04 15:55:32
netdata/netdata-cloud
https://api.github.com/repos/netdata/netdata-cloud
closed
[Bug]: Custom dashboards - when going to some time in the past without data we get 500 after page refresh
bug internal submit priority/low visualizations-team cloud-frontend
### Bug description 1. got to dashboard 2. change datetime ticker to some time way back 3. press the refresh button on browser (or F5) 4. you get 500 error page ![chrome_Pk2j20yU0j](https://user-images.githubusercontent.com/82235632/172639513-28d1bd7f-3c6a-4224-8504-50e2758cd9b6.gif) ### Expected behavior Th...
1.0
[Bug]: Custom dashboards - when going to some time in the past without data we get 500 after page refresh - ### Bug description 1. got to dashboard 2. change datetime ticker to some time way back 3. press the refresh button on browser (or F5) 4. you get 500 error page ![chrome_Pk2j20yU0j](https://user-images.gi...
priority
custom dashboards when going to some time in the past without data we get after page refresh bug description got to dashboard change datetime ticker to some time way back press the refresh button on browser or you get error page expected behavior the error page shou...
1
784,916
27,589,203,499
IssuesEvent
2023-03-08 22:31:28
conan-io/conan
https://api.github.com/repos/conan-io/conan
closed
B2 generator: refactor related to 'cppflags'
priority: low type: engineering stage: queue complex: low
After the refactor related to #4716 we should modify the B2 generator too to rename _function_/_variable_ `cppflags` for consistency. It appears in the output file: ```python # TODO: Should be cppflags -> cxxflags result = \ self.b2_constant(name, 'rootpath', [info.rootpath], True) + \...
1.0
B2 generator: refactor related to 'cppflags' - After the refactor related to #4716 we should modify the B2 generator too to rename _function_/_variable_ `cppflags` for consistency. It appears in the output file: ```python # TODO: Should be cppflags -> cxxflags result = \ self.b2_consta...
priority
generator refactor related to cppflags after the refactor related to we should modify the generator too to rename function variable cppflags for consistency it appears in the output file python todo should be cppflags cxxflags result self constant nam...
1
134,585
5,231,179,263
IssuesEvent
2017-01-30 00:09:29
openworm/behavioral_syntax
https://api.github.com/repos/openworm/behavioral_syntax
closed
pip installation
low priority
I need to structure the library so that it can be installed via pip. Instructions can be found here: http://python-packaging-user-guide.readthedocs.org/en/latest/distributing/#requirements-for-packaging-and-distributing
1.0
pip installation - I need to structure the library so that it can be installed via pip. Instructions can be found here: http://python-packaging-user-guide.readthedocs.org/en/latest/distributing/#requirements-for-packaging-and-distributing
priority
pip installation i need to structure the library so that it can be installed via pip instructions can be found here
1
79,487
3,535,854,477
IssuesEvent
2016-01-16 20:54:30
pubs/pubs
https://api.github.com/repos/pubs/pubs
closed
Better dialogue for rename command
enhancement lowpriority
This is the current state of a successful rename: ``` $ pubs rename Stanley_ Stanley_2015 info: Provided citekey 'Stanley_' has been autocompleted into [Stanley_2015]. $ ``` Beside the inconsistent formatting of the citekeys in the autocompletion dialogue, the command should also verbally confirm the operation ...
1.0
Better dialogue for rename command - This is the current state of a successful rename: ``` $ pubs rename Stanley_ Stanley_2015 info: Provided citekey 'Stanley_' has been autocompleted into [Stanley_2015]. $ ``` Beside the inconsistent formatting of the citekeys in the autocompletion dialogue, the command should...
priority
better dialogue for rename command this is the current state of a successful rename pubs rename stanley stanley info provided citekey stanley has been autocompleted into beside the inconsistent formatting of the citekeys in the autocompletion dialogue the command should also verbally c...
1
476,991
13,753,498,757
IssuesEvent
2020-10-06 15:42:12
department-of-veterans-affairs/caseflow
https://api.github.com/repos/department-of-veterans-affairs/caseflow
opened
Remove Judgement & Mandate date for MDRs on CAVC entry form
Priority: Medium Product: caseflow-queue Stakeholder: BVA Team: Echo 🐬 Type: Enhancement
<!-- The goal of this template is to be a tool to communicate the requirements for a story related task. It is not intended as a mandate, adapt as needed. --> ## User or job story User story: As a CAVC Litigation Support user when I identify the CAVC Remand I am entering is an MDR I need the ability to add a judgeme...
1.0
Remove Judgement & Mandate date for MDRs on CAVC entry form - <!-- The goal of this template is to be a tool to communicate the requirements for a story related task. It is not intended as a mandate, adapt as needed. --> ## User or job story User story: As a CAVC Litigation Support user when I identify the CAVC Rema...
priority
remove judgement mandate date for mdrs on cavc entry form user or job story user story as a cavc litigation support user when i identify the cavc remand i am entering is an mdr i need the ability to add a judgement and mandate date to be disabled as i would not yet have this information for mdrs acc...
1
174,347
6,539,419,356
IssuesEvent
2017-09-01 11:08:05
opencaching/okapi
https://api.github.com/repos/opencaching/okapi
opened
Add a user ID paramter to services/caches/map/tile to query other users' maps
enhancement Priority-Low
In OCPL code there is the feature to view another user's map. This feature is used to plan common geocaching trips (see https://github.com/opencaching/opencaching-pl/issues/1169). To accomplish this, OCPL code makes the user who views the map prentend to be someone else. Wrygiel wrote in issue #439: > So, wheneve...
1.0
Add a user ID paramter to services/caches/map/tile to query other users' maps - In OCPL code there is the feature to view another user's map. This feature is used to plan common geocaching trips (see https://github.com/opencaching/opencaching-pl/issues/1169). To accomplish this, OCPL code makes the user who views th...
priority
add a user id paramter to services caches map tile to query other users maps in ocpl code there is the feature to view another user s map this feature is used to plan common geocaching trips see to accomplish this ocpl code makes the user who views the map prentend to be someone else wrygiel wrote in issue ...
1
270,662
8,468,268,695
IssuesEvent
2018-10-23 19:14:52
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
show_images.py should support multiple cameras
priority: low team: 6.881 team: manipulation type: feature request
drake_visualizer used to support multiple cameras. the new version can/should, too. For example, the manipulation_station demo has multiple RGB-D cameras, but currently can only send one to drake visualizer.
1.0
show_images.py should support multiple cameras - drake_visualizer used to support multiple cameras. the new version can/should, too. For example, the manipulation_station demo has multiple RGB-D cameras, but currently can only send one to drake visualizer.
priority
show images py should support multiple cameras drake visualizer used to support multiple cameras the new version can should too for example the manipulation station demo has multiple rgb d cameras but currently can only send one to drake visualizer
1
244,663
7,878,376,017
IssuesEvent
2018-06-26 10:01:41
Caleydo/mothertable
https://api.github.com/repos/Caleydo/mothertable
closed
Cannot turn off auto mode by clicking icon
bug low priority
When I click the auto aggregation mode in the case it is already activated, I would assume that it is turned off but keeps the currently chosen aggregations mode active.
1.0
Cannot turn off auto mode by clicking icon - When I click the auto aggregation mode in the case it is already activated, I would assume that it is turned off but keeps the currently chosen aggregations mode active.
priority
cannot turn off auto mode by clicking icon when i click the auto aggregation mode in the case it is already activated i would assume that it is turned off but keeps the currently chosen aggregations mode active
1
580,973
17,271,190,884
IssuesEvent
2021-07-22 20:06:25
ClangBuiltLinux/linux
https://api.github.com/repos/ClangBuiltLinux/linux
reopened
Error linking kernel/futex.o
[ARCH] arm32 [BUG] Untriaged [CONFIG] allyesconfig [low priority] workaround applied
I was going to resend the patch that fixes #287 but as I was trying to come up with some testing steps for people, I ran into this error with an arm allyesconfig build (little endian): ``` arm-linux-gnueabi-ld: kernel/futex.o:(.text.fixup+0x5c): relocation truncated to fit: R_ARM_JUMP24 against `.init.text' make[2...
1.0
Error linking kernel/futex.o - I was going to resend the patch that fixes #287 but as I was trying to come up with some testing steps for people, I ran into this error with an arm allyesconfig build (little endian): ``` arm-linux-gnueabi-ld: kernel/futex.o:(.text.fixup+0x5c): relocation truncated to fit: R_ARM_JUMP...
priority
error linking kernel futex o i was going to resend the patch that fixes but as i was trying to come up with some testing steps for people i ran into this error with an arm allyesconfig build little endian arm linux gnueabi ld kernel futex o text fixup relocation truncated to fit r arm against...
1
524,815
15,223,792,803
IssuesEvent
2021-02-18 03:33:22
ppy/osu
https://api.github.com/repos/ppy/osu
closed
Add support for custom osu-stable install path lookup
low-priority proposal
As the title says, that is the only message I get, when clicking on import beatmaps. Yes, I have osu!stable version installed. And sorry if there was already a post about this, but I did not find one. Taken from the database.log: 15.01.2018 05:31:12: Failed executing DbCommand (11ms) [Parameters=[], CommandType...
1.0
Add support for custom osu-stable install path lookup - As the title says, that is the only message I get, when clicking on import beatmaps. Yes, I have osu!stable version installed. And sorry if there was already a post about this, but I did not find one. Taken from the database.log: 15.01.2018 05:31:12: Faile...
priority
add support for custom osu stable install path lookup as the title says that is the only message i get when clicking on import beatmaps yes i have osu stable version installed and sorry if there was already a post about this but i did not find one taken from the database log failed execut...
1
610,299
18,903,368,455
IssuesEvent
2021-11-16 05:30:58
Odie/skyui-vr
https://api.github.com/repos/Odie/skyui-vr
closed
Go over the papyrus script files
priority/low
In fixing the magic menu, it appears that some ini settings have changed sections. For example, "fMagic3DItemPosX" that was originally in the "Interface" section is, instead, in the "VRUI" section in SkyrimVR. At this very least, this breaks SkyUI's own 3d item position offset settings as they are no longer patch...
1.0
Go over the papyrus script files - In fixing the magic menu, it appears that some ini settings have changed sections. For example, "fMagic3DItemPosX" that was originally in the "Interface" section is, instead, in the "VRUI" section in SkyrimVR. At this very least, this breaks SkyUI's own 3d item position offset s...
priority
go over the papyrus script files in fixing the magic menu it appears that some ini settings have changed sections for example that was originally in the interface section is instead in the vrui section in skyrimvr at this very least this breaks skyui s own item position offset settings as they ...
1
178,160
6,599,509,773
IssuesEvent
2017-09-16 20:41:59
cuthbertLab/music21
https://api.github.com/repos/cuthbertLab/music21
closed
Multiprocessing on Feature Extraction
enhancement priority:low
The multiprocessing should happen on parse and on process() -- this means lazy parsing.
1.0
Multiprocessing on Feature Extraction - The multiprocessing should happen on parse and on process() -- this means lazy parsing.
priority
multiprocessing on feature extraction the multiprocessing should happen on parse and on process this means lazy parsing
1
747,279
26,079,756,743
IssuesEvent
2022-12-25 05:51:33
ccodwg/CovidTimelineCanada
https://api.github.com/repos/ccodwg/CovidTimelineCanada
closed
Consistency of geo file names
question data P2 - Low priority
It is inconsistent for the files in `geo` to be called `pt` and `health_regions`. Either they should be `pt` and `hr` or `provinces_territories` and `health_regions`. However, any change in likely to break existing workflows. When sub-health region data are added, will the file be called `sub-hr` or `sub_health_r...
1.0
Consistency of geo file names - It is inconsistent for the files in `geo` to be called `pt` and `health_regions`. Either they should be `pt` and `hr` or `provinces_territories` and `health_regions`. However, any change in likely to break existing workflows. When sub-health region data are added, will the file be ...
priority
consistency of geo file names it is inconsistent for the files in geo to be called pt and health regions either they should be pt and hr or provinces territories and health regions however any change in likely to break existing workflows when sub health region data are added will the file be ...
1
751,657
26,252,677,466
IssuesEvent
2023-01-05 20:52:28
awesomemotive/affiliatewp-affiliate-area-shortcodes
https://api.github.com/repos/awesomemotive/affiliatewp-affiliate-area-shortcodes
closed
If AffiliateWP is not active, there is no longer a requirement admin notice
type-bug priority-high workflow-has-pr
While this addon exhibits the issue, it's likely also affecting any other addon using the same activation class. I'm opening it here because I need to do some work on this addon for the WordPress.org repo and this is going to hold us back. Let's fix it in this addon first and then push it out to other addons. ## The...
1.0
If AffiliateWP is not active, there is no longer a requirement admin notice - While this addon exhibits the issue, it's likely also affecting any other addon using the same activation class. I'm opening it here because I need to do some work on this addon for the WordPress.org repo and this is going to hold us back. Le...
priority
if affiliatewp is not active there is no longer a requirement admin notice while this addon exhibits the issue it s likely also affecting any other addon using the same activation class i m opening it here because i need to do some work on this addon for the wordpress org repo and this is going to hold us back le...
1
202,615
7,050,294,208
IssuesEvent
2018-01-03 04:53:37
squizlabs/PHP_CodeSniffer
https://api.github.com/repos/squizlabs/PHP_CodeSniffer
closed
XML Tokenizer
Enhancement Low Priority
I didn't manage to find any configurable tool to make XML files look consistently. Some pretty basic stuff would be enough: checking indentation of attributes and child nodes, maximum line length, absence of blank lines etc. Was such (or maybe HTML) tokenizer creation ever considered? Does it look feasible within...
1.0
XML Tokenizer - I didn't manage to find any configurable tool to make XML files look consistently. Some pretty basic stuff would be enough: checking indentation of attributes and child nodes, maximum line length, absence of blank lines etc. Was such (or maybe HTML) tokenizer creation ever considered? Does it look...
priority
xml tokenizer i didn t manage to find any configurable tool to make xml files look consistently some pretty basic stuff would be enough checking indentation of attributes and child nodes maximum line length absence of blank lines etc was such or maybe html tokenizer creation ever considered does it look...
1
280,481
8,682,339,361
IssuesEvent
2018-12-02 07:01:22
scalacenter/bloop
https://api.github.com/repos/scalacenter/bloop
closed
Use a better hashing algorithm for classpath hashing
performance priority / low research
We're currently using SHA-1. I believe a cryptographic hash is not necessary for hashing and detecting changes in jars, so we should use something faster and more lightweight like `xxHash`, see my previous attempt to merge this into Zinc here: https://github.com/sbt/zinc/pull/371. We could in theory implement it in blo...
1.0
Use a better hashing algorithm for classpath hashing - We're currently using SHA-1. I believe a cryptographic hash is not necessary for hashing and detecting changes in jars, so we should use something faster and more lightweight like `xxHash`, see my previous attempt to merge this into Zinc here: https://github.com/sb...
priority
use a better hashing algorithm for classpath hashing we re currently using sha i believe a cryptographic hash is not necessary for hashing and detecting changes in jars so we should use something faster and more lightweight like xxhash see my previous attempt to merge this into zinc here we could in theory ...
1
66,395
3,253,351,092
IssuesEvent
2015-10-19 18:42:33
neuropoly/spinalcordtoolbox
https://api.github.com/repos/neuropoly/spinalcordtoolbox
reopened
header of output different from input
bug priority: low sct_segment_graymatter
data: mt from batch_processing branch: master ~~~ fslhd mt0mt1.nii.gz ... qto_xyz:1 -0.843379 -0.000000 -0.503756 78.196503 qto_xyz:2 -0.001874 0.841376 1.273740 -80.194565 qto_xyz:3 -0.024932 -0.063247 16.944729 -18.327135 qto_xyz:4 0.000000 0.000000 0.000000 1.000000 qform_x...
1.0
header of output different from input - data: mt from batch_processing branch: master ~~~ fslhd mt0mt1.nii.gz ... qto_xyz:1 -0.843379 -0.000000 -0.503756 78.196503 qto_xyz:2 -0.001874 0.841376 1.273740 -80.194565 qto_xyz:3 -0.024932 -0.063247 16.944729 -18.327135 qto_xyz:4 0.0000...
priority
header of output different from input data mt from batch processing branch master fslhd nii gz qto xyz qto xyz qto xyz qto xyz qform xorient right to left qform yorient posterior ...
1
401,656
11,795,363,894
IssuesEvent
2020-03-18 08:48:55
GentenStudios/Phoenix
https://api.github.com/repos/GentenStudios/Phoenix
closed
Being able to manipulate blocks in unfocused mouse mode.
bug priority-low
## Describe the bug You are able to manipulate blocks while being in unlocked mouse mode. ## To Reproduce Steps to reproduce the behavior: 1. Focus debug menu (Esc to unlock the mouse) 2. Click on anything and you will be able to manipulate blocks while not having the camera be focused. ## Expected behavior ...
1.0
Being able to manipulate blocks in unfocused mouse mode. - ## Describe the bug You are able to manipulate blocks while being in unlocked mouse mode. ## To Reproduce Steps to reproduce the behavior: 1. Focus debug menu (Esc to unlock the mouse) 2. Click on anything and you will be able to manipulate blocks while ...
priority
being able to manipulate blocks in unfocused mouse mode describe the bug you are able to manipulate blocks while being in unlocked mouse mode to reproduce steps to reproduce the behavior focus debug menu esc to unlock the mouse click on anything and you will be able to manipulate blocks while ...
1
550,921
16,134,668,297
IssuesEvent
2021-04-29 10:11:03
open62541/open62541
https://api.github.com/repos/open62541/open62541
closed
mqtt subscriber example
Component: PubSub Priority: Low Type: Question
Is there any opc ua mqtt subscriber example ? i only found opc ua mqtt publisher example in the example folder. Regards
1.0
mqtt subscriber example - Is there any opc ua mqtt subscriber example ? i only found opc ua mqtt publisher example in the example folder. Regards
priority
mqtt subscriber example is there any opc ua mqtt subscriber example i only found opc ua mqtt publisher example in the example folder regards
1
329,771
10,024,266,728
IssuesEvent
2019-07-16 21:22:52
r-lib/styler
https://api.github.com/repos/r-lib/styler
closed
Linebreak after a single %>%
Complexity: Low Priority: Medium Priority: Unasigned Type: Bug
#503 added line-breaks after `%>%`, but I, for some reason, can't seem to get it working? Am I missing something? ``` r styler::style_text("blue() %>% green()") #> blue() %>% green() devtools::session_info() #> ─ Session info ────────────────────────────────────────────────────────── #> setting value ...
2.0
Linebreak after a single %>% - #503 added line-breaks after `%>%`, but I, for some reason, can't seem to get it working? Am I missing something? ``` r styler::style_text("blue() %>% green()") #> blue() %>% green() devtools::session_info() #> ─ Session info ────────────────────────────────────────────────────────...
priority
linebreak after a single added line breaks after but i for some reason can t seem to get it working am i missing something r styler style text blue green blue green devtools session info ─ session info ──────────────────────────────────────────────────────────...
1
316,061
9,635,638,850
IssuesEvent
2019-05-16 02:08:21
ansible/awx
https://api.github.com/repos/ansible/awx
closed
User Cannot See the Job that was launched by themselves.
component:api priority:low type:bug type:enhancement
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME - API - UI ##### SUMMARY User that launched a job, cannot see the job in the following scenario: 1. I created a user X that is an Admin of a created organization, and the Admin gave privileges to user X to use a project. 2. User x dynamically create...
1.0
User Cannot See the Job that was launched by themselves. - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME - API - UI ##### SUMMARY User that launched a job, cannot see the job in the following scenario: 1. I created a user X that is an Admin of a created organization, and the Admin gave privileges...
priority
user cannot see the job that was launched by themselves issue type bug report component name api ui summary user that launched a job cannot see the job in the following scenario i created a user x that is an admin of a created organization and the admin gave privileges...
1
708,952
24,362,682,504
IssuesEvent
2022-10-03 13:00:54
chaotic-aur/packages
https://api.github.com/repos/chaotic-aur/packages
closed
[Request] tokodon-git
request:new-pkg priority:low
### Link to the package(s) in the AUR https://aur.archlinux.org/packages/tokodon-git ### Utility this package has for you A native Mastodon client ### Do you consider the package(s) to be useful for every Chaotic-AUR user? No, but for a great amount. ### Do you consider the package to be useful for feature testin...
1.0
[Request] tokodon-git - ### Link to the package(s) in the AUR https://aur.archlinux.org/packages/tokodon-git ### Utility this package has for you A native Mastodon client ### Do you consider the package(s) to be useful for every Chaotic-AUR user? No, but for a great amount. ### Do you consider the package to be u...
priority
tokodon git link to the package s in the aur utility this package has for you a native mastodon client do you consider the package s to be useful for every chaotic aur user no but for a great amount do you consider the package to be useful for feature testing preview yes have...
1
291,063
8,917,451,095
IssuesEvent
2019-01-20 03:54:49
eve-cq/super-group
https://api.github.com/repos/eve-cq/super-group
reopened
[Origin Super Group/production] ActiveRecord::RecordNotUnique: PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "esi_universe_constellations_pkey" DETAIL: Key (id)=(20000023) already exists. : INSERT INTO "esi_universe_constellations" ("id", "name", "region_id", "created_at", "updated_at") V...
meta: honeybadger priority: low type: bug
## Backtrace line 226 of [PROJECT_ROOT]/vendor/ruby-2.5.3/lib/ruby/2.5.0/monitor.rb: mon_synchronize line 226 of [PROJECT_ROOT]/vendor/ruby-2.5.3/lib/ruby/2.5.0/monitor.rb: mon_synchronize line 21 of [PROJECT_ROOT]/app/workers/find_or_create_solar_system_worker.rb: create_constellation [View full backtrac...
1.0
[Origin Super Group/production] ActiveRecord::RecordNotUnique: PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "esi_universe_constellations_pkey" DETAIL: Key (id)=(20000023) already exists. : INSERT INTO "esi_universe_constellations" ("id", "name", "region_id", "created_at", "updated_at") V...
priority
activerecord recordnotunique pg uniqueviolation error duplicate key value violates unique constraint esi universe constellations pkey detail key id already exists insert into esi universe constellations id name region id created at updated at values returning ...
1
769,052
26,991,854,971
IssuesEvent
2023-02-09 20:37:25
Qiskit/qiskit-ibm-runtime
https://api.github.com/repos/Qiskit/qiskit-ibm-runtime
closed
Add support for updating program tags
enhancement priority: low
**What is the expected feature or enhancement?** The API supports tags on programs now on creation and update. The client should allow this new field `tags` to go through. **Acceptance criteria** Being able to update program tags via `.update_program()`.
1.0
Add support for updating program tags - **What is the expected feature or enhancement?** The API supports tags on programs now on creation and update. The client should allow this new field `tags` to go through. **Acceptance criteria** Being able to update program tags via `.update_program()`.
priority
add support for updating program tags what is the expected feature or enhancement the api supports tags on programs now on creation and update the client should allow this new field tags to go through acceptance criteria being able to update program tags via update program
1
275,763
8,580,060,984
IssuesEvent
2018-11-13 10:52:14
JustArchiNET/ASF-ui
https://api.github.com/repos/JustArchiNET/ASF-ui
closed
Disable `Capture snapshot` button until `Logging` state is saved
Priority: Low Type: Improvement
If you set `Logging` to true (before you click on save) `Capture snapshot` button becomes visible and clickable. If you click the `Capture snapshot` button it will show the notification that a snapshot has been captured. This is in this case wrong because it will first capture a snapshot once we click on save button. W...
1.0
Disable `Capture snapshot` button until `Logging` state is saved - If you set `Logging` to true (before you click on save) `Capture snapshot` button becomes visible and clickable. If you click the `Capture snapshot` button it will show the notification that a snapshot has been captured. This is in this case wrong becau...
priority
disable capture snapshot button until logging state is saved if you set logging to true before you click on save capture snapshot button becomes visible and clickable if you click the capture snapshot button it will show the notification that a snapshot has been captured this is in this case wrong becau...
1
673,800
23,031,682,279
IssuesEvent
2022-07-22 14:28:53
sogrim/technion-sogrim
https://api.github.com/repos/sogrim/technion-sogrim
closed
Separate the errors when adding a new course
:alarm_clock: priority:low :file_folder: client :bulb: fix
When adding a new course to a specific semester with a course id which already exists, or adding a course with invalid course id, we get a general error for both cases. We should separate those cases so the error would be more informative to the user.
1.0
Separate the errors when adding a new course - When adding a new course to a specific semester with a course id which already exists, or adding a course with invalid course id, we get a general error for both cases. We should separate those cases so the error would be more informative to the user.
priority
separate the errors when adding a new course when adding a new course to a specific semester with a course id which already exists or adding a course with invalid course id we get a general error for both cases we should separate those cases so the error would be more informative to the user
1
542,043
15,837,896,654
IssuesEvent
2021-04-06 21:29:53
QuangTran304/Instagram-Clone
https://api.github.com/repos/QuangTran304/Instagram-Clone
closed
[TASK] Create JSX template to resemble Instagram.
Epic #002 High Risk Low Priority Task
**Description**: Create a JSX template to look like Instagram. **Details**: ![image](https://user-images.githubusercontent.com/77517102/107163755-497fbe80-6979-11eb-859e-565bfdeceee8.png) **Story Points**: 8 **Risk**: High **Priority**: Low
1.0
[TASK] Create JSX template to resemble Instagram. - **Description**: Create a JSX template to look like Instagram. **Details**: ![image](https://user-images.githubusercontent.com/77517102/107163755-497fbe80-6979-11eb-859e-565bfdeceee8.png) **Story Points**: 8 **Risk**: High **Priority**: Low
priority
create jsx template to resemble instagram description create a jsx template to look like instagram details story points risk high priority low
1
93,820
3,911,452,926
IssuesEvent
2016-04-20 05:58:18
japanesemediamanager/jmmclient
https://api.github.com/repos/japanesemediamanager/jmmclient
closed
Bug: adding Sukebei to "Selected" (Beta 3.5)
Bug - Low Priority
Adding Sukebei Nyaa to "Selected" resets the list of search providers.
1.0
Bug: adding Sukebei to "Selected" (Beta 3.5) - Adding Sukebei Nyaa to "Selected" resets the list of search providers.
priority
bug adding sukebei to selected beta adding sukebei nyaa to selected resets the list of search providers
1
477,968
13,770,870,298
IssuesEvent
2020-10-07 20:57:35
cucapra/futil
https://api.github.com/repos/cucapra/futil
closed
[papercut] bad error message when a cell name clashes with group name
Paper cut Priority: Low
``` component main() { cells { incr = prim std_add(32); } group incr { incr.right = 32'd1; incr.left = 32'd1; incr[done] = 1'b1; } control { incr; } } ``` this program gives the error message: ``` Error: 41 | incr[done] = s.done; | ^^^^ Use of unde...
1.0
[papercut] bad error message when a cell name clashes with group name - ``` component main() { cells { incr = prim std_add(32); } group incr { incr.right = 32'd1; incr.left = 32'd1; incr[done] = 1'b1; } control { incr; } } ``` this program gives the error message: ``` ...
priority
bad error message when a cell name clashes with group name component main cells incr prim std add group incr incr right incr left incr control incr this program gives the error message error in...
1
593,273
17,953,913,731
IssuesEvent
2021-09-13 03:52:13
J-Marvin/CSSWENG-AY2021T3-S11-G3
https://api.github.com/repos/J-Marvin/CSSWENG-AY2021T3-S11-G3
closed
Non-member groom field in edit wedding record does not have an initial value
bug Low priority
**Reporter:** Tan, Vanessa Marie C. **Report date:** 09/12/2021 **Description** When trying to edit a non-member groom, the middle initial and last name fields are not automatically filled out initially. **Steps to reproduce** 1. Go to wedding record 2. Edit wedding record 3. Edit a non-member groom **Exp...
1.0
Non-member groom field in edit wedding record does not have an initial value - **Reporter:** Tan, Vanessa Marie C. **Report date:** 09/12/2021 **Description** When trying to edit a non-member groom, the middle initial and last name fields are not automatically filled out initially. **Steps to reproduce** 1. Go...
priority
non member groom field in edit wedding record does not have an initial value reporter tan vanessa marie c report date description when trying to edit a non member groom the middle initial and last name fields are not automatically filled out initially steps to reproduce go to w...
1
239,939
7,800,178,871
IssuesEvent
2018-06-09 06:00:11
MrBlizzard/RCAdmins-Tracker
https://api.github.com/repos/MrBlizzard/RCAdmins-Tracker
closed
[Daycare] 50/50 Legend Trade
awaiting developer enhancement priority:low
50/50 trade made a comeback briefly on 5.1.2 but was removed as it did not consider the new legends to be viable trades. Recommended to adjust and release a new version.
1.0
[Daycare] 50/50 Legend Trade - 50/50 trade made a comeback briefly on 5.1.2 but was removed as it did not consider the new legends to be viable trades. Recommended to adjust and release a new version.
priority
legend trade trade made a comeback briefly on but was removed as it did not consider the new legends to be viable trades recommended to adjust and release a new version
1
513,614
14,923,874,807
IssuesEvent
2021-01-23 20:57:30
AndrejOrsula/drl_grasping
https://api.github.com/repos/AndrejOrsula/drl_grasping
opened
Mesh/texture (material) memory leak
Priority: Low ❕ Type: Bug 🐞
Removing a model does not free all of its memory, there is a memory leak related to meshes/textures (material). This introduces limitation to domain randomisation which causes training to eventually fail. Current workaround is to limit the frequency of adding/removing models in order to post-pone eventual crash due to ...
1.0
Mesh/texture (material) memory leak - Removing a model does not free all of its memory, there is a memory leak related to meshes/textures (material). This introduces limitation to domain randomisation which causes training to eventually fail. Current workaround is to limit the frequency of adding/removing models in ord...
priority
mesh texture material memory leak removing a model does not free all of its memory there is a memory leak related to meshes textures material this introduces limitation to domain randomisation which causes training to eventually fail current workaround is to limit the frequency of adding removing models in ord...
1
239,189
7,787,255,009
IssuesEvent
2018-06-06 21:44:15
InfiniteFlightAirportEditing/Airports
https://api.github.com/repos/InfiniteFlightAirportEditing/Airports
closed
MMJA-Xalapa National Airport-VERACRUZ-MEXICO
Being Redone Low Priority
# Airport Name Xalapa # Country? Mexico # Improvements that need to be made? Redone From Scratch # Are you working on this airport? Yes # Airport Priority? (A380, 10000ft+ Runway) None
1.0
MMJA-Xalapa National Airport-VERACRUZ-MEXICO - # Airport Name Xalapa # Country? Mexico # Improvements that need to be made? Redone From Scratch # Are you working on this airport? Yes # Airport Priority? (A380, 10000ft+ Runway) None
priority
mmja xalapa national airport veracruz mexico airport name xalapa country mexico improvements that need to be made redone from scratch are you working on this airport yes airport priority runway none
1
308,515
9,440,173,917
IssuesEvent
2019-04-14 15:59:24
BGWE/BoardgameWE
https://api.github.com/repos/BGWE/BoardgameWE
closed
Improve game expension panel component to enable deletion
component/ui priority/low sev/improvement
... and use it in Game list component.
1.0
Improve game expension panel component to enable deletion - ... and use it in Game list component.
priority
improve game expension panel component to enable deletion and use it in game list component
1
181,078
6,656,042,824
IssuesEvent
2017-09-29 18:55:25
ProjectSidewalk/SidewalkWebpage
https://api.github.com/repos/ProjectSidewalk/SidewalkWebpage
closed
Fix widow in the advanced neighborhood ovelay
Priority: Low pull-request-submitted ui-bug
From https://github.com/ProjectSidewalk/SidewalkWebpage/pull/1109#issuecomment-332347897: > The widow is also very bothersome to me. Any ideas on how to fix this so it's not so aesthetically displeasing? ![image](https://user-images.githubusercontent.com/2873216/30884757-a999ee04-a2c5-11e7-9812-9a0ff57c8f17.png)
1.0
Fix widow in the advanced neighborhood ovelay - From https://github.com/ProjectSidewalk/SidewalkWebpage/pull/1109#issuecomment-332347897: > The widow is also very bothersome to me. Any ideas on how to fix this so it's not so aesthetically displeasing? ![image](https://user-images.githubusercontent.com/2873216/30...
priority
fix widow in the advanced neighborhood ovelay from the widow is also very bothersome to me any ideas on how to fix this so it s not so aesthetically displeasing
1
303,108
9,302,601,584
IssuesEvent
2019-03-24 11:08:27
Frooxius/NeosPublic
https://api.github.com/repos/Frooxius/NeosPublic
opened
Cache full encode data
low priority performance
Currently anytime somebody joins, the entire data model is serialized and transmitted over, which results in a tiny hiccup. This could be eliminated by caching the full encode data and invalidating individual elements on delta changes - the next encode would only have to re-encode elements that have been changed, signi...
1.0
Cache full encode data - Currently anytime somebody joins, the entire data model is serialized and transmitted over, which results in a tiny hiccup. This could be eliminated by caching the full encode data and invalidating individual elements on delta changes - the next encode would only have to re-encode elements that...
priority
cache full encode data currently anytime somebody joins the entire data model is serialized and transmitted over which results in a tiny hiccup this could be eliminated by caching the full encode data and invalidating individual elements on delta changes the next encode would only have to re encode elements that...
1
395,485
11,687,080,601
IssuesEvent
2020-03-05 12:07:37
hotosm/tasking-manager
https://api.github.com/repos/hotosm/tasking-manager
closed
Add functionality to split tasks for validation
Priority: Low Type: Enhancement
Sometimes when validating, it's useful to be able to split the tile before validating. Example scenarios: 1) It is a very complicated tile, and you'd like to make it simpler to validate. 2) Some parts of the tile have bad imagery, and you'd like to split the tile to indicate which parts have bad imagery. This ...
1.0
Add functionality to split tasks for validation - Sometimes when validating, it's useful to be able to split the tile before validating. Example scenarios: 1) It is a very complicated tile, and you'd like to make it simpler to validate. 2) Some parts of the tile have bad imagery, and you'd like to split the ti...
priority
add functionality to split tasks for validation sometimes when validating it s useful to be able to split the tile before validating example scenarios it is a very complicated tile and you d like to make it simpler to validate some parts of the tile have bad imagery and you d like to split the ti...
1
134,574
5,229,765,686
IssuesEvent
2017-01-29 09:11:56
tuura/workcraft
https://api.github.com/repos/tuura/workcraft
closed
MPSat error message on CSC resolution is too long
bug priority/low tag/mpsat
If MPSat CSC resolution fails then the popup message box may be too large due to the amount of diagnostic text -- it includes detailed info about all the encoding conflicts. This can be reproduced on the attached STG. (rename to .work) [stg-vme-read_write.zip](https://github.com/tuura/workcraft/files/625785/stg-vme-re...
1.0
MPSat error message on CSC resolution is too long - If MPSat CSC resolution fails then the popup message box may be too large due to the amount of diagnostic text -- it includes detailed info about all the encoding conflicts. This can be reproduced on the attached STG. (rename to .work) [stg-vme-read_write.zip](https:...
priority
mpsat error message on csc resolution is too long if mpsat csc resolution fails then the popup message box may be too large due to the amount of diagnostic text it includes detailed info about all the encoding conflicts this can be reproduced on the attached stg rename to work a better solution would ...
1
686,326
23,486,936,116
IssuesEvent
2022-08-17 15:06:25
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
samples: lsm6dso: prints incorrect anglular velocity units
bug priority: low area: Sensors Stale
**Describe the bug** In the lsm6dso sample, the gyro values are printed as `dps`: https://github.com/zephyrproject-rtos/zephyr/blob/11b9da4396ae0df8407c1d313b2a4c164ecd18e0/samples/sensor/lsm6dso/src/main.c#L48 However, according to sensor.h, the values are returned as `rad/s`. This is also what I experimentall...
1.0
samples: lsm6dso: prints incorrect anglular velocity units - **Describe the bug** In the lsm6dso sample, the gyro values are printed as `dps`: https://github.com/zephyrproject-rtos/zephyr/blob/11b9da4396ae0df8407c1d313b2a4c164ecd18e0/samples/sensor/lsm6dso/src/main.c#L48 However, according to sensor.h, the valu...
priority
samples prints incorrect anglular velocity units describe the bug in the sample the gyro values are printed as dps however according to sensor h the values are returned as rad s this is also what i experimentally found out expected behavior the sample program displays the corr...
1
278,968
8,653,429,918
IssuesEvent
2018-11-27 10:48:55
pombase/canto
https://api.github.com/repos/pombase/canto
closed
Slow docker searching for email issue
bug low priority
I have searched for the issue that @jseager7 issued regarding the long wait between putting in curator details and going to the gene page, when using docker, but I am unable to find it so logging this ticket. I have eliminated email as the issue as I have now successfully got email working on our docker instance of ...
1.0
Slow docker searching for email issue - I have searched for the issue that @jseager7 issued regarding the long wait between putting in curator details and going to the gene page, when using docker, but I am unable to find it so logging this ticket. I have eliminated email as the issue as I have now successfully got ...
priority
slow docker searching for email issue i have searched for the issue that issued regarding the long wait between putting in curator details and going to the gene page when using docker but i am unable to find it so logging this ticket i have eliminated email as the issue as i have now successfully got email w...
1
87,842
3,768,192,462
IssuesEvent
2016-03-16 02:51:29
jlovelock/DungeonGen
https://api.github.com/repos/jlovelock/DungeonGen
opened
Recover ammunition
enhancement low priority minor
Searching room after a combat should recover half expended ammo. Takes 1 min.
1.0
Recover ammunition - Searching room after a combat should recover half expended ammo. Takes 1 min.
priority
recover ammunition searching room after a combat should recover half expended ammo takes min
1
565,519
16,763,119,891
IssuesEvent
2021-06-14 04:15:10
drift-org/backend
https://api.github.com/repos/drift-org/backend
opened
Use http.StatusUnauthorized instead of http.StatusInternalServerError in auth middleware
dev:chip-away priority:4-low
Use http.StatusUnauthorized instead of http.StatusInternalServerError in auth middleware
1.0
Use http.StatusUnauthorized instead of http.StatusInternalServerError in auth middleware - Use http.StatusUnauthorized instead of http.StatusInternalServerError in auth middleware
priority
use http statusunauthorized instead of http statusinternalservererror in auth middleware use http statusunauthorized instead of http statusinternalservererror in auth middleware
1
626,531
19,826,509,265
IssuesEvent
2022-01-20 07:19:40
cathayddt/bdk
https://api.github.com/repos/cathayddt/bdk
closed
chaincode deploy/approve/update/invoke/query 改用discover
type:feature priority:low status:pending
# ISSUE ## 說明 (Description) 組織設anchor-peer後,discover機制可以取得channel的其他peer,與endorsement policy ## 種類 (Issue Type) [x] Feature Request [ ] Report Bug [ ] Other --- ## 新功能 (Feature Request) **希望新增此功能的原因 (Reason for this Feature)** 用discover的機制就不需要再帶 `--peer`跟`--orderer`參數,tlsca資料夾可能也可以拿掉 **可能的解法 (Propose...
1.0
chaincode deploy/approve/update/invoke/query 改用discover - # ISSUE ## 說明 (Description) 組織設anchor-peer後,discover機制可以取得channel的其他peer,與endorsement policy ## 種類 (Issue Type) [x] Feature Request [ ] Report Bug [ ] Other --- ## 新功能 (Feature Request) **希望新增此功能的原因 (Reason for this Feature)** 用discover的機制就不需要再帶 ...
priority
chaincode deploy approve update invoke query 改用discover issue 說明 description 組織設anchor peer後,discover機制可以取得channel的其他peer,與endorsement policy 種類 issue type feature request report bug other 新功能 feature request 希望新增此功能的原因 reason for this feature 用discover的機制就不需要再帶 pee...
1
820,758
30,786,885,686
IssuesEvent
2023-07-31 13:47:09
priyankarpal/ProjectsHut
https://api.github.com/repos/priyankarpal/ProjectsHut
closed
feat: revamp hover states for social icons 🪄✨
good first issue ⭐ goal: addition 🟩 priority: low 🏁 status: ready for dev gssoc23 level1 🕹 aspect: interface
### What feature? - We want to revamp the hover state of social icons, the current state is not appreciated. Because the color scheme used for every different social icons during hover on our dark themed ProjectsHut Site is just creates bad impression. - We can revamp the color to site's primary color `#A66EFC` which...
1.0
feat: revamp hover states for social icons 🪄✨ - ### What feature? - We want to revamp the hover state of social icons, the current state is not appreciated. Because the color scheme used for every different social icons during hover on our dark themed ProjectsHut Site is just creates bad impression. - We can revamp...
priority
feat revamp hover states for social icons 🪄✨ what feature we want to revamp the hover state of social icons the current state is not appreciated because the color scheme used for every different social icons during hover on our dark themed projectshut site is just creates bad impression we can revamp...
1
37,462
2,829,690,692
IssuesEvent
2015-05-23 03:54:36
HellscreamWoW/Tracker
https://api.github.com/repos/HellscreamWoW/Tracker
closed
Blackrock Spy
Priority-Low Type-Creature
"When you attack this mob and then you run off, and the mob stops attacking you and goes back to his place as a pawn, I mean without moving his legs. :) http://www.wowhead.com/npc=49874/blackrock-spy"
1.0
Blackrock Spy - "When you attack this mob and then you run off, and the mob stops attacking you and goes back to his place as a pawn, I mean without moving his legs. :) http://www.wowhead.com/npc=49874/blackrock-spy"
priority
blackrock spy when you attack this mob and then you run off and the mob stops attacking you and goes back to his place as a pawn i mean without moving his legs
1
455,221
13,113,589,359
IssuesEvent
2020-08-05 05:52:03
elementary/switchboard-plug-notifications
https://api.github.com/repos/elementary/switchboard-plug-notifications
closed
Images are still bright in dark style
Priority: Low Status: Confirmed
![Screenshot from 2020-04-24 10 16 19@2x](https://user-images.githubusercontent.com/7277719/80239238-b9a09c00-8614-11ea-8d7f-99a62676ba6b.png) <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/91413694-images-are-still-bright-in-dark-style?utm_campa...
1.0
Images are still bright in dark style - ![Screenshot from 2020-04-24 10 16 19@2x](https://user-images.githubusercontent.com/7277719/80239238-b9a09c00-8614-11ea-8d7f-99a62676ba6b.png) <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/91413694-images-...
priority
images are still bright in dark style want to back this issue we accept bounties via
1
529,032
15,379,230,232
IssuesEvent
2021-03-02 19:23:00
dermestid/bold-phylodiv-scripts
https://api.github.com/repos/dermestid/bold-phylodiv-scripts
closed
Instead of error bars, plot all points, and vary grid
enhancement lower priority question ui
Currently points and regression line are plotted using the means of 20 iterations (to obtain a 90% confidence interval). The error bars are not very readable. Instead, it might be better just to plot all iterations (with smaller dots). Then draw a confidence interval around the regression line as an area. Ideally...
1.0
Instead of error bars, plot all points, and vary grid - Currently points and regression line are plotted using the means of 20 iterations (to obtain a 90% confidence interval). The error bars are not very readable. Instead, it might be better just to plot all iterations (with smaller dots). Then draw a confidence in...
priority
instead of error bars plot all points and vary grid currently points and regression line are plotted using the means of iterations to obtain a confidence interval the error bars are not very readable instead it might be better just to plot all iterations with smaller dots then draw a confidence inte...
1
637,842
20,679,287,877
IssuesEvent
2022-03-10 12:22:50
SeldonIO/alibi-detect
https://api.github.com/repos/SeldonIO/alibi-detect
closed
Fix save/load fn Prophet detector Python 3.6
Priority: Low Type: Bug
Can put a temporary fix in place by wiping the stan backend logger as an attribute: https://github.com/facebook/prophet/issues/1361
1.0
Fix save/load fn Prophet detector Python 3.6 - Can put a temporary fix in place by wiping the stan backend logger as an attribute: https://github.com/facebook/prophet/issues/1361
priority
fix save load fn prophet detector python can put a temporary fix in place by wiping the stan backend logger as an attribute
1
291,129
8,920,656,167
IssuesEvent
2019-01-21 07:41:30
meteoswiss-mdr/pyrad
https://api.github.com/repos/meteoswiss-mdr/pyrad
closed
Clutter variance maps
enhancement low priority
There is a request for clutter variance maps. Should be easily implemented using the framework for ground clutter monitoring. The maps would be computed on clear air days
1.0
Clutter variance maps - There is a request for clutter variance maps. Should be easily implemented using the framework for ground clutter monitoring. The maps would be computed on clear air days
priority
clutter variance maps there is a request for clutter variance maps should be easily implemented using the framework for ground clutter monitoring the maps would be computed on clear air days
1
478,852
13,786,454,857
IssuesEvent
2020-10-09 01:53:57
kubeapps/kubeapps
https://api.github.com/repos/kubeapps/kubeapps
closed
[PostgreSQL] Improve database performance
priority/low wontfix
<!-- If you are reporting a new issue, make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead. If you suspect your issue is a bug, please edit ...
1.0
[PostgreSQL] Improve database performance - <!-- If you are reporting a new issue, make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead. If y...
priority
improve database performance if you are reporting a new issue make sure that we do not have any duplicates already open you can ensure this by searching the issue list for this repository if there is a duplicate please close your issue and add a comment to the existing issue instead if you suspect ...
1
809,370
30,190,027,392
IssuesEvent
2023-07-04 14:41:21
Automattic/woocommerce-payments
https://api.github.com/repos/Automattic/woocommerce-payments
closed
Payment request button - Two different fatal error logs
type: bug priority: low component: payment request button category: core
### Describe the bug For some time, I've seen two errors stemming from the file `includes/class-wc-payments-payment-request-button-handler.php` on Atomic sites. It's not new, but we should take the time to fix them. Grafana dashboard: [link](https://mc.a8c.com/grafana/d/o7i4CqH4z/wc-pay-additional?orgId=1&var-hvm...
1.0
Payment request button - Two different fatal error logs - ### Describe the bug For some time, I've seen two errors stemming from the file `includes/class-wc-payments-payment-request-button-handler.php` on Atomic sites. It's not new, but we should take the time to fix them. Grafana dashboard: [link](https://mc.a8...
priority
payment request button two different fatal error logs describe the bug for some time i ve seen two errors stemming from the file includes class wc payments payment request button handler php on atomic sites it s not new but we should take the time to fix them grafana dashboard first erro...
1
732,233
25,250,657,921
IssuesEvent
2022-11-15 14:27:49
nillerusr/source-engine
https://api.github.com/repos/nillerusr/source-engine
closed
SDK and engine separation
enhancement priority: low
Can you separate the engine and sdk? I want to fork your SDK and make a mod on it, but while it is in the engine, it is very inconvenient to do this.
1.0
SDK and engine separation - Can you separate the engine and sdk? I want to fork your SDK and make a mod on it, but while it is in the engine, it is very inconvenient to do this.
priority
sdk and engine separation can you separate the engine and sdk i want to fork your sdk and make a mod on it but while it is in the engine it is very inconvenient to do this
1
815,383
30,550,164,309
IssuesEvent
2023-07-20 07:58:38
diba-io/bitmask-core
https://api.github.com/repos/diba-io/bitmask-core
reopened
Transaction fee estimates
priority-low
Investigate a way to get estimates for transaction fees before initiating the transaction. Ideally this uses a two-step "thunked" approach: 1. Build and sign transaction 2. Estimate fees 3. Return fee estimate and tx thunk 4. Calling the tx thunk publishes the tx See: https://docs.rs/bdk/latest/bdk/blockchain...
1.0
Transaction fee estimates - Investigate a way to get estimates for transaction fees before initiating the transaction. Ideally this uses a two-step "thunked" approach: 1. Build and sign transaction 2. Estimate fees 3. Return fee estimate and tx thunk 4. Calling the tx thunk publishes the tx See: https://docs....
priority
transaction fee estimates investigate a way to get estimates for transaction fees before initiating the transaction ideally this uses a two step thunked approach build and sign transaction estimate fees return fee estimate and tx thunk calling the tx thunk publishes the tx see the thin...
1
298,694
9,200,679,851
IssuesEvent
2019-03-07 17:38:33
qissue-bot/QGIS
https://api.github.com/repos/qissue-bot/QGIS
closed
Usability: Some UI widgets too wide or too small or badly placed
Category: GUI Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report
--- Author Name: **anonymous -** (anonymous -) Original Redmine Issue: 257, https://issues.qgis.org/issues/257 Original Assignee: Gary Sherman --- Some QGIS dialogs have bad looking widgets mainly due being too small or too large. "Create new WMS connection" all input fields are too wide, no space between border ...
1.0
Usability: Some UI widgets too wide or too small or badly placed - --- Author Name: **anonymous -** (anonymous -) Original Redmine Issue: 257, https://issues.qgis.org/issues/257 Original Assignee: Gary Sherman --- Some QGIS dialogs have bad looking widgets mainly due being too small or too large. "Create new WMS ...
priority
usability some ui widgets too wide or too small or badly placed author name anonymous anonymous original redmine issue original assignee gary sherman some qgis dialogs have bad looking widgets mainly due being too small or too large create new wms connection all input fields are to...
1
553,374
16,371,094,147
IssuesEvent
2021-05-15 05:53:56
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
[0.9.4 Develop-286] The Tab key can wake up the sleeping avatar
Category: Gameplay Priority: Low
Build: 0.9.4 Develop-286 ## Issue Pressing the "Tab" key can wake the player's sleeping avatar. As far as I know, it should only be either the Wake-Up button or Esc. #### Reproduction Steps. 1. Sleep. 2. Press the 'Tab' key. 3. Press the 'Tab' key again. 4. Observe. #### Actual Result https://user-im...
1.0
[0.9.4 Develop-286] The Tab key can wake up the sleeping avatar - Build: 0.9.4 Develop-286 ## Issue Pressing the "Tab" key can wake the player's sleeping avatar. As far as I know, it should only be either the Wake-Up button or Esc. #### Reproduction Steps. 1. Sleep. 2. Press the 'Tab' key. 3. Press the 'Tab' ...
priority
the tab key can wake up the sleeping avatar build develop issue pressing the tab key can wake the player s sleeping avatar as far as i know it should only be either the wake up button or esc reproduction steps sleep press the tab key press the tab key again obser...
1
330,906
10,057,270,015
IssuesEvent
2019-07-22 11:11:16
calebdehaan/codeDuplicationParser
https://api.github.com/repos/calebdehaan/codeDuplicationParser
closed
Remove code for pretty-printing syntax tree from app.py
low priority
I don't know if it's still important, but it shouldn't be in the main file, even if we may use it in the future. Perhaps move it to the `utils` submodule if you want to keep it.
1.0
Remove code for pretty-printing syntax tree from app.py - I don't know if it's still important, but it shouldn't be in the main file, even if we may use it in the future. Perhaps move it to the `utils` submodule if you want to keep it.
priority
remove code for pretty printing syntax tree from app py i don t know if it s still important but it shouldn t be in the main file even if we may use it in the future perhaps move it to the utils submodule if you want to keep it
1
495,487
14,282,825,214
IssuesEvent
2020-11-23 10:08:21
VolmitSoftware/Iris
https://api.github.com/repos/VolmitSoftware/Iris
closed
Add /iris goto or /iris tp to teleport to biomes, structures and / or objects
Enhancement Low Priority Plugin
Just like vanilla minecraft's /locatebiome allows you to to find biomes, a command for Iris which would do the same thing would be very useful for testing. A set of /iris locate biome, /iris locate structure and /iris locate object would be best IMO, to prevent having issues with overlapping names. If the command com...
1.0
Add /iris goto or /iris tp to teleport to biomes, structures and / or objects - Just like vanilla minecraft's /locatebiome allows you to to find biomes, a command for Iris which would do the same thing would be very useful for testing. A set of /iris locate biome, /iris locate structure and /iris locate object would b...
priority
add iris goto or iris tp to teleport to biomes structures and or objects just like vanilla minecraft s locatebiome allows you to to find biomes a command for iris which would do the same thing would be very useful for testing a set of iris locate biome iris locate structure and iris locate object would b...
1
766,388
26,882,106,789
IssuesEvent
2023-02-05 19:08:47
FrancescoXX/4c-site
https://api.github.com/repos/FrancescoXX/4c-site
closed
[Bug]: Faq answers not taking entire container space
enhancement 🟨 priority: medium 🟩 priority: low
### Description I just noticed that the answers in the FAQ answers are taking a certain width when there's a whole lot of space remaining Here's how it looks right now: ![Screenshot from 2023-02-04 08-41-53 1](https://user-images.githubusercontent.com/95094057/216745221-32507592-7e26-49a3-b1b8-28b2c6c0ccb1.png) ...
2.0
[Bug]: Faq answers not taking entire container space - ### Description I just noticed that the answers in the FAQ answers are taking a certain width when there's a whole lot of space remaining Here's how it looks right now: ![Screenshot from 2023-02-04 08-41-53 1](https://user-images.githubusercontent.com/95094...
priority
faq answers not taking entire container space description i just noticed that the answers in the faq answers are taking a certain width when there s a whole lot of space remaining here s how it looks right now to reproduce go to click on any of the faq questions see that the ...
1
188,151
6,773,359,297
IssuesEvent
2017-10-27 05:22:07
qutebrowser/qutebrowser
https://api.github.com/repos/qutebrowser/qutebrowser
opened
Handle bindings with leading :
bug: behavior component: config component: keyinput priority: 2 - low
After `:bind ,x :nop` (with the extra `:`), the binding `,x` seems to work, but e.g. the completion for `:bind ,x` shows "Invalid command!" for the current binding.
1.0
Handle bindings with leading : - After `:bind ,x :nop` (with the extra `:`), the binding `,x` seems to work, but e.g. the completion for `:bind ,x` shows "Invalid command!" for the current binding.
priority
handle bindings with leading after bind x nop with the extra the binding x seems to work but e g the completion for bind x shows invalid command for the current binding
1
586,385
17,576,449,744
IssuesEvent
2021-08-15 17:55:34
MLH-Fellowship/gitdash
https://api.github.com/repos/MLH-Fellowship/gitdash
closed
Add authentication protection on routes
enhancement low-priority
Currently users can manually head to any page in our application. I believe we should first check if a user is authenticated before letting them go to a route.
1.0
Add authentication protection on routes - Currently users can manually head to any page in our application. I believe we should first check if a user is authenticated before letting them go to a route.
priority
add authentication protection on routes currently users can manually head to any page in our application i believe we should first check if a user is authenticated before letting them go to a route
1
551,505
16,174,575,086
IssuesEvent
2021-05-03 03:02:29
azerothcore/azerothcore-wotlk
https://api.github.com/repos/azerothcore/azerothcore-wotlk
closed
Broken/stuck NPC GUID 14569
30-39 Good first issue Priority - Low
<!-- IF YOU DO NOT FILL THIS TEMPLATE OUT, WE WILL CLOSE YOUR ISSUE --> <!-- This template is for problem reports. If this is a crash report, upload the crash log on https://gist.github.com/ For issues containing a fix, please create a Pull Request following this tutorial: https://www.azerothcore.org/wiki/How-to-c...
1.0
Broken/stuck NPC GUID 14569 - <!-- IF YOU DO NOT FILL THIS TEMPLATE OUT, WE WILL CLOSE YOUR ISSUE --> <!-- This template is for problem reports. If this is a crash report, upload the crash log on https://gist.github.com/ For issues containing a fix, please create a Pull Request following this tutorial: https://www...
priority
broken stuck npc guid this template is for problem reports if this is a crash report upload the crash log on for issues containing a fix please create a pull request following this tutorial current behaviour describe the bug or issue in detail if it includes any quest spell i...
1
229,593
7,576,078,656
IssuesEvent
2018-04-24 05:33:14
medic/medic-webapp
https://api.github.com/repos/medic/medic-webapp
closed
edit-user controller has 3 different entry points and 2 different templates
Priority: 3 - Low Status: 1 - Triaged Type: Technical issue Users
You can use the `edit-user.js` with - `model === aUserObject` : you want to edit a given user - `model === undefined`: you want to edit the current user - `model === {}` : you want to create a new user And with templates : - `edit_user.html` : to edit the whole user. Though depending on your permissions, not...
1.0
edit-user controller has 3 different entry points and 2 different templates - You can use the `edit-user.js` with - `model === aUserObject` : you want to edit a given user - `model === undefined`: you want to edit the current user - `model === {}` : you want to create a new user And with templates : - `edit_...
priority
edit user controller has different entry points and different templates you can use the edit user js with model auserobject you want to edit a given user model undefined you want to edit the current user model you want to create a new user and with templates edit ...
1
512,392
14,895,630,630
IssuesEvent
2021-01-21 09:21:48
ctmrbio/BACTpipe
https://api.github.com/repos/ctmrbio/BACTpipe
closed
Make Nextflow exit if subprocess fail
Low priority enhancement
We should put the following line in `nextflow.config`, so we don't have to do all the `&& \`-chaining inside processes, e.g. in https://github.com/ctmrbio/BACTpipe/blob/master/bactpipe.nf#L111 or https://github.com/ctmrbio/BACTpipe/blob/master/bactpipe.nf#L111. ``` // Capture exit codes from upstream processes when p...
1.0
Make Nextflow exit if subprocess fail - We should put the following line in `nextflow.config`, so we don't have to do all the `&& \`-chaining inside processes, e.g. in https://github.com/ctmrbio/BACTpipe/blob/master/bactpipe.nf#L111 or https://github.com/ctmrbio/BACTpipe/blob/master/bactpipe.nf#L111. ``` // Capture e...
priority
make nextflow exit if subprocess fail we should put the following line in nextflow config so we don t have to do all the chaining inside processes e g in or capture exit codes from upstream processes when piping process shell
1
741,477
25,797,766,533
IssuesEvent
2022-12-10 18:34:18
naturalcrit/homebrewery
https://api.github.com/repos/naturalcrit/homebrewery
closed
Account page show current Google auth status
P3 - low priority
### Your idea: The Account page only shows if the user has a Google ID linked to their account. It may be handy to also display if the connection is currently working. We get a lot of users who have used Google Drive in the past and the credentials expired, etc., so if we tell them to check their account page this cou...
1.0
Account page show current Google auth status - ### Your idea: The Account page only shows if the user has a Google ID linked to their account. It may be handy to also display if the connection is currently working. We get a lot of users who have used Google Drive in the past and the credentials expired, etc., so if we...
priority
account page show current google auth status your idea the account page only shows if the user has a google id linked to their account it may be handy to also display if the connection is currently working we get a lot of users who have used google drive in the past and the credentials expired etc so if we...
1
256,771
8,128,848,154
IssuesEvent
2018-08-17 13:19:46
hackerspace-bootstrap/strichliste
https://api.github.com/repos/hackerspace-bootstrap/strichliste
closed
Configurable database backend
enhancement low priority
Maybe it would be nice to have other database backends and introduce a query builder like squel.js with this step. The reason is: I think it would be nice that one can use mysql if there's already a running instance, because multiple applications an query the database - not just one using the sqlite database
1.0
Configurable database backend - Maybe it would be nice to have other database backends and introduce a query builder like squel.js with this step. The reason is: I think it would be nice that one can use mysql if there's already a running instance, because multiple applications an query the database - not just one us...
priority
configurable database backend maybe it would be nice to have other database backends and introduce a query builder like squel js with this step the reason is i think it would be nice that one can use mysql if there s already a running instance because multiple applications an query the database not just one us...
1
312,701
9,551,827,335
IssuesEvent
2019-05-02 15:15:38
JacquesCarette/Drasil
https://api.github.com/repos/JacquesCarette/Drasil
opened
Add drasil-build to SubPackages Wiki
DocOfDrasil Low Priority
The `drasil-build` subpackage isn't in the wiki for subpackages, so it should be updated.
1.0
Add drasil-build to SubPackages Wiki - The `drasil-build` subpackage isn't in the wiki for subpackages, so it should be updated.
priority
add drasil build to subpackages wiki the drasil build subpackage isn t in the wiki for subpackages so it should be updated
1
792,912
27,976,950,351
IssuesEvent
2023-03-25 17:51:31
asastats/channel
https://api.github.com/repos/asastats/channel
closed
[CT2] Create meaningful and useful wiki home page
low priority task addressed
[CT2] for @SCN9A - - - - - https://github.com/asastats/channel/wiki Right now pages are just listed, we should create a starting point for something that is described in Channel's README as "A collaborated work on the official ASA Stats documents should take place in the [wiki](https://github.com/asastats/channel/...
1.0
[CT2] Create meaningful and useful wiki home page - [CT2] for @SCN9A - - - - - https://github.com/asastats/channel/wiki Right now pages are just listed, we should create a starting point for something that is described in Channel's README as "A collaborated work on the official ASA Stats documents should take plac...
priority
create meaningful and useful wiki home page for right now pages are just listed we should create a starting point for something that is described in channel s readme as a collaborated work on the official asa stats documents should take place in the
1
771,014
27,065,345,810
IssuesEvent
2023-02-13 23:43:31
asastats/channel
https://api.github.com/repos/asastats/channel
closed
NFT Grocery store market link
feature low priority wontfix
https://discord.com/channels/906917846754418770/908054304332603402/929760042226442313. > This url should be added to coupon assets because this are where one can trade them aside tinyman. U can use the coupon to buy on this url https://www.algochainnft.com/grocery https://discord.com/channels/906917846754418770...
1.0
NFT Grocery store market link - https://discord.com/channels/906917846754418770/908054304332603402/929760042226442313. > This url should be added to coupon assets because this are where one can trade them aside tinyman. U can use the coupon to buy on this url https://www.algochainnft.com/grocery https://discord...
priority
nft grocery store market link this url should be added to coupon assets because this are where one can trade them aside tinyman u can use the coupon to buy on this url i figured something out recently for the grocery coupons that one buy for those that have it you can use this coupons to buy asse...
1
268,185
8,404,502,563
IssuesEvent
2018-10-11 13:01:22
highcharts/highcharts
https://api.github.com/repos/highcharts/highcharts
closed
Plotbands added via options have wrong zIndex when using alternateGridColor
Bug Highcharts Priority:Low
Plotbands and alternateGridColor seems to get mixed when they are added in the options object. When added after the chart has been created the plotbands are in correct position. Example: http://jsfiddle.net/z3PKa/ Forum thread: http://highslide.com/forum/viewtopic.php?f=9&t=11175
1.0
Plotbands added via options have wrong zIndex when using alternateGridColor - Plotbands and alternateGridColor seems to get mixed when they are added in the options object. When added after the chart has been created the plotbands are in correct position. Example: http://jsfiddle.net/z3PKa/ Forum thread: http://highsl...
priority
plotbands added via options have wrong zindex when using alternategridcolor plotbands and alternategridcolor seems to get mixed when they are added in the options object when added after the chart has been created the plotbands are in correct position example forum thread
1
797,589
28,149,117,667
IssuesEvent
2023-04-02 20:40:50
dev-launchers/dev-launchers-platform
https://api.github.com/repos/dev-launchers/dev-launchers-platform
closed
[BUG] Dev Launcher’s rainbow at the top nav height with inconsistent height sizes across the website
bug FRONTEND IdeaSpace dev [priority] LOW
### Steps to replicate are 1. Go to DL home page https://devlaunchers.org/, IdeaSpace https://devlaunchers.org/ideaspace, the Create page https://devlaunchers.org/create, etc. navigate Dev Launchers website. 2. Observe the height size of the “rainbow” at the top nav. It isn't consistent across the website. ### Device ...
1.0
[BUG] Dev Launcher’s rainbow at the top nav height with inconsistent height sizes across the website - ### Steps to replicate are 1. Go to DL home page https://devlaunchers.org/, IdeaSpace https://devlaunchers.org/ideaspace, the Create page https://devlaunchers.org/create, etc. navigate Dev Launchers website. 2. Observ...
priority
dev launcher’s rainbow at the top nav height with inconsistent height sizes across the website steps to replicate are go to dl home page ideaspace the create page etc navigate dev launchers website observe the height size of the “rainbow” at the top nav it isn t consistent across the website ...
1
321,305
9,796,619,870
IssuesEvent
2019-06-11 08:05:39
salesagility/SuiteCRM
https://api.github.com/repos/salesagility/SuiteCRM
closed
Setting "hide_subpanels_on_login" always hides all subpanels
Low Priority bug
<!--- 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. ---> <!--- If you have discovered a security risk please report it by emailing security@suitecrm.com. This will be delivered to the product ...
1.0
Setting "hide_subpanels_on_login" always hides all subpanels - <!--- 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. ---> <!--- If you have discovered a security risk please report it by emailin...
priority
setting hide subpanels on login always hides all subpanels issue setting hide subpanels on login always hides all subpanels expected behavior setting hide subpanels on login should hide all subpanels on login but keep opened subpanels open in the currect session so when you vi...
1
498,494
14,408,269,926
IssuesEvent
2020-12-03 23:25:02
joey-colon/lion
https://api.github.com/repos/joey-colon/lion
opened
Keep one !market list call inside of #buy_sell_trade
low priority plugin
Currently Lion sends the user a DM of all the listings, and sends it in #buy_sell_trade if their DMs are closed. Some people don't want to have to leave the channel to see the listings A few solutions: 1. Send an updated list to #buy_sell_trade on each `!market add` call, and delete the last list posted. 2. Pin...
1.0
Keep one !market list call inside of #buy_sell_trade - Currently Lion sends the user a DM of all the listings, and sends it in #buy_sell_trade if their DMs are closed. Some people don't want to have to leave the channel to see the listings A few solutions: 1. Send an updated list to #buy_sell_trade on each `!mar...
priority
keep one market list call inside of buy sell trade currently lion sends the user a dm of all the listings and sends it in buy sell trade if their dms are closed some people don t want to have to leave the channel to see the listings a few solutions send an updated list to buy sell trade on each mar...
1
774,152
27,184,962,097
IssuesEvent
2023-02-19 04:22:38
azerothcore/azerothcore-wotlk
https://api.github.com/repos/azerothcore/azerothcore-wotlk
closed
[Escape from Durnholde] Lieutenant Drake Spawn Position and Waypoints are incorrect.
Confirmed Priority-Low Instance - Dungeon - Outland 65-69
### Current Behaviour Spawns at the top of the stairs and starts a path walking. ### Expected Blizzlike Behaviour 19:46:45.469 Last Barrel set ablaze 19:46:56.503 Lieutenant Drake spawns 19:46:58.117 Lieutenant Drake starts running Path 0 19:47:03.384 Quest Completed On Path 0 Finished: Play Sound 10428, Emote 2...
1.0
[Escape from Durnholde] Lieutenant Drake Spawn Position and Waypoints are incorrect. - ### Current Behaviour Spawns at the top of the stairs and starts a path walking. ### Expected Blizzlike Behaviour 19:46:45.469 Last Barrel set ablaze 19:46:56.503 Lieutenant Drake spawns 19:46:58.117 Lieutenant Drake starts runn...
priority
lieutenant drake spawn position and waypoints are incorrect current behaviour spawns at the top of the stairs and starts a path walking expected blizzlike behaviour last barrel set ablaze lieutenant drake spawns lieutenant drake starts running path quest completed ...
1
542,799
15,867,142,714
IssuesEvent
2021-04-08 16:32:23
dis-moi/extension
https://api.github.com/repos/dis-moi/extension
closed
Update Storybook
DX M 👕 low priority
**Describe the feature/improvement** Get the last version with clean environnement **Target user** Devs Ideas: - [x] Go from 5.3.14 to actual (6.1.21) - [ ] Find a way to have DisMoi's font loaded per default - [ ] Clean the abrorescence - [ ] Clean colors variables name - [ ] Update list of every butt...
1.0
Update Storybook - **Describe the feature/improvement** Get the last version with clean environnement **Target user** Devs Ideas: - [x] Go from 5.3.14 to actual (6.1.21) - [ ] Find a way to have DisMoi's font loaded per default - [ ] Clean the abrorescence - [ ] Clean colors variables name - [ ] Update...
priority
update storybook describe the feature improvement get the last version with clean environnement target user devs ideas go from to actual find a way to have dismoi s font loaded per default clean the abrorescence clean colors variables name update list of eve...
1
612,173
19,006,251,175
IssuesEvent
2021-11-23 00:30:50
John200410/rusherhack-issues
https://api.github.com/repos/John200410/rusherhack-issues
closed
[FEATURE] Autodupe
enhancement low priority module
**What feature would you like to be added.** AN autodupe that when activated, drops the item in your main hand, and without opening inventory activates the recipe to craft a button. **Is your feature request related to a problem? Please describe.** No **Additional context** This is an item dupe that works in s...
1.0
[FEATURE] Autodupe - **What feature would you like to be added.** AN autodupe that when activated, drops the item in your main hand, and without opening inventory activates the recipe to craft a button. **Is your feature request related to a problem? Please describe.** No **Additional context** This is an item...
priority
autodupe what feature would you like to be added an autodupe that when activated drops the item in your main hand and without opening inventory activates the recipe to craft a button is your feature request related to a problem please describe no additional context this is an item dupe th...
1