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
307,533
9,418,324,919
IssuesEvent
2019-04-10 18:55:33
code4romania/civichq-client
https://api.github.com/repos/code4romania/civichq-client
closed
[Bug] Scroll to top in admin after selecting an app to edit
angular bug enhancement good first issue help wanted low priority typescript
Currently in the admin apps panel (/approve-app), when selecting an app from the list, the edit app forms appears at the top of the page. But the action might not be visible to the user when selecting an app close to the bottom of the screen. Add automatic scroll functionality that returns the user to the top of the...
1.0
[Bug] Scroll to top in admin after selecting an app to edit - Currently in the admin apps panel (/approve-app), when selecting an app from the list, the edit app forms appears at the top of the page. But the action might not be visible to the user when selecting an app close to the bottom of the screen. Add automati...
priority
scroll to top in admin after selecting an app to edit currently in the admin apps panel approve app when selecting an app from the list the edit app forms appears at the top of the page but the action might not be visible to the user when selecting an app close to the bottom of the screen add automatic sc...
1
383,889
11,363,885,081
IssuesEvent
2020-01-27 06:20:07
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
[0.9.0 staging-1360] Best way to hide/expand category in EcoPedia.
Priority: Low
Now you need to click in small square: ![image](https://user-images.githubusercontent.com/45708377/73153690-cda43280-40e5-11ea-9b36-1ca1d4491e3d.png) But you can change it to full string as in Minimap: ![image](https://user-images.githubusercontent.com/45708377/73153736-093efc80-40e6-11ea-8de2-9f3f1b148fc4.png)
1.0
[0.9.0 staging-1360] Best way to hide/expand category in EcoPedia. - Now you need to click in small square: ![image](https://user-images.githubusercontent.com/45708377/73153690-cda43280-40e5-11ea-9b36-1ca1d4491e3d.png) But you can change it to full string as in Minimap: ![image](https://user-images.githubusercontent...
priority
best way to hide expand category in ecopedia now you need to click in small square but you can change it to full string as in minimap
1
709,058
24,366,511,292
IssuesEvent
2022-10-03 15:33:40
devedenco/issue-tracker
https://api.github.com/repos/devedenco/issue-tracker
closed
[BUG] Test
bug suite priority-low
**Description:** test --- **App Version:** 123 **Operating System:** windows --- This issue was created automatically by our Test Suite. Please report any issues [here]( https://discord.gg/KvVJ2PJsjj ). Issued by **liquid**.
1.0
[BUG] Test - **Description:** test --- **App Version:** 123 **Operating System:** windows --- This issue was created automatically by our Test Suite. Please report any issues [here]( https://discord.gg/KvVJ2PJsjj ). Issued by **liquid**.
priority
test description test app version operating system windows this issue was created automatically by our test suite please report any issues issued by liquid
1
261,840
8,246,715,617
IssuesEvent
2018-09-11 13:43:27
trustlines-network/feedback
https://api.github.com/repos/trustlines-network/feedback
closed
Should a request link be invalidated after it's clicked
conceptual idea (lower priority)
### Basic information: * OS (Android / iOS / both): * Version: ### Issue description: Should a request link be invalidated after it's clicked ### Screenshots or mock-ups ### Possible solution
1.0
Should a request link be invalidated after it's clicked - ### Basic information: * OS (Android / iOS / both): * Version: ### Issue description: Should a request link be invalidated after it's clicked ### Screenshots or mock-ups ### Possible solution
priority
should a request link be invalidated after it s clicked basic information os android ios both version issue description should a request link be invalidated after it s clicked screenshots or mock ups possible solution
1
811,249
30,281,203,498
IssuesEvent
2023-07-08 04:48:25
windwalker-io/core
https://api.github.com/repos/windwalker-io/core
closed
[Error] Ajax error rules
4.x Priority Low
- non-debug mode should always show simple HTTP status - Only in debug mode show SQL error or Exception - Can show message in non-debug mode when error, must use messages system.
1.0
[Error] Ajax error rules - - non-debug mode should always show simple HTTP status - Only in debug mode show SQL error or Exception - Can show message in non-debug mode when error, must use messages system.
priority
ajax error rules non debug mode should always show simple http status only in debug mode show sql error or exception can show message in non debug mode when error must use messages system
1
402,369
11,808,765,207
IssuesEvent
2020-03-19 13:55:41
arkhn/pyfhirstore
https://api.github.com/repos/arkhn/pyfhirstore
closed
Validate that a value and system define a unique identifier
Low Priority
When we store an identifier (system, value), check that the value input is unique in the defined system
1.0
Validate that a value and system define a unique identifier - When we store an identifier (system, value), check that the value input is unique in the defined system
priority
validate that a value and system define a unique identifier when we store an identifier system value check that the value input is unique in the defined system
1
283,787
8,723,370,882
IssuesEvent
2018-12-09 21:12:10
AguaClara/aguaclara_tutorial
https://api.github.com/repos/AguaClara/aguaclara_tutorial
closed
Add wiki back/forward buttons
enhancement low priority
It would be nice to have back/forward buttons at the bottom for when team members are reading through each page.
1.0
Add wiki back/forward buttons - It would be nice to have back/forward buttons at the bottom for when team members are reading through each page.
priority
add wiki back forward buttons it would be nice to have back forward buttons at the bottom for when team members are reading through each page
1
509,586
14,740,012,202
IssuesEvent
2021-01-07 08:21:33
root-project/root
https://api.github.com/repos/root-project/root
closed
6.22.00 pyroot regression: Can't derive from TProfile.
affects:6.22 bug in:PyROOT priority:low
With root 6.22.00, the following fragment ``` import ROOT class Foo (ROOT.TProfile): pass ``` gives errors: ``` >>> import ROOT >>> class Foo (ROOT.TProfile): pass ... input_line_38:8:19: error: redeclaration of using declaration using TProfile::BufferFill; ~~~~~~~~~~^ input_line_38:7:...
1.0
6.22.00 pyroot regression: Can't derive from TProfile. - With root 6.22.00, the following fragment ``` import ROOT class Foo (ROOT.TProfile): pass ``` gives errors: ``` >>> import ROOT >>> class Foo (ROOT.TProfile): pass ... input_line_38:8:19: error: redeclaration of using declaration using TPr...
priority
pyroot regression can t derive from tprofile with root the following fragment import root class foo root tprofile pass gives errors import root class foo root tprofile pass input line error redeclaration of using declaration using tprofile ...
1
52,609
3,025,050,729
IssuesEvent
2015-08-03 04:22:41
ankidroid/Anki-Android
https://api.github.com/repos/ankidroid/Anki-Android
closed
Suggestion: option to hide buttons in AnkiDroid
accepted enhancement Priority-Low
Originally reported on Google Code with ID 1125 ``` Just a suggestion: Add an option to hide buttons while reviewing & showing answer in AnkiDroid. As these buttons can allready be done by gestures. ``` Reported by `rr3636` on 2012-05-03 04:21:24
1.0
Suggestion: option to hide buttons in AnkiDroid - Originally reported on Google Code with ID 1125 ``` Just a suggestion: Add an option to hide buttons while reviewing & showing answer in AnkiDroid. As these buttons can allready be done by gestures. ``` Reported by `rr3636` on 2012-05-03 04:21:24
priority
suggestion option to hide buttons in ankidroid originally reported on google code with id just a suggestion add an option to hide buttons while reviewing showing answer in ankidroid as these buttons can allready be done by gestures reported by on
1
136,564
5,284,775,275
IssuesEvent
2017-02-08 01:39:20
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
Mysterious CI Bazel Error - No Discernible Error
configuration: bazel priority: low team: kitware type: bug type: continuous integration
# The Problem A Bazel-based CI run turns red, but the console log contains no discernable error. # Example Logs * https://drake-jenkins.csail.mit.edu/job/linux-xenial-gcc-bazel-experimental/808/
1.0
Mysterious CI Bazel Error - No Discernible Error - # The Problem A Bazel-based CI run turns red, but the console log contains no discernable error. # Example Logs * https://drake-jenkins.csail.mit.edu/job/linux-xenial-gcc-bazel-experimental/808/
priority
mysterious ci bazel error no discernible error the problem a bazel based ci run turns red but the console log contains no discernable error example logs
1
794,637
28,042,792,258
IssuesEvent
2023-03-28 19:56:28
dgidb/dgidb-v5
https://api.github.com/repos/dgidb/dgidb-v5
opened
don't display tooltips with no text
good first issue frontend priority:low
if the pmids or sources for an interaction are 0, don't display the tooltip
1.0
don't display tooltips with no text - if the pmids or sources for an interaction are 0, don't display the tooltip
priority
don t display tooltips with no text if the pmids or sources for an interaction are don t display the tooltip
1
816,650
30,605,822,026
IssuesEvent
2023-07-23 01:28:13
Haidoe/arc
https://api.github.com/repos/Haidoe/arc
closed
The design of the sidebar
priority-low style fix
## Bug Report **Reporter: ❗️** @wakapix **Describe the bug: ❗️** The design of the sidebar confuses users that it is editable. **Steps to reproduce: ❗️** 1. Go to 'Dashboard' 2. See error **Screenshots or Video** <img width="687" alt="Screen Shot 2023-07-17 at 10 44 37 PM" src="https://github.com/Hai...
1.0
The design of the sidebar - ## Bug Report **Reporter: ❗️** @wakapix **Describe the bug: ❗️** The design of the sidebar confuses users that it is editable. **Steps to reproduce: ❗️** 1. Go to 'Dashboard' 2. See error **Screenshots or Video** <img width="687" alt="Screen Shot 2023-07-17 at 10 44 37 PM...
priority
the design of the sidebar bug report reporter ❗️ wakapix describe the bug ❗️ the design of the sidebar confuses users that it is editable steps to reproduce ❗️ go to dashboard see error screenshots or video img width alt screen shot at pm src ...
1
797,026
28,135,739,310
IssuesEvent
2023-04-01 11:04:02
donutteam/project-donut-anniversary-edition
https://api.github.com/repos/donutteam/project-donut-anniversary-edition
opened
Dummy road in Burns' mansion backyard
Type: Low Priority
Add a dummy road to the backyard of Mr. Burns' mansion so that getting a Hit & Run there (thanks to the props and Lucas' ambient character) doesn't have any chance of breaking the music due to no vehicles spawning.
1.0
Dummy road in Burns' mansion backyard - Add a dummy road to the backyard of Mr. Burns' mansion so that getting a Hit & Run there (thanks to the props and Lucas' ambient character) doesn't have any chance of breaking the music due to no vehicles spawning.
priority
dummy road in burns mansion backyard add a dummy road to the backyard of mr burns mansion so that getting a hit run there thanks to the props and lucas ambient character doesn t have any chance of breaking the music due to no vehicles spawning
1
86,349
3,710,898,674
IssuesEvent
2016-03-02 07:43:59
kasperlewau/the-division-planner
https://api.github.com/repos/kasperlewau/the-division-planner
opened
electron
enhancement feature low-priority
Package the whole thing up in Electron and deliver binaries. Windows being the main target, OSX/Linux considered 'nice-to-have'.
1.0
electron - Package the whole thing up in Electron and deliver binaries. Windows being the main target, OSX/Linux considered 'nice-to-have'.
priority
electron package the whole thing up in electron and deliver binaries windows being the main target osx linux considered nice to have
1
715,499
24,601,769,978
IssuesEvent
2022-10-14 13:05:39
telerik/kendo-ui-core
https://api.github.com/repos/telerik/kendo-ui-core
opened
The change event of the spreadsheet datasource is not triggered when the cells value is changed when dragging a cell
Bug SEV: Low C: Spreadsheet jQuery2 Priority 5
### Bug report When dragging a cell to edit other cells in the Spreadsheet, the Change event of the DataSource is not fired. The issue is a regression starting with Kendo - 2022.2.621 ### Reproduction of the problem 1. Open the following dojo: https://dojo.telerik.com/OyAmimaH/2 Try to edit multiple cel...
1.0
The change event of the spreadsheet datasource is not triggered when the cells value is changed when dragging a cell - ### Bug report When dragging a cell to edit other cells in the Spreadsheet, the Change event of the DataSource is not fired. The issue is a regression starting with Kendo - 2022.2.621 ### Repro...
priority
the change event of the spreadsheet datasource is not triggered when the cells value is changed when dragging a cell bug report when dragging a cell to edit other cells in the spreadsheet the change event of the datasource is not fired the issue is a regression starting with kendo reproducti...
1
756,051
26,454,338,317
IssuesEvent
2023-01-16 13:29:21
libre-tube/LibreTube
https://api.github.com/repos/libre-tube/LibreTube
closed
Add a repeat button in the notification panel
enhancement priority: low
### Describe your suggested feature Exactly like the one in Newpipe, a shortcut in the video's notification, clicking on it should make the video replay itself over and over again automatically. ### Other details _No response_ ### Acknowledgements - [x] I have searched the existing issues and this is a new ticket,...
1.0
Add a repeat button in the notification panel - ### Describe your suggested feature Exactly like the one in Newpipe, a shortcut in the video's notification, clicking on it should make the video replay itself over and over again automatically. ### Other details _No response_ ### Acknowledgements - [x] I have search...
priority
add a repeat button in the notification panel describe your suggested feature exactly like the one in newpipe a shortcut in the video s notification clicking on it should make the video replay itself over and over again automatically other details no response acknowledgements i have searched...
1
77,722
3,507,231,428
IssuesEvent
2016-01-08 12:03:20
OregonCore/OregonCore
https://api.github.com/repos/OregonCore/OregonCore
closed
No errors appears while loading server (BB #702)
duplicate migrated Priority: Low Type: Bug
This issue was migrated from bitbucket. **Original Reporter:** PadreWoW **Original Date:** 27.09.2014 11:00:22 GMT+0000 **Original Priority:** minor **Original Type:** bug **Original State:** duplicate **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/702 <hr> 1) No errors appears while loading server eve...
1.0
No errors appears while loading server (BB #702) - This issue was migrated from bitbucket. **Original Reporter:** PadreWoW **Original Date:** 27.09.2014 11:00:22 GMT+0000 **Original Priority:** minor **Original Type:** bug **Original State:** duplicate **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/702...
priority
no errors appears while loading server bb this issue was migrated from bitbucket original reporter padrewow original date gmt original priority minor original type bug original state duplicate direct link no errors appears while loading server even there are er...
1
444,352
12,810,367,587
IssuesEvent
2020-07-03 18:24:11
wso2/identity-apps
https://api.github.com/repos/wso2/identity-apps
closed
Gravatar images in linked accounts are missing in user dropdown
Priority/Low Type/Bug User-Portal
**Describe the Issue:** The gravatar images appear broken in linked accounts inside the user dropdown. **How To Reproduce:** 1. Login to user portal. 2. Add an association and add a gravatar qualified email. 3. Open the user info dropdown in the top navigation. 4. Check the image of the association. <img wi...
1.0
Gravatar images in linked accounts are missing in user dropdown - **Describe the Issue:** The gravatar images appear broken in linked accounts inside the user dropdown. **How To Reproduce:** 1. Login to user portal. 2. Add an association and add a gravatar qualified email. 3. Open the user info dropdown in the ...
priority
gravatar images in linked accounts are missing in user dropdown describe the issue the gravatar images appear broken in linked accounts inside the user dropdown how to reproduce login to user portal add an association and add a gravatar qualified email open the user info dropdown in the ...
1
568,951
16,991,400,932
IssuesEvent
2021-06-30 21:02:58
mlibrary/rsvp
https://api.github.com/repos/mlibrary/rsvp
opened
Add profiling hooks
Priority low
This is done when there is a minimally invasive way to invoke the Ruby profiler of choice either on the main binaries (process.rb, query.rb) or on the testsuite.
1.0
Add profiling hooks - This is done when there is a minimally invasive way to invoke the Ruby profiler of choice either on the main binaries (process.rb, query.rb) or on the testsuite.
priority
add profiling hooks this is done when there is a minimally invasive way to invoke the ruby profiler of choice either on the main binaries process rb query rb or on the testsuite
1
117,838
4,728,380,596
IssuesEvent
2016-10-18 15:48:41
CS2103AUG2016-W13-C3/main
https://api.github.com/repos/CS2103AUG2016-W13-C3/main
closed
As a user with upcoming events that have uncertain timings, I mark events as “unconfirmed”, and manage and view them as “pending time confirmation”
priority.low type.story
better track and manage events with uncertain timings that are pending confirmation
1.0
As a user with upcoming events that have uncertain timings, I mark events as “unconfirmed”, and manage and view them as “pending time confirmation” - better track and manage events with uncertain timings that are pending confirmation
priority
as a user with upcoming events that have uncertain timings i mark events as “unconfirmed” and manage and view them as “pending time confirmation” better track and manage events with uncertain timings that are pending confirmation
1
416,105
12,139,512,270
IssuesEvent
2020-04-23 18:58:43
GentenStudios/Phoenix
https://api.github.com/repos/GentenStudios/Phoenix
opened
Add render distance setting to debug menu (P menu)
enhancement help wanted priority-low
## Story Currently there's a way to change the render distance but it's hard coded so there needs to be a setting for it so the user can control it in game. ## MVP What are the minimum features needed for this story? - [ ] Add render distance setting in debug menu.
1.0
Add render distance setting to debug menu (P menu) - ## Story Currently there's a way to change the render distance but it's hard coded so there needs to be a setting for it so the user can control it in game. ## MVP What are the minimum features needed for this story? - [ ] Add render distance setting in debug...
priority
add render distance setting to debug menu p menu story currently there s a way to change the render distance but it s hard coded so there needs to be a setting for it so the user can control it in game mvp what are the minimum features needed for this story add render distance setting in debug m...
1
696,754
23,914,899,108
IssuesEvent
2022-09-09 11:46:02
quickwit-oss/quickwit
https://api.github.com/repos/quickwit-oss/quickwit
closed
Display config info on service startup
enhancement low-priority
- Quickwit version and revision. - Config file path - Metastore URI - Data dir path
1.0
Display config info on service startup - - Quickwit version and revision. - Config file path - Metastore URI - Data dir path
priority
display config info on service startup quickwit version and revision config file path metastore uri data dir path
1
497,875
14,396,094,880
IssuesEvent
2020-12-03 05:29:42
InfiniteFlightAirportEditing/Airports
https://api.github.com/repos/InfiniteFlightAirportEditing/Airports
closed
KPAE- Snohomish County (Paine Field) Airport-WASHINGTON-USA
Being Redone Low Priority
This airpot hasn't been redone since 10 months and since it's the boeing field it should be freshend up :D
1.0
KPAE- Snohomish County (Paine Field) Airport-WASHINGTON-USA - This airpot hasn't been redone since 10 months and since it's the boeing field it should be freshend up :D
priority
kpae snohomish county paine field airport washington usa this airpot hasn t been redone since months and since it s the boeing field it should be freshend up d
1
722,586
24,868,084,510
IssuesEvent
2022-10-27 13:26:20
ncssar/radiolog
https://api.github.com/repos/ncssar/radiolog
closed
initial team tab display problem: truncated, with scroll arrows
bug Priority:Low cannotReproduce
In 3.1.0, after the first team call (Team 101 in this case): ![image](https://user-images.githubusercontent.com/18752102/196058609-f433cb12-0953-4e36-8228-4de62ccc4948.png) resizing the main window by even one pixel changes the display to be as-expected: ![image](https://user-images.githubusercontent.com/18752...
1.0
initial team tab display problem: truncated, with scroll arrows - In 3.1.0, after the first team call (Team 101 in this case): ![image](https://user-images.githubusercontent.com/18752102/196058609-f433cb12-0953-4e36-8228-4de62ccc4948.png) resizing the main window by even one pixel changes the display to be as-exp...
priority
initial team tab display problem truncated with scroll arrows in after the first team call team in this case resizing the main window by even one pixel changes the display to be as expected
1
681,179
23,299,748,464
IssuesEvent
2022-08-07 06:04:14
zot4plan/Zot4Plan
https://api.github.com/repos/zot4plan/Zot4Plan
opened
INS-17 LocalStorage
Priority: low Type: feature request
**Story** Users can resume what they are working on even if they refresh the page.
1.0
INS-17 LocalStorage - **Story** Users can resume what they are working on even if they refresh the page.
priority
ins localstorage story users can resume what they are working on even if they refresh the page
1
451,083
13,024,231,715
IssuesEvent
2020-07-27 11:27:32
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
[Coverity CID :211511] Dereference after null check in subsys/net/ip/net_if.c
Coverity bug priority: low
Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/565a61dd79b0f061056c9b3fe0adba11cbeca6ab/subsys/net/ip/net_if.c#L1081 Category: Null pointer dereferences Function: `rs_timeout` Component: Networking CID: [211511](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefe...
1.0
[Coverity CID :211511] Dereference after null check in subsys/net/ip/net_if.c - Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/565a61dd79b0f061056c9b3fe0adba11cbeca6ab/subsys/net/ip/net_if.c#L1081 Category: Null pointer dereferences Function: `rs_timeout` Component: Networki...
priority
dereference after null check in subsys net ip net if c static code scan issues found in file category null pointer dereferences function rs timeout component networking cid details if iface net dbg rs no respond iface p count d ...
1
712,792
24,507,499,658
IssuesEvent
2022-10-10 17:48:15
pinkdragon1000/Fin
https://api.github.com/repos/pinkdragon1000/Fin
closed
Add Coveralls for Code Coverage in the repo
Low Priority
Coveralls is a web service that allows users to track the code coverage of their application over time in order to optimize the effectiveness of their unit tests. https://github.com/marketplace/coveralls
1.0
Add Coveralls for Code Coverage in the repo - Coveralls is a web service that allows users to track the code coverage of their application over time in order to optimize the effectiveness of their unit tests. https://github.com/marketplace/coveralls
priority
add coveralls for code coverage in the repo coveralls is a web service that allows users to track the code coverage of their application over time in order to optimize the effectiveness of their unit tests
1
240,518
7,802,589,203
IssuesEvent
2018-06-10 14:18:49
jahirfiquitiva/Blueprint
https://api.github.com/repos/jahirfiquitiva/Blueprint
closed
Add "new icon" screen
Priority: Low Status: Invalid Status: Needs Info Type: Feature Request
Would be awesome if you could add a tab or popup, where new icons in the update will be displayed. So the user can see all new icons with app names. Just like this: ![](https://i.imgur.com/yuSGSm2.jpg)
1.0
Add "new icon" screen - Would be awesome if you could add a tab or popup, where new icons in the update will be displayed. So the user can see all new icons with app names. Just like this: ![](https://i.imgur.com/yuSGSm2.jpg)
priority
add new icon screen would be awesome if you could add a tab or popup where new icons in the update will be displayed so the user can see all new icons with app names just like this
1
243,965
7,868,803,829
IssuesEvent
2018-06-24 04:38:52
btzy/circuit-playground
https://api.github.com/repos/btzy/circuit-playground
opened
Awkward workflow when entering selection mode when selector is not bound
Priority: Low Type: Problem
There are two ways to enter selection mode without needing the selector to be bound (ctrl-V and ctrl-A). If a user wanted to move the selection in this situation, they would have to 1. explicitly bind the selector 2. move the selection 3. and optionally rebind the previous tool which is quite troublesome for suc...
1.0
Awkward workflow when entering selection mode when selector is not bound - There are two ways to enter selection mode without needing the selector to be bound (ctrl-V and ctrl-A). If a user wanted to move the selection in this situation, they would have to 1. explicitly bind the selector 2. move the selection 3. ...
priority
awkward workflow when entering selection mode when selector is not bound there are two ways to enter selection mode without needing the selector to be bound ctrl v and ctrl a if a user wanted to move the selection in this situation they would have to explicitly bind the selector move the selection ...
1
671,171
22,746,631,845
IssuesEvent
2022-07-07 09:44:06
docker-mailserver/docker-mailserver
https://api.github.com/repos/docker-mailserver/docker-mailserver
closed
Is it posible to have a truted list (fail2ban)
meta/needs triage meta/help wanted kind/question priority/low
Hey, i got a status server who ask my mail server if he is online. Now the mail server has blocked the ip of my status server. Is there a way to always list the IP as not evil? When I unbanned the IP, I got the following values: Unbanned IP from dovecot and Unbanned IP from postfix-sasl. Thanks for help!
1.0
Is it posible to have a truted list (fail2ban) - Hey, i got a status server who ask my mail server if he is online. Now the mail server has blocked the ip of my status server. Is there a way to always list the IP as not evil? When I unbanned the IP, I got the following values: Unbanned IP from dovecot and Unbanned...
priority
is it posible to have a truted list hey i got a status server who ask my mail server if he is online now the mail server has blocked the ip of my status server is there a way to always list the ip as not evil when i unbanned the ip i got the following values unbanned ip from dovecot and unbanned ip fro...
1
781,127
27,423,609,270
IssuesEvent
2023-03-01 18:29:38
ramp4-pcar4/storylines-editor
https://api.github.com/repos/ramp4-pcar4/storylines-editor
closed
Remove logo if none is set
Bug Priority: High Workflow Development
If no logo is set in the Intro slide, a broken image is shown in its place. ![image](https://user-images.githubusercontent.com/5294596/220333309-06bfefab-759d-49f2-bde8-994c8695cd14.png) This also affects the "Edit Metadata" screen, as it attempts to load the undefined logo and similarly displays a broken image. ...
1.0
Remove logo if none is set - If no logo is set in the Intro slide, a broken image is shown in its place. ![image](https://user-images.githubusercontent.com/5294596/220333309-06bfefab-759d-49f2-bde8-994c8695cd14.png) This also affects the "Edit Metadata" screen, as it attempts to load the undefined logo and similarl...
priority
remove logo if none is set if no logo is set in the intro slide a broken image is shown in its place this also affects the edit metadata screen as it attempts to load the undefined logo and similarly displays a broken image
1
656,850
21,778,218,515
IssuesEvent
2022-05-13 15:47:20
SELab-2/OSOC-1
https://api.github.com/repos/SELab-2/OSOC-1
closed
Backend error on aborted request
bug help wanted low priority
## What When for example quickly changing the filters on the frontend page, the backend produces an error message. I suspect this is because the get request gets canceled by frontend as soon as a new request is sent but I'm not sure. This does not seem to have any impact besides the error message being shown in the ...
1.0
Backend error on aborted request - ## What When for example quickly changing the filters on the frontend page, the backend produces an error message. I suspect this is because the get request gets canceled by frontend as soon as a new request is sent but I'm not sure. This does not seem to have any impact besides th...
priority
backend error on aborted request what when for example quickly changing the filters on the frontend page the backend produces an error message i suspect this is because the get request gets canceled by frontend as soon as a new request is sent but i m not sure this does not seem to have any impact besides th...
1
529,576
15,391,617,266
IssuesEvent
2021-03-03 14:45:45
awb-carleton/practicum
https://api.github.com/repos/awb-carleton/practicum
opened
Break highlighting in nested for loops
bug low priority
When you break out of an inner for loop the highlighting is somewhat confused, it jumps back to the start of the inner for loop while saying we're not going to be inside of it anymore before then moving back to the outer.
1.0
Break highlighting in nested for loops - When you break out of an inner for loop the highlighting is somewhat confused, it jumps back to the start of the inner for loop while saying we're not going to be inside of it anymore before then moving back to the outer.
priority
break highlighting in nested for loops when you break out of an inner for loop the highlighting is somewhat confused it jumps back to the start of the inner for loop while saying we re not going to be inside of it anymore before then moving back to the outer
1
258,861
8,180,351,165
IssuesEvent
2018-08-28 19:11:20
mark-cunningham/Impact
https://api.github.com/repos/mark-cunningham/Impact
closed
Priority charts - add key to table
Priority: Low enhancement
In the displays of stakeholder information there is unnecessary repetition of priorities. You have the percentage breakdowns against each priority at the top and then these are stated again below with the colour reference. Wouldn't it be simpler to retain the top written priorities but have a small colour block on th...
1.0
Priority charts - add key to table - In the displays of stakeholder information there is unnecessary repetition of priorities. You have the percentage breakdowns against each priority at the top and then these are stated again below with the colour reference. Wouldn't it be simpler to retain the top written prioritie...
priority
priority charts add key to table in the displays of stakeholder information there is unnecessary repetition of priorities you have the percentage breakdowns against each priority at the top and then these are stated again below with the colour reference wouldn t it be simpler to retain the top written prioritie...
1
126,193
4,973,835,725
IssuesEvent
2016-12-06 02:58:51
duckduckgo/zeroclickinfo-fathead
https://api.github.com/repos/duckduckgo/zeroclickinfo-fathead
closed
YUI3: Switch to use new Fathead Template Elements
Difficulty: Low Low-Hanging Fruit Mission: Programming Priority: Low Status: Needs a Developer
We now have [Fathead Template Elements](https://docs.duckduckhack.com/resources/fathead-overview.html#formatting-the-abstract) designed specifically for Programming Fatheads. These are HTML elements that should be added to the output.txt by each Programming Fathead's parsing script(s). This Fathead should be updated...
1.0
YUI3: Switch to use new Fathead Template Elements - We now have [Fathead Template Elements](https://docs.duckduckhack.com/resources/fathead-overview.html#formatting-the-abstract) designed specifically for Programming Fatheads. These are HTML elements that should be added to the output.txt by each Programming Fathead's ...
priority
switch to use new fathead template elements we now have designed specifically for programming fatheads these are html elements that should be added to the output txt by each programming fathead s parsing script s this fathead should be updated to use the templates the entire abstract should be wrappe...
1
801,028
28,451,042,479
IssuesEvent
2023-04-17 00:36:41
FabMo/FabMo-Engine
https://api.github.com/repos/FabMo/FabMo-Engine
opened
Disable Keypad Icon when file running ...
severity_4_NiceToFix priority_3_Low
The manual Keypad can not be brought up when a file is running or a move or macro is underway. That is appropriate. However, it would probably be a good idea to show the icon as disabled or hidden in these conditions.
1.0
Disable Keypad Icon when file running ... - The manual Keypad can not be brought up when a file is running or a move or macro is underway. That is appropriate. However, it would probably be a good idea to show the icon as disabled or hidden in these conditions.
priority
disable keypad icon when file running the manual keypad can not be brought up when a file is running or a move or macro is underway that is appropriate however it would probably be a good idea to show the icon as disabled or hidden in these conditions
1
400,150
11,769,807,634
IssuesEvent
2020-03-15 16:26:53
kir-dev/pek-next
https://api.github.com/repos/kir-dev/pek-next
opened
Buttons on group page
UI / UX bug priority: low
On groups page, not showed right side buttons still take place due to their container the being inserted to DOM with margins. ![image](https://user-images.githubusercontent.com/34893944/76705696-22c1f500-66e2-11ea-9936-8f5d4bf552cc.png)
1.0
Buttons on group page - On groups page, not showed right side buttons still take place due to their container the being inserted to DOM with margins. ![image](https://user-images.githubusercontent.com/34893944/76705696-22c1f500-66e2-11ea-9936-8f5d4bf552cc.png)
priority
buttons on group page on groups page not showed right side buttons still take place due to their container the being inserted to dom with margins
1
675,697
23,101,913,468
IssuesEvent
2022-07-27 04:18:34
MTrop/DoomTools
https://api.github.com/repos/MTrop/DoomTools
closed
[DECOHack] Add Boom DeHackEd Sound Fields, Maybe
help wanted low priority on hold
So apparently, a long time ago, Boom introduced a gaggle of undocumented sound extensions like Initial Pitch and Volume and other things into its DeHackEd. It has made its way into other ports, but it is not widely implemented. From Eternity: ``` static constexpr const char *deh_sfxinfo[] = { "Offset", // ...
1.0
[DECOHack] Add Boom DeHackEd Sound Fields, Maybe - So apparently, a long time ago, Boom introduced a gaggle of undocumented sound extensions like Initial Pitch and Volume and other things into its DeHackEd. It has made its way into other ports, but it is not widely implemented. From Eternity: ``` static constexpr ...
priority
add boom dehacked sound fields maybe so apparently a long time ago boom introduced a gaggle of undocumented sound extensions like initial pitch and volume and other things into its dehacked it has made its way into other ports but it is not widely implemented from eternity static constexpr const cha...
1
112,297
4,519,016,873
IssuesEvent
2016-09-06 03:13:04
nickspeal/musicThisWeek
https://api.github.com/repos/nickspeal/musicThisWeek
opened
Playlist icon doesnt change with new search
Bug Priority: Low
When a single user enters new search params to update/change their MTW playlist, the playlist image (four album covers) usually doesn't change. It seems to change if the user logs out of their spotify account then logs back in again.
1.0
Playlist icon doesnt change with new search - When a single user enters new search params to update/change their MTW playlist, the playlist image (four album covers) usually doesn't change. It seems to change if the user logs out of their spotify account then logs back in again.
priority
playlist icon doesnt change with new search when a single user enters new search params to update change their mtw playlist the playlist image four album covers usually doesn t change it seems to change if the user logs out of their spotify account then logs back in again
1
655,799
21,709,735,228
IssuesEvent
2022-05-10 12:57:42
naturalcrit/homebrewery
https://api.github.com/repos/naturalcrit/homebrewery
closed
Problems with Chrome
P3 - low priority
Hi everyone, i've started a new project on The Homebrewery, but i use to code in Firefox and I use Chrome just to export pdfs. Right now, I have two problems to solve, and both of them happen just when I use Chrome. **First one** is that I have an unwanted space between a table and the upper text. This is the s...
1.0
Problems with Chrome - Hi everyone, i've started a new project on The Homebrewery, but i use to code in Firefox and I use Chrome just to export pdfs. Right now, I have two problems to solve, and both of them happen just when I use Chrome. **First one** is that I have an unwanted space between a table and the upp...
priority
problems with chrome hi everyone i ve started a new project on the homebrewery but i use to code in firefox and i use chrome just to export pdfs right now i have two problems to solve and both of them happen just when i use chrome first one is that i have an unwanted space between a table and the upp...
1
300,152
9,206,194,598
IssuesEvent
2019-03-08 13:01:32
qissue-bot/QGIS
https://api.github.com/repos/qissue-bot/QGIS
closed
markers in point symbology dialog are draggable
Category: Symbology 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: **barryrowlingson -** (barryrowlingson -) Original Redmine Issue: 1481, https://issues.qgis.org/issues/1481 Original Assignee: nobody - --- create a vector layer of points, go Properties, Symbology tab, then you can drag n drop the various markers around (circle, square, tent, tree etc etc). Doesn...
1.0
markers in point symbology dialog are draggable - --- Author Name: **barryrowlingson -** (barryrowlingson -) Original Redmine Issue: 1481, https://issues.qgis.org/issues/1481 Original Assignee: nobody - --- create a vector layer of points, go Properties, Symbology tab, then you can drag n drop the various markers ...
priority
markers in point symbology dialog are draggable author name barryrowlingson barryrowlingson original redmine issue original assignee nobody create a vector layer of points go properties symbology tab then you can drag n drop the various markers around circle square tent tree et...
1
2,762
2,533,223,524
IssuesEvent
2015-01-23 21:39:11
sharewave/frontus
https://api.github.com/repos/sharewave/frontus
closed
Use gmail CTA functionality on document shares
enhancement low priority Will Not
Really neat feature of gmail. A cool extra but low priority. https://developers.google.com/gmail/actions/reference/one-click-action
1.0
Use gmail CTA functionality on document shares - Really neat feature of gmail. A cool extra but low priority. https://developers.google.com/gmail/actions/reference/one-click-action
priority
use gmail cta functionality on document shares really neat feature of gmail a cool extra but low priority
1
34,972
2,789,640,340
IssuesEvent
2015-05-08 20:34:07
google/google-visualization-api-issues
https://api.github.com/repos/google/google-visualization-api-issues
opened
Add functionality to move rows up and down to the table visualization
Priority-Low Type-Enhancement
Original [issue 3](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=3) created by google-admin on 2009-07-23T10:47:39.000Z: <b>What would you like to see us add to this API?</b> I would love to have the option to move rows up and down with the table visualization. This should go down all the...
1.0
Add functionality to move rows up and down to the table visualization - Original [issue 3](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=3) created by google-admin on 2009-07-23T10:47:39.000Z: <b>What would you like to see us add to this API?</b> I would love to have the option to move ro...
priority
add functionality to move rows up and down to the table visualization original created by google admin on what would you like to see us add to this api i would love to have the option to move rows up and down with the table visualization this should go down all the way to the datatable so the ...
1
751,599
26,250,879,123
IssuesEvent
2023-01-05 19:11:28
AleoHQ/leo
https://api.github.com/repos/AleoHQ/leo
closed
[Proposal] Make `if expr block (else block)?` an expression
feature module-ast module-abnf priority-low
## 💥 Proposal So you could e.g., write: ```rust let foo = if a == 42 { 12 } else { 21 }; ``` After this, the ternary expression form can be removed as redundant.
1.0
[Proposal] Make `if expr block (else block)?` an expression - ## 💥 Proposal So you could e.g., write: ```rust let foo = if a == 42 { 12 } else { 21 }; ``` After this, the ternary expression form can be removed as redundant.
priority
make if expr block else block an expression 💥 proposal so you could e g write rust let foo if a else after this the ternary expression form can be removed as redundant
1
635,826
20,510,115,668
IssuesEvent
2022-03-01 04:58:16
Illinois-Tech-Motorsports/Dashboard-2022
https://api.github.com/repos/Illinois-Tech-Motorsports/Dashboard-2022
opened
Temperature gauges
Low Priority
Implement temperature gauges to main page. Mainly to display battery temperature.
1.0
Temperature gauges - Implement temperature gauges to main page. Mainly to display battery temperature.
priority
temperature gauges implement temperature gauges to main page mainly to display battery temperature
1
59,060
3,102,645,946
IssuesEvent
2015-08-31 01:34:41
roughwood/DrainDirector-Client
https://api.github.com/repos/roughwood/DrainDirector-Client
opened
Login flow prompting user to enter a device name
enhancement priority-low
Default the field to what the device's model is
1.0
Login flow prompting user to enter a device name - Default the field to what the device's model is
priority
login flow prompting user to enter a device name default the field to what the device s model is
1
764,992
26,827,778,429
IssuesEvent
2023-02-02 14:05:02
patternfly/patternfly-elements
https://api.github.com/repos/patternfly/patternfly-elements
closed
pfe-accordion: accessibility voiceover broken on collapse event
priority: low bug
## Description of the issue When collapsing an accordion with voice reader enabled the collapse event does not trigger a response from the voice reader where the expand event does. ### Impacted component(s) - pfe-accordion
1.0
pfe-accordion: accessibility voiceover broken on collapse event - ## Description of the issue When collapsing an accordion with voice reader enabled the collapse event does not trigger a response from the voice reader where the expand event does. ### Impacted component(s) - pfe-accordion
priority
pfe accordion accessibility voiceover broken on collapse event description of the issue when collapsing an accordion with voice reader enabled the collapse event does not trigger a response from the voice reader where the expand event does impacted component s pfe accordion
1
264,542
8,316,488,567
IssuesEvent
2018-09-25 09:11:36
mplusmuseum/mplusmuseum-graphql
https://api.github.com/repos/mplusmuseum/mplusmuseum-graphql
closed
handle elasticsearch not found
Low Priority task
When we start the server, we should do an exponential backoff starting at 1s to reconnect to elasticsearch.
1.0
handle elasticsearch not found - When we start the server, we should do an exponential backoff starting at 1s to reconnect to elasticsearch.
priority
handle elasticsearch not found when we start the server we should do an exponential backoff starting at to reconnect to elasticsearch
1
819,833
30,752,427,118
IssuesEvent
2023-07-28 20:40:48
paleobot/pbot-dev
https://api.github.com/repos/paleobot/pbot-dev
closed
View registration info
enhancement low priority
Short bio's are requested when people register- can these be displayed as part of the person node search results? The rationale for asking for this was to allow people to make connections within the community, but I don't believe they are currently viewable anywhere.
1.0
View registration info - Short bio's are requested when people register- can these be displayed as part of the person node search results? The rationale for asking for this was to allow people to make connections within the community, but I don't believe they are currently viewable anywhere.
priority
view registration info short bio s are requested when people register can these be displayed as part of the person node search results the rationale for asking for this was to allow people to make connections within the community but i don t believe they are currently viewable anywhere
1
561,859
16,625,985,134
IssuesEvent
2021-06-03 09:36:23
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
Bluetooth: host: CCC store not correctly handled for multiple connections
area: Bluetooth area: Bluetooth Host bug priority: low
**Describe the bug** Reported on slack: > I see a problem in bt_gatt_attr_write_ccc function (gatt.c L1749). The cfg value is compared to ccc value ("Highest value of all connected peer's subscriptions"). I am not sure why "Highest value" is of interest here. A subscription flag (boolean) indicating whether a su...
1.0
Bluetooth: host: CCC store not correctly handled for multiple connections - **Describe the bug** Reported on slack: > I see a problem in bt_gatt_attr_write_ccc function (gatt.c L1749). The cfg value is compared to ccc value ("Highest value of all connected peer's subscriptions"). I am not sure why "Highest value...
priority
bluetooth host ccc store not correctly handled for multiple connections describe the bug reported on slack i see a problem in bt gatt attr write ccc function gatt c the cfg value is compared to ccc value highest value of all connected peer s subscriptions i am not sure why highest value is...
1
744,222
25,933,942,152
IssuesEvent
2022-12-16 12:29:50
containrrr/watchtower
https://api.github.com/repos/containrrr/watchtower
opened
[Feature Request] Only use custom credentials for certain labels
Type: Enhancement Priority: Low Status: Available
### Is your feature request related to a problem? Please describe. When running watchtower I have the option of using custom credentials ``` REPO_USER=username REPO_PASS=password ``` But I, like I assume most users, don't pull all my images from my private repo, most are pulled from Docker Hub. As it stands ...
1.0
[Feature Request] Only use custom credentials for certain labels - ### Is your feature request related to a problem? Please describe. When running watchtower I have the option of using custom credentials ``` REPO_USER=username REPO_PASS=password ``` But I, like I assume most users, don't pull all my images from...
priority
only use custom credentials for certain labels is your feature request related to a problem please describe when running watchtower i have the option of using custom credentials repo user username repo pass password but i like i assume most users don t pull all my images from my private repo...
1
823,254
30,962,256,105
IssuesEvent
2023-08-08 05:33:57
priyankarpal/ProjectsHut
https://api.github.com/repos/priyankarpal/ProjectsHut
opened
Add Docker Image for easier setup
good first issue 🟩 priority: low 🚦status: awaiting triage projects addition
### Add a new project to the list I would like to propose adding a Docker image to the project. It will be easier for contributors and users to set up and run the project since they won't have to manually install dependencies. I would be glad to work on this and create a pull request if the maintainers agree. #...
1.0
Add Docker Image for easier setup - ### Add a new project to the list I would like to propose adding a Docker image to the project. It will be easier for contributors and users to set up and run the project since they won't have to manually install dependencies. I would be glad to work on this and create a pull...
priority
add docker image for easier setup add a new project to the list i would like to propose adding a docker image to the project it will be easier for contributors and users to set up and run the project since they won t have to manually install dependencies i would be glad to work on this and create a pull...
1
346,844
10,420,622,085
IssuesEvent
2019-09-16 01:44:32
itsmeow/betteranimalsplus
https://api.github.com/repos/itsmeow/betteranimalsplus
closed
Picking up Feral Wolves with Carry On makes them invisible
bug mc:1.14 mod compat priority:low side:client
**Describe the bug** (Required) Picking up certain tameable mobs (Feral Wolf and Lammergier) with [https://www.curseforge.com/minecraft/mc-mods/carry-on](Carry On) and placing them back down makes them invisible. They are still there, fully functional, just not visible. They are still invisible after reloading the wor...
1.0
Picking up Feral Wolves with Carry On makes them invisible - **Describe the bug** (Required) Picking up certain tameable mobs (Feral Wolf and Lammergier) with [https://www.curseforge.com/minecraft/mc-mods/carry-on](Carry On) and placing them back down makes them invisible. They are still there, fully functional, just ...
priority
picking up feral wolves with carry on makes them invisible describe the bug required picking up certain tameable mobs feral wolf and lammergier with carry on and placing them back down makes them invisible they are still there fully functional just not visible they are still invisible after reloading ...
1
627,407
19,904,298,636
IssuesEvent
2022-01-25 11:08:26
geosolutions-it/MapStore2
https://api.github.com/repos/geosolutions-it/MapStore2
closed
Javascript error when geolocation is not enabled
bug Priority: Low Accepted Internal Good first issue
## Description <!-- Add here a few sentences describing the bug. --> On Firefox (but we should check other browsers too), the following error appears in console when the geo.enabled setting is set to false: ``` TypeError: "navigator.geolocation is undefined" value http://localhost:8082/mapstore/dist/mapstore...
1.0
Javascript error when geolocation is not enabled - ## Description <!-- Add here a few sentences describing the bug. --> On Firefox (but we should check other browsers too), the following error appears in console when the geo.enabled setting is set to false: ``` TypeError: "navigator.geolocation is undefined" ...
priority
javascript error when geolocation is not enabled description on firefox but we should check other browsers too the following error appears in console when the geo enabled setting is set to false typeerror navigator geolocation is undefined value vi ma ls tl ...
1
491,105
14,145,129,283
IssuesEvent
2020-11-10 17:19:01
diffix/explorer
https://api.github.com/repos/diffix/explorer
closed
Jupyter client update for api changes
low priority
The Jupyter client needs to be updated for compatibility with multi-column requests and return values.
1.0
Jupyter client update for api changes - The Jupyter client needs to be updated for compatibility with multi-column requests and return values.
priority
jupyter client update for api changes the jupyter client needs to be updated for compatibility with multi column requests and return values
1
646,811
21,076,150,124
IssuesEvent
2022-04-02 06:54:21
apache/dolphinscheduler
https://api.github.com/repos/apache/dolphinscheduler
closed
[Bug][UI Next][V1.0.0-Alpha] Missing function, import workflow, missing file drag upload window upload
bug UI priority:low
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Missing function, import workflow, missing file drag upload window upload new dev: <img width="665" alt="image" src="https://user-images....
1.0
[Bug][UI Next][V1.0.0-Alpha] Missing function, import workflow, missing file drag upload window upload - ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened Missing function, import workflow, m...
priority
missing function import workflow missing file drag upload window upload search before asking i had searched in the and found no similar issues what happened missing function import workflow missing file drag upload window upload new dev img width alt image src wh...
1
406,022
11,886,108,442
IssuesEvent
2020-03-27 21:06:12
Dolibarr/dolibarr
https://api.github.com/repos/Dolibarr/dolibarr
closed
Email templates that can be combined
Feature request Issue Stale (automatic label) Priority Low
now the email template types are hardcoded - new types are not easy to include or selectable. with a table we can also create private or public textmodules to paste it like the signatur on a position in a new mail. my wish is to create a table ![email-template_types](https://cloud.githubusercontent.com/assets/3923753...
1.0
Email templates that can be combined - now the email template types are hardcoded - new types are not easy to include or selectable. with a table we can also create private or public textmodules to paste it like the signatur on a position in a new mail. my wish is to create a table ![email-template_types](https://clo...
priority
email templates that can be combined now the email template types are hardcoded new types are not easy to include or selectable with a table we can also create private or public textmodules to paste it like the signatur on a position in a new mail my wish is to create a table next step is to create the ma...
1
114,829
4,646,943,806
IssuesEvent
2016-10-01 06:26:51
pymedusa/SickRage
https://api.github.com/repos/pymedusa/SickRage
closed
Unsafe attempt to load URL
bug need more info Priority: 3. Low upstream
``` vender.min.js?14150:3 Unsafe attempt to load URL data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale fro...
1.0
Unsafe attempt to load URL - ``` vender.min.js?14150:3 Unsafe attempt to load URL data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /...
priority
unsafe attempt to load url vender min js unsafe attempt to load url data image svg xml greyscale from frame with url domains protocols and ports must match omgimalexis any idea
1
448,315
12,947,712,205
IssuesEvent
2020-07-19 00:47:35
simon987/sist2
https://api.github.com/repos/simon987/sist2
closed
Remove thread lock hotfix in ebook.c if no longer necessary
enhancement low priority scan
If the segfault issue is fixed in mupdf 1.17.0, remove lock (to investigate)
1.0
Remove thread lock hotfix in ebook.c if no longer necessary - If the segfault issue is fixed in mupdf 1.17.0, remove lock (to investigate)
priority
remove thread lock hotfix in ebook c if no longer necessary if the segfault issue is fixed in mupdf remove lock to investigate
1
128,785
5,075,645,862
IssuesEvent
2016-12-27 20:53:03
dteviot/WebToEpub
https://api.github.com/repos/dteviot/WebToEpub
reopened
Parser issue: nepusation
enhancement low priority
The parser for "http://www.nepustation.com/" grabs... garbage; I think the content is "protected" some way or another. If you try to grab from "http://www.nepustation.com/cheat-majutsu-de-unmei-wo-nejifuseru/" you get garbage text in the chapter; you get the same if you don't enable JS for nepustation.com while brow...
1.0
Parser issue: nepusation - The parser for "http://www.nepustation.com/" grabs... garbage; I think the content is "protected" some way or another. If you try to grab from "http://www.nepustation.com/cheat-majutsu-de-unmei-wo-nejifuseru/" you get garbage text in the chapter; you get the same if you don't enable JS for...
priority
parser issue nepusation the parser for grabs garbage i think the content is protected some way or another if you try to grab from you get garbage text in the chapter you get the same if you don t enable js for nepustation com while browsing a direct link to the page the links parsed by the a...
1
197,260
6,953,496,663
IssuesEvent
2017-12-06 21:15:05
NCEAS/metacatui
https://api.github.com/repos/NCEAS/metacatui
opened
Border around Sign in with ORCID button is broken
bug low priority
I just visited https://dev.nceas.ucsb.edu/#share and saw this: <img width="621" alt="screen shot 2017-12-06 at 12 13 21 pm" src="https://user-images.githubusercontent.com/563/33685708-eeee2f6a-da7e-11e7-98c5-43355381ed84.png"> Browser: Firefox Quantum 57.0.1 (Mac OS 10.13.1) Doesn't appear to affect Chrome, Sa...
1.0
Border around Sign in with ORCID button is broken - I just visited https://dev.nceas.ucsb.edu/#share and saw this: <img width="621" alt="screen shot 2017-12-06 at 12 13 21 pm" src="https://user-images.githubusercontent.com/563/33685708-eeee2f6a-da7e-11e7-98c5-43355381ed84.png"> Browser: Firefox Quantum 57.0.1 (Ma...
priority
border around sign in with orcid button is broken i just visited and saw this img width alt screen shot at pm src browser firefox quantum mac os doesn t appear to affect chrome safari
1
356,808
10,597,762,317
IssuesEvent
2019-10-10 02:01:39
Sevaarcen/RADAR
https://api.github.com/repos/Sevaarcen/RADAR
opened
Implement TLS on Flask API
enhancement priority - low
Implement TLS for data encryption when using Flask API Pros: * Data security Cons: * self-signed certificates will need to be trusted... how do we easily do that? * do we require certificates? Is HTTPS optional? How should this be implemented
1.0
Implement TLS on Flask API - Implement TLS for data encryption when using Flask API Pros: * Data security Cons: * self-signed certificates will need to be trusted... how do we easily do that? * do we require certificates? Is HTTPS optional? How should this be implemented
priority
implement tls on flask api implement tls for data encryption when using flask api pros data security cons self signed certificates will need to be trusted how do we easily do that do we require certificates is https optional how should this be implemented
1
366,780
10,825,989,946
IssuesEvent
2019-11-09 19:29:55
qutebrowser/qutebrowser
https://api.github.com/repos/qutebrowser/qutebrowser
opened
Double renderer process crashes in OOM situations
priority: 2 - low
When going out of memory, it can happen that all tabs have a renderer process crash. Then, qutebrowser displays error pages for all tabs, which apparently causes them to be killed (by the OOM killer?) once again, leading to a double renderer process crash page. Maybe fixing #3918 will already help with this - if not...
1.0
Double renderer process crashes in OOM situations - When going out of memory, it can happen that all tabs have a renderer process crash. Then, qutebrowser displays error pages for all tabs, which apparently causes them to be killed (by the OOM killer?) once again, leading to a double renderer process crash page. May...
priority
double renderer process crashes in oom situations when going out of memory it can happen that all tabs have a renderer process crash then qutebrowser displays error pages for all tabs which apparently causes them to be killed by the oom killer once again leading to a double renderer process crash page may...
1
453,223
13,066,767,511
IssuesEvent
2020-07-30 22:28:55
MakerStation/FabPrinters-Server
https://api.github.com/repos/MakerStation/FabPrinters-Server
closed
Aggiungere icona caricamento lista comandi + caricare tutta la lista
GUI Low Priority enhancement
Ora la lista dei comandi supporta lo scroll, quidi server che si carichino tutti (o meglio che andando verso l'alto si carichino man mano [stile discord/watshapp]. Bisogna fare anche che quando si aggiunge un comando scrolla in basso in automatico
1.0
Aggiungere icona caricamento lista comandi + caricare tutta la lista - Ora la lista dei comandi supporta lo scroll, quidi server che si carichino tutti (o meglio che andando verso l'alto si carichino man mano [stile discord/watshapp]. Bisogna fare anche che quando si aggiunge un comando scrolla in basso in automatico
priority
aggiungere icona caricamento lista comandi caricare tutta la lista ora la lista dei comandi supporta lo scroll quidi server che si carichino tutti o meglio che andando verso l alto si carichino man mano bisogna fare anche che quando si aggiunge un comando scrolla in basso in automatico
1
313,168
9,557,825,118
IssuesEvent
2019-05-03 12:44:54
robotframework/robotframework
https://api.github.com/repos/robotframework/robotframework
closed
`Log` and elsewhere: `repr` of long strings cut on Python 3
bug priority: low
While working with #3164, it turned out that Python's [PrettyPrinter](https://docs.python.org/3/library/pprint.html#pprint.PrettyPrinter) that we use when creating `repr` of objects automatically cuts long strings. This isn't good behavior in our case for same reasons as explained in [this StackOverflow question](https...
1.0
`Log` and elsewhere: `repr` of long strings cut on Python 3 - While working with #3164, it turned out that Python's [PrettyPrinter](https://docs.python.org/3/library/pprint.html#pprint.PrettyPrinter) that we use when creating `repr` of objects automatically cuts long strings. This isn't good behavior in our case for sa...
priority
log and elsewhere repr of long strings cut on python while working with it turned out that python s that we use when creating repr of objects automatically cuts long strings this isn t good behavior in our case for same reasons as explained in unfortunately prettyprinter cannot be customized in ...
1
673,047
22,919,722,358
IssuesEvent
2022-07-17 13:33:16
ATLauncher/ATLauncher
https://api.github.com/repos/ATLauncher/ATLauncher
closed
Date Format and Instance Title Format dropdown not saved after restarting the launcher
bug low-priority
**Describe the bug** In the general tab of the settings menu, if you set the date format and instance title format to something other than the default, the date format and instance title format dropdown gets reset to the first options after restarting the launcher. This is mildly annoying to change every time I want t...
1.0
Date Format and Instance Title Format dropdown not saved after restarting the launcher - **Describe the bug** In the general tab of the settings menu, if you set the date format and instance title format to something other than the default, the date format and instance title format dropdown gets reset to the first opt...
priority
date format and instance title format dropdown not saved after restarting the launcher describe the bug in the general tab of the settings menu if you set the date format and instance title format to something other than the default the date format and instance title format dropdown gets reset to the first opt...
1
473,551
13,644,113,133
IssuesEvent
2020-09-25 18:18:50
gnosis/conditional-tokens-explorer
https://api.github.com/repos/gnosis/conditional-tokens-explorer
reopened
"No unwrapped collateral yet" should be "none"
Low priority bug
In position details, we should change "No unwrapped collateral yet" to "none". ![image](https://user-images.githubusercontent.com/8453294/94192432-f222fb00-fe7c-11ea-8039-b6b1f9f1e00d.png)
1.0
"No unwrapped collateral yet" should be "none" - In position details, we should change "No unwrapped collateral yet" to "none". ![image](https://user-images.githubusercontent.com/8453294/94192432-f222fb00-fe7c-11ea-8039-b6b1f9f1e00d.png)
priority
no unwrapped collateral yet should be none in position details we should change no unwrapped collateral yet to none
1
730,839
25,191,268,793
IssuesEvent
2022-11-12 01:34:07
AY2223S1-CS2103-F13-2/tp
https://api.github.com/repos/AY2223S1-CS2103-F13-2/tp
closed
As a dyslexic user I can change the font of the program
type.Story priority.Low
... so that I parse the text and use the program well
1.0
As a dyslexic user I can change the font of the program - ... so that I parse the text and use the program well
priority
as a dyslexic user i can change the font of the program so that i parse the text and use the program well
1
656,345
21,727,544,773
IssuesEvent
2022-05-11 09:01:39
svthalia/concrexit
https://api.github.com/repos/svthalia/concrexit
opened
Security.txt
priority: low feature
### Is your feature request related to a problem? Please describe. There is a new security.txt standard ### Describe the solution you'd like We should implement it ### Motivation Because we are hippe jongens ### Describe alternatives you've considered Not implementing it ### Additional context https:/...
1.0
Security.txt - ### Is your feature request related to a problem? Please describe. There is a new security.txt standard ### Describe the solution you'd like We should implement it ### Motivation Because we are hippe jongens ### Describe alternatives you've considered Not implementing it ### Additional c...
priority
security txt is your feature request related to a problem please describe there is a new security txt standard describe the solution you d like we should implement it motivation because we are hippe jongens describe alternatives you ve considered not implementing it additional c...
1
160,592
6,100,506,889
IssuesEvent
2017-06-20 12:46:32
FezVrasta/popper.js
https://api.github.com/repos/FezVrasta/popper.js
closed
aria-describedby is placed on tooltip instead of reference element
# BUG DIFFICULTY: low PRIORITY: medium TARGETS: Tooltip.js
<!-- Thanks for your interest in contributing to Popper.js! Please, make sure to fill all the sections of the template before submitting any issue. Issues without the required informations will be closed. Want your issue to be fixed earlier? Create a PR that introduces a CI test that fails because of the b...
1.0
aria-describedby is placed on tooltip instead of reference element - <!-- Thanks for your interest in contributing to Popper.js! Please, make sure to fill all the sections of the template before submitting any issue. Issues without the required informations will be closed. Want your issue to be fixed earlie...
priority
aria describedby is placed on tooltip instead of reference element thanks for your interest in contributing to popper js please make sure to fill all the sections of the template before submitting any issue issues without the required informations will be closed want your issue to be fixed earlie...
1
101,989
4,149,313,739
IssuesEvent
2016-06-15 14:07:56
jpppina/migracion-galeno-art-forms11g
https://api.github.com/repos/jpppina/migracion-galeno-art-forms11g
opened
CIA – Diferencia en la barra de menu
Aplicación-CIA Error Priority-Low
Ambiente: CIA Usuario: LEMCKED/a1234567 Opción de menú: Parámetros del Sistema / Parámetros Generales Form: ARHP024 Error: Al ingresar a la pantalla, las barras de menú son distintas. Adjunto imagen. ![cia - arhp024 - diferente botonera](https://cloud.githubusercontent.com/assets/19472783/16082842/5a24224c-32e9-11...
1.0
CIA – Diferencia en la barra de menu - Ambiente: CIA Usuario: LEMCKED/a1234567 Opción de menú: Parámetros del Sistema / Parámetros Generales Form: ARHP024 Error: Al ingresar a la pantalla, las barras de menú son distintas. Adjunto imagen. ![cia - arhp024 - diferente botonera](https://cloud.githubusercontent.com...
priority
cia – diferencia en la barra de menu ambiente cia usuario lemcked opción de menú parámetros del sistema parámetros generales form error al ingresar a la pantalla las barras de menú son distintas adjunto imagen observaciones
1
280,638
8,684,389,117
IssuesEvent
2018-12-03 01:59:38
MoonIlluminates/here
https://api.github.com/repos/MoonIlluminates/here
closed
Migrate to new kotlin multi platform structure
priority:low status:proposal type:refactor
Experimental coroutines can be removed as they have been included with kotlin 1.3 https://blog.jetbrains.com/kotlin/2018/09/kotlin-1-3-rc-is-here-migrate-your-coroutines/
1.0
Migrate to new kotlin multi platform structure - Experimental coroutines can be removed as they have been included with kotlin 1.3 https://blog.jetbrains.com/kotlin/2018/09/kotlin-1-3-rc-is-here-migrate-your-coroutines/
priority
migrate to new kotlin multi platform structure experimental coroutines can be removed as they have been included with kotlin
1
588,956
17,686,482,456
IssuesEvent
2021-08-24 02:47:02
hackforla/design-systems
https://api.github.com/repos/hackforla/design-systems
closed
Agenda for week of August 23rd 2021
priority: low size: small Role: PM
Agenda for week of August 23rd 2021 ### Overview Weekly check in to discuss Issues, our assumptions and recruiting new team members. ### Action Items - [x] Update on housekeeping - Issues, Wiki and team members leaving - [x] Discuss what needs to happen if you leave the project - [x] Research update - [x] De...
1.0
Agenda for week of August 23rd 2021 - Agenda for week of August 23rd 2021 ### Overview Weekly check in to discuss Issues, our assumptions and recruiting new team members. ### Action Items - [x] Update on housekeeping - Issues, Wiki and team members leaving - [x] Discuss what needs to happen if you leave the pr...
priority
agenda for week of august agenda for week of august overview weekly check in to discuss issues our assumptions and recruiting new team members action items update on housekeeping issues wiki and team members leaving discuss what needs to happen if you leave the project resea...
1
748,994
26,146,890,354
IssuesEvent
2022-12-30 07:00:46
gamefreedomgit/Maelstrom
https://api.github.com/repos/gamefreedomgit/Maelstrom
closed
[Quest] An Ancient Reborn
Item NPC Quest - Cataclysm (1-60) Priority: Low Status: Needs Confirmation Bug Report from Discord
Buuba OP — Yesterday at 4:42 AM Aviana doesn't spawn after using the quest item
1.0
[Quest] An Ancient Reborn - Buuba OP — Yesterday at 4:42 AM Aviana doesn't spawn after using the quest item
priority
an ancient reborn buuba op — yesterday at am aviana doesn t spawn after using the quest item
1
426,648
12,377,197,833
IssuesEvent
2020-05-19 08:37:56
neuropoly/spinalcordtoolbox
https://api.github.com/repos/neuropoly/spinalcordtoolbox
opened
Disable `download()` progress bar in CI
good first issue priority:LOW travis
Like, #2709, [`download()`](https://github.com/neuropoly/spinalcordtoolbox/blob/fcf2c9d29277ed85c70f9a9f7941922e104d997b/install_sct#L255) is noisy. This is good for interactive use but in CI it's a nuisance. We should figure out how to turn it off, but only for CI; curl and wget don't seem to have any handy environmen...
1.0
Disable `download()` progress bar in CI - Like, #2709, [`download()`](https://github.com/neuropoly/spinalcordtoolbox/blob/fcf2c9d29277ed85c70f9a9f7941922e104d997b/install_sct#L255) is noisy. This is good for interactive use but in CI it's a nuisance. We should figure out how to turn it off, but only for CI; curl and wg...
priority
disable download progress bar in ci like is noisy this is good for interactive use but in ci it s a nuisance we should figure out how to turn it off but only for ci curl and wget don t seem to have any handy environment variables we can lean on here maybe an alias
1
624,461
19,698,523,846
IssuesEvent
2022-01-12 14:32:50
Vatsim-Scandinavia/controlcenter
https://api.github.com/repos/Vatsim-Scandinavia/controlcenter
opened
Show training state in mentor report
enhancement front-end low priority
The mentor report today can be a bit misleading as it doesn't show what the student's training state is, for instance they haven't had a session for three weeks because they're awaiting exam. Add a small icon in the report to indicate this.
1.0
Show training state in mentor report - The mentor report today can be a bit misleading as it doesn't show what the student's training state is, for instance they haven't had a session for three weeks because they're awaiting exam. Add a small icon in the report to indicate this.
priority
show training state in mentor report the mentor report today can be a bit misleading as it doesn t show what the student s training state is for instance they haven t had a session for three weeks because they re awaiting exam add a small icon in the report to indicate this
1
268,146
8,403,990,731
IssuesEvent
2018-10-11 11:29:03
blur-network/blur
https://api.github.com/repos/blur-network/blur
closed
please update root-zone trust-anchors in dnssec_test.py file
invalid low-priority
Users of your software that enable DNSSEC will not be able to validate DNS after October the 11th 2018. Your repository contains a dnssec_test.py file without the new DNSSEC trust-anchors: resolver.add_ta(". IN DS 19036 8 2 49AAC11D7B6F6446702E54A1607371607A1A41855200FD2CE1CDDE32F24E8FB5") It should also include...
1.0
please update root-zone trust-anchors in dnssec_test.py file - Users of your software that enable DNSSEC will not be able to validate DNS after October the 11th 2018. Your repository contains a dnssec_test.py file without the new DNSSEC trust-anchors: resolver.add_ta(". IN DS 19036 8 2 49AAC11D7B6F6446702E54A1607...
priority
please update root zone trust anchors in dnssec test py file users of your software that enable dnssec will not be able to validate dns after october the your repository contains a dnssec test py file without the new dnssec trust anchors resolver add ta in ds it should also include resolve...
1
447,479
12,888,768,711
IssuesEvent
2020-07-13 13:32:52
crestic-urca/remotelabz
https://api.github.com/repos/crestic-urca/remotelabz
closed
Creating & pushing Dockerfile
feature creation low priority
In GitLab by @Atlanta on Dec 14, 2018, 16:10 It would be great to have a Docker image with latest commit built-in to quickly deploy the app in a dev or prepared environment.
1.0
Creating & pushing Dockerfile - In GitLab by @Atlanta on Dec 14, 2018, 16:10 It would be great to have a Docker image with latest commit built-in to quickly deploy the app in a dev or prepared environment.
priority
creating pushing dockerfile in gitlab by atlanta on dec it would be great to have a docker image with latest commit built in to quickly deploy the app in a dev or prepared environment
1
49,521
3,003,386,951
IssuesEvent
2015-07-24 23:25:58
facelessuser/Rummage
https://api.github.com/repos/facelessuser/Rummage
closed
Linux auto-complete combo not working
Bug Priority - Low Severity - Major
Auto complete on Linux is instead just copying text into the textbox...argghh. Fix it or kill it for Linux. I don't plan on spending a whole lot of time trying to get this working. So if I can't do it in a reasonable amount of time, I 'm just going to have it not do auto-complete and the user can just use the drop do...
1.0
Linux auto-complete combo not working - Auto complete on Linux is instead just copying text into the textbox...argghh. Fix it or kill it for Linux. I don't plan on spending a whole lot of time trying to get this working. So if I can't do it in a reasonable amount of time, I 'm just going to have it not do auto-compl...
priority
linux auto complete combo not working auto complete on linux is instead just copying text into the textbox argghh fix it or kill it for linux i don t plan on spending a whole lot of time trying to get this working so if i can t do it in a reasonable amount of time i m just going to have it not do auto compl...
1
618,952
19,500,437,561
IssuesEvent
2021-12-28 01:32:15
Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2
https://api.github.com/repos/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2
opened
Highligh Traits in Localization
suggestion :question: localisation :page_facing_up: priority low :grey_exclamation: good first issue
<!-- **DO NOT REMOVE PRE-EXISTING LINES** ------------------------------------------------------------------------------------------------------------ --> **Describe your suggestion in full detail below:** Visit localization lines where traits are referenced via `GetTrait` and stylize them with `|V` like `[GetTrai...
1.0
Highligh Traits in Localization - <!-- **DO NOT REMOVE PRE-EXISTING LINES** ------------------------------------------------------------------------------------------------------------ --> **Describe your suggestion in full detail below:** Visit localization lines where traits are referenced via `GetTrait` and sty...
priority
highligh traits in localization do not remove pre existing lines describe your suggestion in full detail below visit localization lines where traits are referenced via gettrait and sty...
1
498,577
14,421,754,632
IssuesEvent
2020-12-05 00:12:00
OpenMined/PySyft
https://api.github.com/repos/OpenMined/PySyft
closed
Change PyTorch Feature Warning to Log only
Priority: 4 - Low :sunglasses: Status: Stale :bread: Type: Improvement :chart_with_upwards_trend: syft 0.3
## Description Until logging is ready put this print statement inside a sy.VERBOSE check: ``` # src/syft/lib/torch/__init__.py if sy.VERBOSE: print(f"Skipping torch.{method} not supported in {TORCH_VERSION}") ``` Or if there are circular dependencies just comment out the code and add a TODO for when logg...
1.0
Change PyTorch Feature Warning to Log only - ## Description Until logging is ready put this print statement inside a sy.VERBOSE check: ``` # src/syft/lib/torch/__init__.py if sy.VERBOSE: print(f"Skipping torch.{method} not supported in {TORCH_VERSION}") ``` Or if there are circular dependencies just comm...
priority
change pytorch feature warning to log only description until logging is ready put this print statement inside a sy verbose check src syft lib torch init py if sy verbose print f skipping torch method not supported in torch version or if there are circular dependencies just comm...
1
800,391
28,364,130,625
IssuesEvent
2023-04-12 12:52:14
ivpn/desktop-app
https://api.github.com/repos/ivpn/desktop-app
opened
Disable fastest server when switching to SingleHop
priority: low type: enhancement
### Description: Currently when connected with MultiHop and switching to SingleHop, if fastest server was selected before, the app will select the fastest server, however, there is an issue if latency values are not present when connected with MultiHop and switching to SingleHop, the app will connect randomly to the f...
1.0
Disable fastest server when switching to SingleHop - ### Description: Currently when connected with MultiHop and switching to SingleHop, if fastest server was selected before, the app will select the fastest server, however, there is an issue if latency values are not present when connected with MultiHop and switching...
priority
disable fastest server when switching to singlehop description currently when connected with multihop and switching to singlehop if fastest server was selected before the app will select the fastest server however there is an issue if latency values are not present when connected with multihop and switching...
1
468,995
13,494,715,846
IssuesEvent
2020-09-11 22:03:28
arfc/arfc.github.io
https://api.github.com/repos/arfc/arfc.github.io
closed
Instances of 'molton' in the Moltres input example
Difficulty:1-Beginner Priority:4-Low Status:5-In Review Type:Bug Type:Docs
## I'm submitting a ... - [x] bug report - [ ] feature request - [ ] question ## Expected Behavior In arfc.github.io/software/moltres/wiki/input_example.md, all instances of the word that refers to liquefied salt are spelled "molten" ## Actual Behavior In arfc.github.io/software/moltres/wiki/input_...
1.0
Instances of 'molton' in the Moltres input example - ## I'm submitting a ... - [x] bug report - [ ] feature request - [ ] question ## Expected Behavior In arfc.github.io/software/moltres/wiki/input_example.md, all instances of the word that refers to liquefied salt are spelled "molten" ## Actual Beh...
priority
instances of molton in the moltres input example i m submitting a bug report feature request question expected behavior in arfc github io software moltres wiki input example md all instances of the word that refers to liquefied salt are spelled molten actual behavior ...
1
671,367
22,758,489,440
IssuesEvent
2022-07-07 18:46:30
cds-snc/notification-planning
https://api.github.com/repos/cds-snc/notification-planning
opened
Conduct user research to learn how users store their API keys and their knowledge of security measures
Low Priority | Faible priorité Security | Sécurité Data l Données
_Conduct user research to learn how users store their API keys and their knowledge of security measures_ ## Description Related to tasks #730 and #759 As a (user), I need to be able to do (X) so that I can achieve (Y) outcome. WHY are we building? WHAT are we building? VALUE created by our solution ## Acceptance C...
1.0
Conduct user research to learn how users store their API keys and their knowledge of security measures - _Conduct user research to learn how users store their API keys and their knowledge of security measures_ ## Description Related to tasks #730 and #759 As a (user), I need to be able to do (X) so that I can achieve...
priority
conduct user research to learn how users store their api keys and their knowledge of security measures conduct user research to learn how users store their api keys and their knowledge of security measures description related to tasks and as a user i need to be able to do x so that i can achieve y ...
1
731,793
25,231,292,618
IssuesEvent
2022-11-14 20:04:59
YunoHost/issues
https://api.github.com/repos/YunoHost/issues
closed
Add an option to hook_exec to copy the script to a tmp location before running it.
:cake: enhancement good first issue :package: App management :construction: refactoring Priority: low
###### Original Redmine Issue: [910](https://dev.yunohost.org/issues/910) Author Name: **alexAubin** --- Follow up of the discussion here https://github.com/YunoHost/yunohost/pull/275#discussion_r113342142 It looks like we often do stuff like : ``` _, tmp_script = tempfile.mkstemp(prefix='backup_') subproce...
1.0
Add an option to hook_exec to copy the script to a tmp location before running it. - ###### Original Redmine Issue: [910](https://dev.yunohost.org/issues/910) Author Name: **alexAubin** --- Follow up of the discussion here https://github.com/YunoHost/yunohost/pull/275#discussion_r113342142 It looks like we often ...
priority
add an option to hook exec to copy the script to a tmp location before running it original redmine issue author name alexaubin follow up of the discussion here it looks like we often do stuff like tmp script tempfile mkstemp prefix backup subprocess call t...
1
334,690
10,144,016,873
IssuesEvent
2019-08-04 17:05:56
eternialz/moeverdose
https://api.github.com/repos/eternialz/moeverdose
closed
Indexes should be sortables
Enhancement Priority:Low Theme:Frontend
Posts, tags, user favorited and user uploaded posts, etc. should be sortable by their upload date, favorite count, overdose/shortages, etc. in ascending and descending order. A reusable component could be made for this.
1.0
Indexes should be sortables - Posts, tags, user favorited and user uploaded posts, etc. should be sortable by their upload date, favorite count, overdose/shortages, etc. in ascending and descending order. A reusable component could be made for this.
priority
indexes should be sortables posts tags user favorited and user uploaded posts etc should be sortable by their upload date favorite count overdose shortages etc in ascending and descending order a reusable component could be made for this
1
620,823
19,570,541,713
IssuesEvent
2022-01-04 09:23:02
portefaix/portefaix
https://api.github.com/repos/portefaix/portefaix
opened
Teleport: support for additional labels
priority/low kind/feature area/kubernetes lifecycle/frozen todo
Teleport: support for additional labels https://github.com/gravitational/teleport/pull/9155 portefaix.xyz/version: v0.25.0 https://github.com/portefaix/portefaix/blob/163b3a31f2698da5a997f1cfcebd41feff2b26c9/kubernetes/base/teleport/teleport/teleport.yaml#L51 ```yaml # Copyright (C) 2021 Nicolas Lamirault <nicolas...
1.0
Teleport: support for additional labels - Teleport: support for additional labels https://github.com/gravitational/teleport/pull/9155 portefaix.xyz/version: v0.25.0 https://github.com/portefaix/portefaix/blob/163b3a31f2698da5a997f1cfcebd41feff2b26c9/kubernetes/base/teleport/teleport/teleport.yaml#L51 ```yaml # Cop...
priority
teleport support for additional labels teleport support for additional labels portefaix xyz version yaml copyright c nicolas lamirault licensed under the apache license version the license you may not use this file except in compliance with the license you may obtain a ...
1
501,714
14,531,966,097
IssuesEvent
2020-12-14 21:38:09
ntop/ntopng
https://api.github.com/repos/ntop/ntopng
closed
TLS certificate name dissection possibly not valid
low-priority bug
Dissection of certificates ends early with some garbled characters ![image](https://user-images.githubusercontent.com/3397663/99661952-e448bb00-2a64-11eb-816c-bbf161e5ce5b.png)
1.0
TLS certificate name dissection possibly not valid - Dissection of certificates ends early with some garbled characters ![image](https://user-images.githubusercontent.com/3397663/99661952-e448bb00-2a64-11eb-816c-bbf161e5ce5b.png)
priority
tls certificate name dissection possibly not valid dissection of certificates ends early with some garbled characters
1
634,677
20,369,109,689
IssuesEvent
2022-02-21 09:29:38
dodona-edu/dodona
https://api.github.com/repos/dodona-edu/dodona
closed
Improve labeling of time periods on cumulative plot
bug low priority
I guess the cumulative plots have an off-by-one issue when results are binned per 12 hours. It's just a labelling issue but the period that is for example marked as (12:00-0:00 Tuesday September 28) actually is the second half of the day Monday September 27 (only the 0:00 minute is on Tuesday September 28). I don't kno...
1.0
Improve labeling of time periods on cumulative plot - I guess the cumulative plots have an off-by-one issue when results are binned per 12 hours. It's just a labelling issue but the period that is for example marked as (12:00-0:00 Tuesday September 28) actually is the second half of the day Monday September 27 (only th...
priority
improve labeling of time periods on cumulative plot i guess the cumulative plots have an off by one issue when results are binned per hours it s just a labelling issue but the period that is for example marked as tuesday september actually is the second half of the day monday september only the ...
1
419,979
12,231,013,580
IssuesEvent
2020-05-04 06:45:13
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
[0.9.0 staging-1538] Manage Funds window has troubles with changing size.
Priority: Low
1. Can't change width if I try to use right side: ![image](https://user-images.githubusercontent.com/45708377/80941538-6506d900-8deb-11ea-9c87-502df797ac06.png) 2. If I use bottom side I can change both width and height (like if I will use corner): ![image](https://user-images.githubusercontent.com/45708377/80941752...
1.0
[0.9.0 staging-1538] Manage Funds window has troubles with changing size. - 1. Can't change width if I try to use right side: ![image](https://user-images.githubusercontent.com/45708377/80941538-6506d900-8deb-11ea-9c87-502df797ac06.png) 2. If I use bottom side I can change both width and height (like if I will use co...
priority
manage funds window has troubles with changing size can t change width if i try to use right side if i use bottom side i can change both width and height like if i will use corner
1
375,686
11,132,875,607
IssuesEvent
2019-12-20 08:00:42
Qiskit/qiskit-terra
https://api.github.com/repos/Qiskit/qiskit-terra
closed
Latex drawer should not plot pi/1
bug good first issue priority: low status: needs information
<!-- ⚠️ If you do not respect this template, your issue will be closed --> <!-- ⚠️ Make sure to browse the opened and closed issues --> ### Information - **Qiskit Terra version**: master - **Python version**: - **Operating system**: ### What is the current behavior? <img width="338" alt="Screen Shot 2019...
1.0
Latex drawer should not plot pi/1 - <!-- ⚠️ If you do not respect this template, your issue will be closed --> <!-- ⚠️ Make sure to browse the opened and closed issues --> ### Information - **Qiskit Terra version**: master - **Python version**: - **Operating system**: ### What is the current behavior? <i...
priority
latex drawer should not plot pi information qiskit terra version master python version operating system what is the current behavior img width alt screen shot at am src steps to reproduce the problem what is the expected beha...
1
87,391
3,750,705,538
IssuesEvent
2016-03-11 08:40:13
subchannel13/zvjezdojedac
https://api.github.com/repos/subchannel13/zvjezdojedac
opened
FPS on battery
Priority-Low
Use different framerate limit when PC is not plugged. Some instructions how to do it: http://stackoverflow.com/questions/5378449/c-sharp-raise-event-on-powerstatus-change Also there is a different way for implementing render loop: http://www.opentk.com/node/1601#comment-8541
1.0
FPS on battery - Use different framerate limit when PC is not plugged. Some instructions how to do it: http://stackoverflow.com/questions/5378449/c-sharp-raise-event-on-powerstatus-change Also there is a different way for implementing render loop: http://www.opentk.com/node/1601#comment-8541
priority
fps on battery use different framerate limit when pc is not plugged some instructions how to do it also there is a different way for implementing render loop
1
758,891
26,572,736,802
IssuesEvent
2023-01-21 11:42:05
AlphaBeta906/BloodAlchemy2
https://api.github.com/repos/AlphaBeta906/BloodAlchemy2
opened
Barrel system
issue: feature priority: 1-low release: canary
## Introduction The Barrel System is a way to prevent watts from being hoarded by users. Basically a barrel can store 200 watts (can be upgraded,) and will decay. The decay cycle will last 25 days (also can be upgraded,) and it won't automatically self-delete (very intentional game design system ~~not because I can't ...
1.0
Barrel system - ## Introduction The Barrel System is a way to prevent watts from being hoarded by users. Basically a barrel can store 200 watts (can be upgraded,) and will decay. The decay cycle will last 25 days (also can be upgraded,) and it won't automatically self-delete (very intentional game design system ~~not ...
priority
barrel system introduction the barrel system is a way to prevent watts from being hoarded by users basically a barrel can store watts can be upgraded and will decay the decay cycle will last days also can be upgraded and it won t automatically self delete very intentional game design system not bec...
1
778,898
27,333,015,588
IssuesEvent
2023-02-25 21:40:51
clt313/SuperballVR
https://api.github.com/repos/clt313/SuperballVR
opened
Update settings menu with current project goals
priority: low
Unless we can think of some gameplay options, we should remove the Gameplay button from the settings menu.
1.0
Update settings menu with current project goals - Unless we can think of some gameplay options, we should remove the Gameplay button from the settings menu.
priority
update settings menu with current project goals unless we can think of some gameplay options we should remove the gameplay button from the settings menu
1
529,177
15,382,657,152
IssuesEvent
2021-03-03 01:05:37
mantidproject/mantid
https://api.github.com/repos/mantidproject/mantid
closed
Remove use of ADS in PlotPeakByLogValue
Indirect Inelastic Low Priority Maintenance Stale
Currently WorkspaceGroups are handled poorly in the PlotPeakByLogValue algorithm. The are put into the ADS rather than being separate Output Properties in the algorithm. All use of the ADS in this algorithm should be removed in favor of using the Properties. This should be done in two parts: - [x] 1. Removing ADS in ...
1.0
Remove use of ADS in PlotPeakByLogValue - Currently WorkspaceGroups are handled poorly in the PlotPeakByLogValue algorithm. The are put into the ADS rather than being separate Output Properties in the algorithm. All use of the ADS in this algorithm should be removed in favor of using the Properties. This should be do...
priority
remove use of ads in plotpeakbylogvalue currently workspacegroups are handled poorly in the plotpeakbylogvalue algorithm the are put into the ads rather than being separate output properties in the algorithm all use of the ads in this algorithm should be removed in favor of using the properties this should be do...
1
652,748
21,560,586,913
IssuesEvent
2022-05-01 04:59:21
Sequel-Ace/Sequel-Ace
https://api.github.com/repos/Sequel-Ace/Sequel-Ace
closed
VARCHAR/CHAR.. column NOT NULLABLE but DEFAULT NULL may should show Default NULL(not blank) in table structure view
stale Need More Info Low priority
<!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. --> - Sequel Ace Version (including build number): Until Version 3.5.1 Build 20031 - MySQL Version: Mysql 8.0.28 ``` mysql> SHOW CREATE TABLE `test`.`test`\G *************************** 1. row **************...
1.0
VARCHAR/CHAR.. column NOT NULLABLE but DEFAULT NULL may should show Default NULL(not blank) in table structure view - <!-- Please search existing issues to avoid creating duplicates. --> <!-- Describe the feature you'd like. --> - Sequel Ace Version (including build number): Until Version 3.5.1 Build 20031 - MySQL ...
priority
varchar char column not nullable but default null may should show default null not blank in table structure view sequel ace version including build number until version build mysql version mysql mysql show create table test test g row ...
1
645,202
20,997,956,551
IssuesEvent
2022-03-29 14:55:55
rathena/rathena
https://api.github.com/repos/rathena/rathena
closed
Reading Spell Book and Comet not working properly
status:confirmed component:skill priority:low mode:renewal type:bug
<!-- NOTE: Anything within these brackets will be hidden on the preview of the Issue. --> * **rAthena Hash**: <!-- Please specify the rAthena [GitHub hash](https://help.github.com/articles/autolinked-references-and-urls/#commit-shas) on which you encountered this issue. How to get your GitHub Hash: 1. cd your...
1.0
Reading Spell Book and Comet not working properly - <!-- NOTE: Anything within these brackets will be hidden on the preview of the Issue. --> * **rAthena Hash**: <!-- Please specify the rAthena [GitHub hash](https://help.github.com/articles/autolinked-references-and-urls/#commit-shas) on which you encountered th...
priority
reading spell book and comet not working properly rathena hash please specify the rathena on which you encountered this issue how to get your github hash cd your rathena directory git rev parse short head copy the resulting hash client date se...
1
538,948
15,781,263,233
IssuesEvent
2021-04-01 11:06:40
GoogleCloudPlatform/dotnet-docs-samples
https://api.github.com/repos/GoogleCloudPlatform/dotnet-docs-samples
closed
Dialogflow: Add mega agents sample.
api: dialogflow priority: p2 samples type: feature request
Just routing googleapis/google-cloud-dotnet/issues/5156 here, where it belongs. (It can't be actually transfered because the repos are under different orgs.) FYI: @juliolitwin
1.0
Dialogflow: Add mega agents sample. - Just routing googleapis/google-cloud-dotnet/issues/5156 here, where it belongs. (It can't be actually transfered because the repos are under different orgs.) FYI: @juliolitwin
priority
dialogflow add mega agents sample just routing googleapis google cloud dotnet issues here where it belongs it can t be actually transfered because the repos are under different orgs fyi juliolitwin
1
654,368
21,649,033,063
IssuesEvent
2022-05-06 07:19:39
Blackoutburst/Wally
https://api.github.com/repos/Blackoutburst/Wally
opened
Migrate the database
low priority
The database format completely changed so it must be converted to the new format
1.0
Migrate the database - The database format completely changed so it must be converted to the new format
priority
migrate the database the database format completely changed so it must be converted to the new format
1
824,529
31,160,700,676
IssuesEvent
2023-08-16 15:47:48
Automattic/woocommerce-payments
https://api.github.com/repos/Automattic/woocommerce-payments
reopened
SEPA doesn't support subscription products in split UPE
type: bug priority: low component: wcpay subscriptions
Split UPE doesn't support checking out subscription products with SEPA. With an old UPE in `develop`: * Users can use SEPA to buy a subscription product * Users can re-use SEPA, which are already on the saved payment methods list * Users cannot save SEPA they use when checking out a subscription. On the spli...
1.0
SEPA doesn't support subscription products in split UPE - Split UPE doesn't support checking out subscription products with SEPA. With an old UPE in `develop`: * Users can use SEPA to buy a subscription product * Users can re-use SEPA, which are already on the saved payment methods list * Users cannot save SEPA...
priority
sepa doesn t support subscription products in split upe split upe doesn t support checking out subscription products with sepa with an old upe in develop users can use sepa to buy a subscription product users can re use sepa which are already on the saved payment methods list users cannot save sepa...
1