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
267,403
8,388,517,449
IssuesEvent
2018-10-09 06:42:09
redhat-developer/odo
https://api.github.com/repos/redhat-developer/odo
closed
Add component/application/service autocompletion
kind/enhancement priority/low
### Description When using the commands pointing to a particular component or application, like `ocdev application delete <application_name>`, it would be handy to provide autocompletion. This way the developer can: - get the list of all applications / components, in case he does not have them in mind - fasten the ...
1.0
Add component/application/service autocompletion - ### Description When using the commands pointing to a particular component or application, like `ocdev application delete <application_name>`, it would be handy to provide autocompletion. This way the developer can: - get the list of all applications / components, i...
priority
add component application service autocompletion description when using the commands pointing to a particular component or application like ocdev application delete it would be handy to provide autocompletion this way the developer can get the list of all applications components in case he does no...
1
647,696
21,134,492,733
IssuesEvent
2022-04-06 04:28:37
nightisyang/basic-poker
https://api.github.com/repos/nightisyang/basic-poker
closed
include drop down box in turbo button to select for condition
low priority
instead of modifying code each time, change condition using a drop down list. remember to change condition for resetGame() as well
1.0
include drop down box in turbo button to select for condition - instead of modifying code each time, change condition using a drop down list. remember to change condition for resetGame() as well
priority
include drop down box in turbo button to select for condition instead of modifying code each time change condition using a drop down list remember to change condition for resetgame as well
1
770,572
27,045,820,096
IssuesEvent
2023-02-13 09:42:06
abel-gerard/Minesweeper
https://api.github.com/repos/abel-gerard/Minesweeper
opened
Misalignments with __str__ of Game class in lib/game.py
good first issue low priority
When an index representing the plot position has more than one digit, the __str__ starts to appear misaligned. A way to fix this would initially be to stack up the digits of a same index for the first row. Then, for both the first row and column, each index must take the same "space" (e.g. 9 will look like " 9" if t...
1.0
Misalignments with __str__ of Game class in lib/game.py - When an index representing the plot position has more than one digit, the __str__ starts to appear misaligned. A way to fix this would initially be to stack up the digits of a same index for the first row. Then, for both the first row and column, each index ...
priority
misalignments with str of game class in lib game py when an index representing the plot position has more than one digit the str starts to appear misaligned a way to fix this would initially be to stack up the digits of a same index for the first row then for both the first row and column each index ...
1
288,509
8,847,992,092
IssuesEvent
2019-01-08 04:39:28
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
USER ISSUE: flooding works strangely in the case of trees
Low Priority
**Version:** 0.7.7.2 beta ![20181025192409_1](https://user-images.githubusercontent.com/4980243/47515497-b7c51380-d88b-11e8-8175-3fd165443f7e.jpg) ![20181025192401_1](https://user-images.githubusercontent.com/4980243/47515498-b7c51380-d88b-11e8-9be8-6ce651b0d943.jpg)
1.0
USER ISSUE: flooding works strangely in the case of trees - **Version:** 0.7.7.2 beta ![20181025192409_1](https://user-images.githubusercontent.com/4980243/47515497-b7c51380-d88b-11e8-8175-3fd165443f7e.jpg) ![20181025192401_1](https://user-images.githubusercontent.com/4980243/47515498-b7c51380-d88b-11e8-9be8-6ce651b0...
priority
user issue flooding works strangely in the case of trees version beta
1
748,614
26,129,202,758
IssuesEvent
2022-12-29 00:36:24
cwinters8/gomap
https://api.github.com/repos/cwinters8/gomap
closed
deprecate unnecessary testing utils
low priority cleanup
[`utils.Failf`](https://github.com/cwinters8/gomap/blob/4c8170245ed3f4c254ac068d6733cf670c2c6c04/utils/testing.go#L14-L17) and [`utils.Checkf`](https://github.com/cwinters8/gomap/blob/4c8170245ed3f4c254ac068d6733cf670c2c6c04/utils/testing.go#L22-L26) are no longer needed, so they should be replaced and removed. Repl...
1.0
deprecate unnecessary testing utils - [`utils.Failf`](https://github.com/cwinters8/gomap/blob/4c8170245ed3f4c254ac068d6733cf670c2c6c04/utils/testing.go#L14-L17) and [`utils.Checkf`](https://github.com/cwinters8/gomap/blob/4c8170245ed3f4c254ac068d6733cf670c2c6c04/utils/testing.go#L22-L26) are no longer needed, so they s...
priority
deprecate unnecessary testing utils and are no longer needed so they should be replaced and removed replace uses of utils failf with t fatalf replace uses of utils checkf by using a table driven struct driven approach for each test case append a to a slice of cases then iterate over...
1
609,941
18,890,870,722
IssuesEvent
2021-11-15 13:05:47
isl-org/Open3D
https://api.github.com/repos/isl-org/Open3D
closed
Pass intensity to PCD / PLY from numpy array
question low priority feature request
I have intensity values with LIDAR information and I'd like to pass it into the PCD variable. I'm looking at the following code example, but I'm not sure how to expand this to include intensity. Previously I wrote out csv's to .xyzrgb files to pass intensity, but I'm benefiting from the binary vs ascii format. ...
1.0
Pass intensity to PCD / PLY from numpy array - I have intensity values with LIDAR information and I'd like to pass it into the PCD variable. I'm looking at the following code example, but I'm not sure how to expand this to include intensity. Previously I wrote out csv's to .xyzrgb files to pass intensity, but I'm bene...
priority
pass intensity to pcd ply from numpy array i have intensity values with lidar information and i d like to pass it into the pcd variable i m looking at the following code example but i m not sure how to expand this to include intensity previously i wrote out csv s to xyzrgb files to pass intensity but i m bene...
1
617,415
19,350,088,419
IssuesEvent
2021-12-15 14:51:36
motor-admin/motor-admin
https://api.github.com/repos/motor-admin/motor-admin
closed
Problem with '_' underscore in postgres connection url
bug wontfix low priority
``` /__enclose_io_memfs__/lib/ruby/2.7.0/uri/generic.rb:208:in `initialize': the scheme postgresql does not accept registry part: postgres:postgres@postgres_f:5432 (or bad hostname?) (URI::InvalidURIError) ``` When using a `-` instead of a `_`its working. ``` motoradmin: restart: always depends_on: ...
1.0
Problem with '_' underscore in postgres connection url - ``` /__enclose_io_memfs__/lib/ruby/2.7.0/uri/generic.rb:208:in `initialize': the scheme postgresql does not accept registry part: postgres:postgres@postgres_f:5432 (or bad hostname?) (URI::InvalidURIError) ``` When using a `-` instead of a `_`its working. ...
priority
problem with underscore in postgres connection url enclose io memfs lib ruby uri generic rb in initialize the scheme postgresql does not accept registry part postgres postgres postgres f or bad hostname uri invalidurierror when using a instead of a its working ...
1
653,223
21,576,575,197
IssuesEvent
2022-05-02 14:19:11
ita-social-projects/TeachUA
https://api.github.com/repos/ita-social-projects/TeachUA
opened
[Завдання] The incorrect pop-up error message is displayed on 'Додайте завдання' page after entering russian specific characters in 'Заголовок' field
bug UI Priority: Low
**Environment:** Windows 10 Enterprise, version 20H2, OS build 19042.1586, Google Chrome Version 100.0.4896.75 (Official Build) (64-bit) **Reproducible:** always **Build found:** last commit **Preconditions** 1. Log in as an administrator on https://speak-ukrainian.org.ua/dev/ **Steps to reproduce** 1. Cl...
1.0
[Завдання] The incorrect pop-up error message is displayed on 'Додайте завдання' page after entering russian specific characters in 'Заголовок' field - **Environment:** Windows 10 Enterprise, version 20H2, OS build 19042.1586, Google Chrome Version 100.0.4896.75 (Official Build) (64-bit) **Reproducible:** always **Bu...
priority
the incorrect pop up error message is displayed on додайте завдання page after entering russian specific characters in заголовок field environment windows enterprise version os build google chrome version official build bit reproducible always build found last commit ...
1
201,683
7,035,096,333
IssuesEvent
2017-12-27 21:06:17
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
opened
[studio] Add new Studio Id field in the database
priority: low task
Please add a new column to the `_meta` table indicating the ID of this Studio. This is a UUID that identifies this Studio database. It's created once and will only be created again if the database is dropped. Please add an internal service call to retrieve this ID.
1.0
[studio] Add new Studio Id field in the database - Please add a new column to the `_meta` table indicating the ID of this Studio. This is a UUID that identifies this Studio database. It's created once and will only be created again if the database is dropped. Please add an internal service call to retrieve this ID.
priority
add new studio id field in the database please add a new column to the meta table indicating the id of this studio this is a uuid that identifies this studio database it s created once and will only be created again if the database is dropped please add an internal service call to retrieve this id
1
461,841
13,237,043,685
IssuesEvent
2020-08-18 20:53:54
Sequel-Ace/Sequel-Ace
https://api.github.com/repos/Sequel-Ace/Sequel-Ace
opened
⌘→ and ⌘← in the filter input do not moves cursor to the very beginning/end of the text input
PR Welcome bug low priority
<!-- Please search existing issues to avoid creating duplicates. --> - Sequel Ace Version: 2.1.5, 2.1.6rc1 - macOS Version: 10.15.6 - MySQL Version: any **Description** Periodically, I am paste a lot of text into the filter field instead of a single word, and often this text contains needed word at the very en...
1.0
⌘→ and ⌘← in the filter input do not moves cursor to the very beginning/end of the text input - <!-- Please search existing issues to avoid creating duplicates. --> - Sequel Ace Version: 2.1.5, 2.1.6rc1 - macOS Version: 10.15.6 - MySQL Version: any **Description** Periodically, I am paste a lot of text into th...
priority
⌘→ and ⌘← in the filter input do not moves cursor to the very beginning end of the text input sequel ace version macos version mysql version any description periodically i am paste a lot of text into the filter field instead of a single word and often this text contains ne...
1
591,668
17,858,373,081
IssuesEvent
2021-09-05 13:33:59
francheska-vicente/cssweng
https://api.github.com/repos/francheska-vicente/cssweng
closed
Cancelled reservation should redirect to cancelled reservation's start date
bug priority: low issue: back-end severity: low
### Summary: Deleting a reservation on a future date would redirect the user to the current date instead of the reservation's start date ### Steps to Reproduce: 1. Create a reservation that would start on a future date 2. Delete the reservation ### Visual Proof: ![image](https://user-images.githubusercontent....
1.0
Cancelled reservation should redirect to cancelled reservation's start date - ### Summary: Deleting a reservation on a future date would redirect the user to the current date instead of the reservation's start date ### Steps to Reproduce: 1. Create a reservation that would start on a future date 2. Delete the re...
priority
cancelled reservation should redirect to cancelled reservation s start date summary deleting a reservation on a future date would redirect the user to the current date instead of the reservation s start date steps to reproduce create a reservation that would start on a future date delete the re...
1
28,262
2,700,751,437
IssuesEvent
2015-04-04 14:41:21
cs2103jan2015-f10-3c/main
https://api.github.com/repos/cs2103jan2015-f10-3c/main
closed
Multiple User Accounts
priority.low type.story
Would it be a problem if there's more than one user? or is there going to be another option to switch to another user and how bout the security to ensure other user cannot log in on other user's account. or we can create the programme exclusively for one user. *point for discussion -Angie
1.0
Multiple User Accounts - Would it be a problem if there's more than one user? or is there going to be another option to switch to another user and how bout the security to ensure other user cannot log in on other user's account. or we can create the programme exclusively for one user. *point for discussion -Angie
priority
multiple user accounts would it be a problem if there s more than one user or is there going to be another option to switch to another user and how bout the security to ensure other user cannot log in on other user s account or we can create the programme exclusively for one user point for discussion angie
1
87,708
3,757,186,190
IssuesEvent
2016-03-13 20:47:36
svof/svof
https://api.github.com/repos/svof/svof
opened
Add battlefury continuation
enhancement low priority medium difficulty up for grabs
reported by Aerek > Will not use Battlefury Continuation to cure paralysis in case of locks > - Lacks Continuation curing scenarios.
1.0
Add battlefury continuation - reported by Aerek > Will not use Battlefury Continuation to cure paralysis in case of locks > - Lacks Continuation curing scenarios.
priority
add battlefury continuation reported by aerek will not use battlefury continuation to cure paralysis in case of locks lacks continuation curing scenarios
1
539,056
15,782,769,379
IssuesEvent
2021-04-01 13:12:47
python-discord/quackstack
https://api.github.com/repos/python-discord/quackstack
opened
Set up a PyPI-friendly package to execute the CLI commands.
area: back-end priority: low type: feature
Combine the powers of #6 and #5, and create a Python package that can be installed with pip and used to create duckies. The ultimate goal is that we want to be able to do `pip install quackstack` and then just run `quackstack` from the terminal to create a ducky. `quackstack --help` should tell us what arguments we ...
1.0
Set up a PyPI-friendly package to execute the CLI commands. - Combine the powers of #6 and #5, and create a Python package that can be installed with pip and used to create duckies. The ultimate goal is that we want to be able to do `pip install quackstack` and then just run `quackstack` from the terminal to create ...
priority
set up a pypi friendly package to execute the cli commands combine the powers of and and create a python package that can be installed with pip and used to create duckies the ultimate goal is that we want to be able to do pip install quackstack and then just run quackstack from the terminal to create ...
1
554,720
16,436,686,923
IssuesEvent
2021-05-20 10:01:01
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
[Coverity CID: 235955] Logically dead code in subsys/bluetooth/audio/vcs.c
Coverity area: Bluetooth bug priority: low
Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/0622bde3bf22926544c1aaef4c01dfa23d79f26e/subsys/bluetooth/audio/vcs.c Category: Control flow issues Function: `bt_vcs_flags_get` Component: Bluetooth CID: [235955](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefec...
1.0
[Coverity CID: 235955] Logically dead code in subsys/bluetooth/audio/vcs.c - Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/0622bde3bf22926544c1aaef4c01dfa23d79f26e/subsys/bluetooth/audio/vcs.c Category: Control flow issues Function: `bt_vcs_flags_get` Component: Bluetooth C...
priority
logically dead code in subsys bluetooth audio vcs c static code scan issues found in file category control flow issues function bt vcs flags get component bluetooth cid details please fix or provide comments in coverity using the link note this issue was created automatically priority ...
1
474,870
13,683,657,993
IssuesEvent
2020-09-30 02:31:33
kubeapps/kubeapps
https://api.github.com/repos/kubeapps/kubeapps
closed
Improve Kubeapps frontend proxying of k8s API
kind/feature priority/low security
Certain functionality of the Kubeapps dashboard such as listing namespaces, validating login tokens and checking progress of helm deployments, currently use the Kubernetes API directly. This was done by adding a proxy rule to the frontend nginx config which [proxies requests for `/api/kube` through to `https://kubernet...
1.0
Improve Kubeapps frontend proxying of k8s API - Certain functionality of the Kubeapps dashboard such as listing namespaces, validating login tokens and checking progress of helm deployments, currently use the Kubernetes API directly. This was done by adding a proxy rule to the frontend nginx config which [proxies reque...
priority
improve kubeapps frontend proxying of api certain functionality of the kubeapps dashboard such as listing namespaces validating login tokens and checking progress of helm deployments currently use the kubernetes api directly this was done by adding a proxy rule to the frontend nginx config which exposing the...
1
279,726
8,672,231,649
IssuesEvent
2018-11-29 21:30:38
medic/medic-webapp
https://api.github.com/repos/medic/medic-webapp
closed
Update place icons
Contacts Priority: 3 - Low Type: Improvement
I've updated the place icons that are embedded in our app. The visual changes are quite minor and thus this is low priority (this was part of a larger project of trying to standardize our icon library). These five icons are embedded in our app and will need to be changed in the code. The latest icon files are here:...
1.0
Update place icons - I've updated the place icons that are embedded in our app. The visual changes are quite minor and thus this is low priority (this was part of a larger project of trying to standardize our icon library). These five icons are embedded in our app and will need to be changed in the code. The latest...
priority
update place icons i ve updated the place icons that are embedded in our app the visual changes are quite minor and thus this is low priority this was part of a larger project of trying to standardize our icon library these five icons are embedded in our app and will need to be changed in the code the latest...
1
221,378
7,382,340,098
IssuesEvent
2018-03-15 04:10:24
knowmetools/km-api
https://api.github.com/repos/knowmetools/km-api
closed
The docs don't include the required 'text' parameter when creating a journal entry
Priority: Low Status: Available Type: Bug
### Bug Report #### Expected Behavior The documentation should specify that a `text` parameter must be provided to create a new journal entry. #### Actual Behavior The documentation uses the wrong serializer, so it doesn't include the required `text` parameter.
1.0
The docs don't include the required 'text' parameter when creating a journal entry - ### Bug Report #### Expected Behavior The documentation should specify that a `text` parameter must be provided to create a new journal entry. #### Actual Behavior The documentation uses the wrong serializer, so it doesn't ...
priority
the docs don t include the required text parameter when creating a journal entry bug report expected behavior the documentation should specify that a text parameter must be provided to create a new journal entry actual behavior the documentation uses the wrong serializer so it doesn t ...
1
463,224
13,261,879,399
IssuesEvent
2020-08-20 20:42:05
gigantum/gigantum-client
https://api.github.com/repos/gigantum/gigantum-client
closed
Notification about empty uploads are repeated many times
enhancement priority:low team:frontend ux
**Describe the bug** During QA of 5.32, I see "All provided file types are not allowed or the provided directory is empty. Verify selection and try again." prints multiple times - even with a single file. Also, this message could be spiffed up with a colon: "The following files are not allowed empty folder becomes Th...
1.0
Notification about empty uploads are repeated many times - **Describe the bug** During QA of 5.32, I see "All provided file types are not allowed or the provided directory is empty. Verify selection and try again." prints multiple times - even with a single file. Also, this message could be spiffed up with a colon: "T...
priority
notification about empty uploads are repeated many times describe the bug during qa of i see all provided file types are not allowed or the provided directory is empty verify selection and try again prints multiple times even with a single file also this message could be spiffed up with a colon th...
1
677,552
23,165,625,700
IssuesEvent
2022-07-30 00:16:56
apache/incubator-devlake
https://api.github.com/repos/apache/incubator-devlake
closed
config-ui use pagination feature from pipelines api instead of client side pagination
type/refactor priority/low Stale
## Description The total records of `pipeline` grows as time pass by, it will eventually make client side pagination become very laggy at some point. ## Describe the solution you'd like config-ui can pass `page` and `page_size` as querystring to `/pipelines` for server-side pagination ![image](https://user-im...
1.0
config-ui use pagination feature from pipelines api instead of client side pagination - ## Description The total records of `pipeline` grows as time pass by, it will eventually make client side pagination become very laggy at some point. ## Describe the solution you'd like config-ui can pass `page` and `page_s...
priority
config ui use pagination feature from pipelines api instead of client side pagination description the total records of pipeline grows as time pass by it will eventually make client side pagination become very laggy at some point describe the solution you d like config ui can pass page and page s...
1
325,075
9,916,467,573
IssuesEvent
2019-06-28 20:02:03
alan-turing-institute/distr6
https://api.github.com/repos/alan-turing-institute/distr6
opened
PosNaturals vs PosIntegers Consistency
low priority
Currently we have a mishmash of Naturals, Integers, PosNaturals and PosIntegers as the supports of discrete distribution. It would be nice to pick one to be consistent, anyone have a preference?
1.0
PosNaturals vs PosIntegers Consistency - Currently we have a mishmash of Naturals, Integers, PosNaturals and PosIntegers as the supports of discrete distribution. It would be nice to pick one to be consistent, anyone have a preference?
priority
posnaturals vs posintegers consistency currently we have a mishmash of naturals integers posnaturals and posintegers as the supports of discrete distribution it would be nice to pick one to be consistent anyone have a preference
1
198,352
6,972,565,800
IssuesEvent
2017-12-11 17:25:07
ORNL-AMO/AMO-Tools-Desktop
https://api.github.com/repos/ORNL-AMO/AMO-Tools-Desktop
closed
PHAST Min/Max
low priority needs verification phast v0.2.4-beta
Help text has mins & maxs for most fields, they should be enforced Examples: Charge Material: Average Specific heat... Flue Gas: Excess Air
1.0
PHAST Min/Max - Help text has mins & maxs for most fields, they should be enforced Examples: Charge Material: Average Specific heat... Flue Gas: Excess Air
priority
phast min max help text has mins maxs for most fields they should be enforced examples charge material average specific heat flue gas excess air
1
762,627
26,725,732,798
IssuesEvent
2023-01-29 17:38:47
autolab/Autolab
https://api.github.com/repos/autolab/Autolab
opened
Chomp newlines for semantic feedback
Type: Enhancement Priority: Low
`parseScore` and `parseFeedback` in assessments_controller do not strip newlines, unlike `saveAutograde` in `assessment_autograde_core`. This might cause issues with semantic feedback, and there is some duplication w.r.t. `parseAutoresult`.
1.0
Chomp newlines for semantic feedback - `parseScore` and `parseFeedback` in assessments_controller do not strip newlines, unlike `saveAutograde` in `assessment_autograde_core`. This might cause issues with semantic feedback, and there is some duplication w.r.t. `parseAutoresult`.
priority
chomp newlines for semantic feedback parsescore and parsefeedback in assessments controller do not strip newlines unlike saveautograde in assessment autograde core this might cause issues with semantic feedback and there is some duplication w r t parseautoresult
1
299,980
9,206,028,664
IssuesEvent
2019-03-08 12:28:48
qissue-bot/QGIS
https://api.github.com/repos/qissue-bot/QGIS
closed
SPIT fails to load shapefile when no fields detected
Category: C++ Plugins Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report
--- Author Name: **Mike Taves** (Mike Taves) Original Redmine Issue: 1330, https://issues.qgis.org/issues/1330 Original Assignee: nobody - --- SPIT throws an error "No fields detected" when a Shapefile with no attributes is loaded. This file (see attached) was generated from [[AutoCAD]] Map 3D 2008, and can be vie...
1.0
SPIT fails to load shapefile when no fields detected - --- Author Name: **Mike Taves** (Mike Taves) Original Redmine Issue: 1330, https://issues.qgis.org/issues/1330 Original Assignee: nobody - --- SPIT throws an error "No fields detected" when a Shapefile with no attributes is loaded. This file (see attached) was...
priority
spit fails to load shapefile when no fields detected author name mike taves mike taves original redmine issue original assignee nobody spit throws an error no fields detected when a shapefile with no attributes is loaded this file see attached was generated from map and can b...
1
500,002
14,484,180,098
IssuesEvent
2020-12-10 16:01:44
ansible/awx
https://api.github.com/repos/ansible/awx
opened
[ui_next] Users/n/Tokens view allows a user to filter tokens by description. Tokens don't have descriptions
component:ui_next priority:low type:bug
##### ISSUE TYPE - Bug Report ##### SUMMARY Users/n/Tokens view allows a user to filter tokens by description. Tokens don't have descriptions ##### ENVIRONMENT * AWX version: 12/10 ##### STEPS TO REPRODUCE 1. Navigate to your user's token tab. 2. Note the options to search/filter by Name and Description ...
1.0
[ui_next] Users/n/Tokens view allows a user to filter tokens by description. Tokens don't have descriptions - ##### ISSUE TYPE - Bug Report ##### SUMMARY Users/n/Tokens view allows a user to filter tokens by description. Tokens don't have descriptions ##### ENVIRONMENT * AWX version: 12/10 ##### STEPS TO R...
priority
users n tokens view allows a user to filter tokens by description tokens don t have descriptions issue type bug report summary users n tokens view allows a user to filter tokens by description tokens don t have descriptions environment awx version steps to reproduce ...
1
272,517
8,514,444,086
IssuesEvent
2018-10-31 18:35:04
Ali229/Postit
https://api.github.com/repos/Ali229/Postit
closed
Loading animation doesn't work on Microsoft Edge
Low-priority browser-related bug
![image](https://user-images.githubusercontent.com/42593012/46635249-b5d82200-cb21-11e8-9bb9-9915b369d20c.png) When visiting any page on Microsoft Edge, the loading animation does not work. It sits still in the position shown in the picture above. Only effects Microsoft Edge.
1.0
Loading animation doesn't work on Microsoft Edge - ![image](https://user-images.githubusercontent.com/42593012/46635249-b5d82200-cb21-11e8-9bb9-9915b369d20c.png) When visiting any page on Microsoft Edge, the loading animation does not work. It sits still in the position shown in the picture above. Only effects Mi...
priority
loading animation doesn t work on microsoft edge when visiting any page on microsoft edge the loading animation does not work it sits still in the position shown in the picture above only effects microsoft edge
1
225,941
7,496,549,374
IssuesEvent
2018-04-08 10:36:07
HenriDellal/emerald
https://api.github.com/repos/HenriDellal/emerald
closed
"Quit hidden apps" button doesn't hide on return
bug priority/low
#### How to reproduce Open an app from hidden category and press Home button after that. The launcher will show category that is not hidden with the quit button.
1.0
"Quit hidden apps" button doesn't hide on return - #### How to reproduce Open an app from hidden category and press Home button after that. The launcher will show category that is not hidden with the quit button.
priority
quit hidden apps button doesn t hide on return how to reproduce open an app from hidden category and press home button after that the launcher will show category that is not hidden with the quit button
1
186,780
6,742,663,592
IssuesEvent
2017-10-20 08:45:48
CS2103AUG2017-F09-B2/main
https://api.github.com/repos/CS2103AUG2017-F09-B2/main
opened
List of common statutes/laws in Singapore.
priority.LOW type.NewFeature
Currently, there is no list of common laws that Tourists should know and follow. The list will allow Tourist Book users to have a quick understanding of the laws of Singapore.
1.0
List of common statutes/laws in Singapore. - Currently, there is no list of common laws that Tourists should know and follow. The list will allow Tourist Book users to have a quick understanding of the laws of Singapore.
priority
list of common statutes laws in singapore currently there is no list of common laws that tourists should know and follow the list will allow tourist book users to have a quick understanding of the laws of singapore
1
461,870
13,237,479,685
IssuesEvent
2020-08-18 21:46:31
Railcraft/Railcraft
https://api.github.com/repos/Railcraft/Railcraft
closed
Cart detectors incorrectly detecting max speed locomotive
bug cannot reproduce low priority
**Description of the Bug** Cart detector will detect a locomotive travelling at max speed when there is an entire block separating it and the locomotive. Importantly, a locking track may exist there. **To Reproduce** 1. Place segment of normal tracks 2. (Optional) Place locking track (set to any mode) 3. Place C...
1.0
Cart detectors incorrectly detecting max speed locomotive - **Description of the Bug** Cart detector will detect a locomotive travelling at max speed when there is an entire block separating it and the locomotive. Importantly, a locking track may exist there. **To Reproduce** 1. Place segment of normal tracks 2. ...
priority
cart detectors incorrectly detecting max speed locomotive description of the bug cart detector will detect a locomotive travelling at max speed when there is an entire block separating it and the locomotive importantly a locking track may exist there to reproduce place segment of normal tracks ...
1
794,463
28,037,181,395
IssuesEvent
2023-03-28 15:48:25
DDMAL/CantusDB
https://api.github.com/repos/DDMAL/CantusDB
closed
Article List page missing `<title>` tags
priority: low
See http://206.12.93.196/articles/: the title displayed at the top of the tab is `http://206.12.93.196/articles/`. On cantusdatabase.com, the title of the corresponding page is "What's New".
1.0
Article List page missing `<title>` tags - See http://206.12.93.196/articles/: the title displayed at the top of the tab is `http://206.12.93.196/articles/`. On cantusdatabase.com, the title of the corresponding page is "What's New".
priority
article list page missing tags see the title displayed at the top of the tab is on cantusdatabase com the title of the corresponding page is what s new
1
761,503
26,683,901,586
IssuesEvent
2023-01-26 20:06:06
bigbluebutton/bigbluebutton
https://api.github.com/repos/bigbluebutton/bigbluebutton
closed
Move accessibility note into screen reader tag
priority: low module: client target: accessibilty
<!--PLEASE DO NOT FILE ISSUES FOR GENERAL SUPPORT QUESTIONS. This issue tracker is only for bbb development related issues.--> Currently we display the somewhat confusing "accessible" word beside the link to download an annotated presentation ![Screenshot from 2023-01-24 16-36-49](https://user-images.githubuserc...
1.0
Move accessibility note into screen reader tag - <!--PLEASE DO NOT FILE ISSUES FOR GENERAL SUPPORT QUESTIONS. This issue tracker is only for bbb development related issues.--> Currently we display the somewhat confusing "accessible" word beside the link to download an annotated presentation ![Screenshot from 202...
priority
move accessibility note into screen reader tag please do not file issues for general support questions this issue tracker is only for bbb development related issues currently we display the somewhat confusing accessible word beside the link to download an annotated presentation may be not a...
1
214,621
7,274,936,502
IssuesEvent
2018-02-21 11:46:38
FezVrasta/popper.js
https://api.github.com/repos/FezVrasta/popper.js
closed
Incorrect offset container used when first child of common parent is a hidden input
# BUG DIFFICULTY: low PRIORITY: low TARGETS: core
### CodePen demo https://codepen.io/anon/pen/BYyjNM ### Steps to reproduce the problem 1. Include a hidden input as the first child of the offset container of the elements. ### What is the expected behavior? The "reference" and "popper" elements are aligned. ### What went wrong? A hidden input's `...
1.0
Incorrect offset container used when first child of common parent is a hidden input - ### CodePen demo https://codepen.io/anon/pen/BYyjNM ### Steps to reproduce the problem 1. Include a hidden input as the first child of the offset container of the elements. ### What is the expected behavior? The "refer...
priority
incorrect offset container used when first child of common parent is a hidden input codepen demo steps to reproduce the problem include a hidden input as the first child of the offset container of the elements what is the expected behavior the reference and popper elements are a...
1
89,587
3,797,216,707
IssuesEvent
2016-03-23 06:17:58
cs2103jan2016-w14-4j/main
https://api.github.com/repos/cs2103jan2016-w14-4j/main
closed
Select a default date/time for "deadline" tasks
priority.low type.enhancement
e.g. 7 days from date of entry, this can be customized by advanced users
1.0
Select a default date/time for "deadline" tasks - e.g. 7 days from date of entry, this can be customized by advanced users
priority
select a default date time for deadline tasks e g days from date of entry this can be customized by advanced users
1
542,607
15,863,350,640
IssuesEvent
2021-04-08 12:43:51
dmwm/WMCore
https://api.github.com/repos/dmwm/WMCore
closed
[py2py3] make pylint --py3k happy with test/python/WMCore_t/Database_t/DBCore_t.py
High Priority Low effort New Feature Python3
**Impact of the new feature** This should involve only the unit test `test/python/WMCore_t/Database_t/DBCore_t.py`. **Is your feature request related to a problem? Please describe.** `pylint --py3k` complains with warnming `W1655` about `dict.keys()[0]` bekayse `.keys()` is not used in a for loop. **Describ...
1.0
[py2py3] make pylint --py3k happy with test/python/WMCore_t/Database_t/DBCore_t.py - **Impact of the new feature** This should involve only the unit test `test/python/WMCore_t/Database_t/DBCore_t.py`. **Is your feature request related to a problem? Please describe.** `pylint --py3k` complains with warnming `W1...
priority
make pylint happy with test python wmcore t database t dbcore t py impact of the new feature this should involve only the unit test test python wmcore t database t dbcore t py is your feature request related to a problem please describe pylint complains with warnming about dict ...
1
663,570
22,197,617,598
IssuesEvent
2022-06-07 08:23:35
telerik/kendo-ui-core
https://api.github.com/repos/telerik/kendo-ui-core
closed
AutoComplete in FilterCell shouldn't clone Grid's datasource with the filters
Bug SEV: Low C: Grid jQuery1 Priority 1 FP: In Development
### Bug report When the Filterable mode is set to Row and the grid has filters set initially, the data sources of the AutoComplete widgets inside the FilterCell clone the filters. When the filter is cleared from the grid, the cloned filter remains in the data source of the AutoComplete and there is no way to see the...
1.0
AutoComplete in FilterCell shouldn't clone Grid's datasource with the filters - ### Bug report When the Filterable mode is set to Row and the grid has filters set initially, the data sources of the AutoComplete widgets inside the FilterCell clone the filters. When the filter is cleared from the grid, the cloned filt...
priority
autocomplete in filtercell shouldn t clone grid s datasource with the filters bug report when the filterable mode is set to row and the grid has filters set initially the data sources of the autocomplete widgets inside the filtercell clone the filters when the filter is cleared from the grid the cloned filt...
1
259,111
8,183,705,640
IssuesEvent
2018-08-29 09:50:51
stratisproject/StratisBitcoinFullNode
https://api.github.com/repos/stratisproject/StratisBitcoinFullNode
closed
Min fee estimation for a wallet is too high
Size M: 3-5 days improvement low priority sp3 wallet
Wallet min fee estimation is ~60 times bigger than actual. With empty blocks the min fee to get into the block is: `tx serialized size / 100000000` (`PowBlockAssembler.cs:499`) So for a tx that is 229 bytes fee is 0.00000229 and the wallet estimation algho says its 0.00013800
1.0
Min fee estimation for a wallet is too high - Wallet min fee estimation is ~60 times bigger than actual. With empty blocks the min fee to get into the block is: `tx serialized size / 100000000` (`PowBlockAssembler.cs:499`) So for a tx that is 229 bytes fee is 0.00000229 and the wallet estimation algho says its 0.0...
priority
min fee estimation for a wallet is too high wallet min fee estimation is times bigger than actual with empty blocks the min fee to get into the block is tx serialized size powblockassembler cs so for a tx that is bytes fee is and the wallet estimation algho says its
1
198,465
6,973,346,533
IssuesEvent
2017-12-11 20:09:02
jsonwebtoken/jsonwebtoken.github.io
https://api.github.com/repos/jsonwebtoken/jsonwebtoken.github.io
closed
Auto generate/parse BEGIN/END CERTIFICATE for RS256 signature verification
enhancement low-priority
For usability purposes `-----BEGIN CERTIFICATE-----` and `-----END CERTIFICATE-----` should not be required for RSA256 signature verification. The public key can be parsed and if the strings are not found they can be appended.
1.0
Auto generate/parse BEGIN/END CERTIFICATE for RS256 signature verification - For usability purposes `-----BEGIN CERTIFICATE-----` and `-----END CERTIFICATE-----` should not be required for RSA256 signature verification. The public key can be parsed and if the strings are not found they can be appended.
priority
auto generate parse begin end certificate for signature verification for usability purposes begin certificate and end certificate should not be required for signature verification the public key can be parsed and if the strings are not found they can be appended
1
144,509
5,541,769,636
IssuesEvent
2017-03-22 13:40:58
knipferrc/plate
https://api.github.com/repos/knipferrc/plate
closed
Move local state to redux
Priority: Low Type: Cleanup
Now that we have this "modules" folder structure we can move the local state into redux and pass them as props from the container.
1.0
Move local state to redux - Now that we have this "modules" folder structure we can move the local state into redux and pass them as props from the container.
priority
move local state to redux now that we have this modules folder structure we can move the local state into redux and pass them as props from the container
1
321,610
9,806,430,684
IssuesEvent
2019-06-12 11:23:37
Luca1152/gravity-box
https://api.github.com/repos/Luca1152/gravity-box
opened
Skip levels
Priority: Low Status: Available Type: Enhancement
## Description The player should be allowed to skip levels by watching an ad. However, he should be able to skip levels only once every hour, or something like that, as to not abuse it.
1.0
Skip levels - ## Description The player should be allowed to skip levels by watching an ad. However, he should be able to skip levels only once every hour, or something like that, as to not abuse it.
priority
skip levels description the player should be allowed to skip levels by watching an ad however he should be able to skip levels only once every hour or something like that as to not abuse it
1
180,155
6,646,853,762
IssuesEvent
2017-09-28 00:06:27
widforss/pathfinding-hike
https://api.github.com/repos/widforss/pathfinding-hike
opened
Shortcuts should not go to already connected
enhancement low priority
In a reasonable world there would be a shortcut from the lower road up. However, the LINESTRING is too short and the shortcut goes to the right and is removed in the import process. ![screenshot from 2017-09-28 02-03-59](https://user-images.githubusercontent.com/12639272/30943467-74ca1b2c-a3f1-11e7-8839-604ffa90d9e7...
1.0
Shortcuts should not go to already connected - In a reasonable world there would be a shortcut from the lower road up. However, the LINESTRING is too short and the shortcut goes to the right and is removed in the import process. ![screenshot from 2017-09-28 02-03-59](https://user-images.githubusercontent.com/1263927...
priority
shortcuts should not go to already connected in a reasonable world there would be a shortcut from the lower road up however the linestring is too short and the shortcut goes to the right and is removed in the import process
1
759,028
26,577,825,980
IssuesEvent
2023-01-22 02:40:41
open-goal/jak-project
https://api.github.com/repos/open-goal/jak-project
closed
Arrays of `type`s are not supported by the compiler
low-priority compiler
`target-h` ```asm L1: .type array L2: .word 0x5 .word 0x5 .type type .type pilot-info .type mech-info .type turret-info .type indax-info .type tube-info ```
1.0
Arrays of `type`s are not supported by the compiler - `target-h` ```asm L1: .type array L2: .word 0x5 .word 0x5 .type type .type pilot-info .type mech-info .type turret-info .type indax-info .type tube-info ```
priority
arrays of type s are not supported by the compiler target h asm type array word word type type type pilot info type mech info type turret info type indax info type tube info
1
251,591
8,017,601,696
IssuesEvent
2018-07-25 16:23:34
Qiskit/qiskit-vscode
https://api.github.com/repos/Qiskit/qiskit-vscode
closed
Automatic release when master branch is tagged
priority: low type: enhancement
### What is the expected enhancement? To keep things simple and fast a release should be automatically created by the Travis CI process. The package is already built to upload to VS Code Marketplace, so it can be used to generate the release too. It is not possible to automate the notes about the release (with th...
1.0
Automatic release when master branch is tagged - ### What is the expected enhancement? To keep things simple and fast a release should be automatically created by the Travis CI process. The package is already built to upload to VS Code Marketplace, so it can be used to generate the release too. It is not possible...
priority
automatic release when master branch is tagged what is the expected enhancement to keep things simple and fast a release should be automatically created by the travis ci process the package is already built to upload to vs code marketplace so it can be used to generate the release too it is not possible...
1
493,049
14,225,289,722
IssuesEvent
2020-11-17 21:00:34
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
MBP composite COM methods claim to check composite_mass but don't
component: multibody plant priority: low team: dynamics type: bug
All the MBP CenterOfMass methods have this documentation: ```c++ /// @throws std::runtime_error if `MultibodyPlant` has no body except /// `world_body()`. /// @throws std::runtime_error unless `composite_mass > 0`. Vector3<T> CalcCenterOfMassPosition() ``` I can see that `CalcCenterOfMassPosition()` a...
1.0
MBP composite COM methods claim to check composite_mass but don't - All the MBP CenterOfMass methods have this documentation: ```c++ /// @throws std::runtime_error if `MultibodyPlant` has no body except /// `world_body()`. /// @throws std::runtime_error unless `composite_mass > 0`. Vector3<T> CalcCenterO...
priority
mbp composite com methods claim to check composite mass but don t all the mbp centerofmass methods have this documentation c throws std runtime error if multibodyplant has no body except world body throws std runtime error unless composite mass calccenterofmasspos...
1
401,817
11,798,270,178
IssuesEvent
2020-03-18 14:08:31
ntop/ntopng
https://api.github.com/repos/ntop/ntopng
closed
Active menu entry is not selected
in progress low-priority bug user interface
Normally active menu entries have a blue background which indicates that the entry is currently selected. Since the migration to bootstrap 4, this is broken as the all entries have a white background. The `active` css class must be moved from the outer `<li>` element to the inner `<a>` element to fix this. ![2020-0...
1.0
Active menu entry is not selected - Normally active menu entries have a blue background which indicates that the entry is currently selected. Since the migration to bootstrap 4, this is broken as the all entries have a white background. The `active` css class must be moved from the outer `<li>` element to the inner `<...
priority
active menu entry is not selected normally active menu entries have a blue background which indicates that the entry is currently selected since the migration to bootstrap this is broken as the all entries have a white background the active css class must be moved from the outer element to the inner e...
1
154,074
5,908,579,874
IssuesEvent
2017-05-19 20:49:10
DDMAL/Neon.js
https://api.github.com/repos/DDMAL/Neon.js
opened
Code for Episemas not optimized
Low Priority
The code for rendering ornaments in liberneumes.js needs to be refactored into functions so that its easier to add ornaments in the future.
1.0
Code for Episemas not optimized - The code for rendering ornaments in liberneumes.js needs to be refactored into functions so that its easier to add ornaments in the future.
priority
code for episemas not optimized the code for rendering ornaments in liberneumes js needs to be refactored into functions so that its easier to add ornaments in the future
1
120,066
4,779,797,167
IssuesEvent
2016-10-28 00:04:32
maclyn/curveball
https://api.github.com/repos/maclyn/curveball
closed
Trim strings early on low-res screens
low-priority-compatibility
Doesn't look nice on 480x800 (can solve with `outRect.width`).
1.0
Trim strings early on low-res screens - Doesn't look nice on 480x800 (can solve with `outRect.width`).
priority
trim strings early on low res screens doesn t look nice on can solve with outrect width
1
98,125
4,018,014,122
IssuesEvent
2016-05-16 08:27:27
Baystation12/Baystation12
https://api.github.com/repos/Baystation12/Baystation12
closed
[MASTER] Whispers dont have the correct verb.
bug priority: low
Instead of being [PERSON] quietly says, [TEXT], it's just [PERSON] quietly, [TEXT]. dont ban me raptor
1.0
[MASTER] Whispers dont have the correct verb. - Instead of being [PERSON] quietly says, [TEXT], it's just [PERSON] quietly, [TEXT]. dont ban me raptor
priority
whispers dont have the correct verb instead of being quietly says it s just quietly dont ban me raptor
1
774,095
27,183,204,136
IssuesEvent
2023-02-18 22:20:49
patzly/grocy-android
https://api.github.com/repos/patzly/grocy-android
closed
Historical Analytics
new feature low priority
It would be a nice feature to see a graph it chart of which items get consumed the most/how fast.
1.0
Historical Analytics - It would be a nice feature to see a graph it chart of which items get consumed the most/how fast.
priority
historical analytics it would be a nice feature to see a graph it chart of which items get consumed the most how fast
1
681,192
23,300,093,633
IssuesEvent
2022-08-07 07:21:33
Ankit-Gupta18/Edit-Request-Wizard
https://api.github.com/repos/Ankit-Gupta18/Edit-Request-Wizard
opened
Upgrade node.js version
low priority
Currently, the main webservice runs on node v12, and the check-service-up script runs as a cronjob on the Grid Engine which provides node v10 (deprecated), causing the entire codebase to rely on outdated and unmaintained versions of libraries and preventing use of more modern syntax. - Upgrade webservice to node16 -...
1.0
Upgrade node.js version - Currently, the main webservice runs on node v12, and the check-service-up script runs as a cronjob on the Grid Engine which provides node v10 (deprecated), causing the entire codebase to rely on outdated and unmaintained versions of libraries and preventing use of more modern syntax. - Upgr...
priority
upgrade node js version currently the main webservice runs on node and the check service up script runs as a cronjob on the grid engine which provides node deprecated causing the entire codebase to rely on outdated and unmaintained versions of libraries and preventing use of more modern syntax upgrade ...
1
759,145
26,581,275,731
IssuesEvent
2023-01-22 13:39:53
hengband/hengband
https://api.github.com/repos/hengband/hengband
closed
航海士『ナミ』のスペックを30F前後相当に引き上げる
enhancement Priority:LOW
当時、原作初期すら意識せず、ただの高級品ドロップコソ泥キャラとして雑に入れただけっぽいという話も風説程度Discordで確認したので、原作意識して強化する。同枠自体はチャー研や鼠小僧で増えているので、問題ないと思う。なんなら馬鹿馬鹿から汚くないネタ枠を移植する。 長寿漫画らしく、100巻近く現在に至っては巨大サンダー・ボールくらいは落とせるようだがひとまず中盤を意識して30F程度を提案。
1.0
航海士『ナミ』のスペックを30F前後相当に引き上げる - 当時、原作初期すら意識せず、ただの高級品ドロップコソ泥キャラとして雑に入れただけっぽいという話も風説程度Discordで確認したので、原作意識して強化する。同枠自体はチャー研や鼠小僧で増えているので、問題ないと思う。なんなら馬鹿馬鹿から汚くないネタ枠を移植する。 長寿漫画らしく、100巻近く現在に至っては巨大サンダー・ボールくらいは落とせるようだがひとまず中盤を意識して30F程度を提案。
priority
航海士『ナミ』 当時、原作初期すら意識せず、ただの高級品ドロップコソ泥キャラとして雑に入れただけっぽいという話も風説程度discordで確認したので、原作意識して強化する。同枠自体はチャー研や鼠小僧で増えているので、問題ないと思う。なんなら馬鹿馬鹿から汚くないネタ枠を移植する。 長寿漫画らしく、 ・ 。
1
219,414
7,342,097,994
IssuesEvent
2018-03-07 06:07:20
smrealms/smr
https://api.github.com/repos/smrealms/smr
closed
Recieve Newsletter yes/no oprion to player pref and admin tools
Low Priority enhancement
Add buttos under player preferences to recieve .newsletter. Add same to admin edit account tools
1.0
Recieve Newsletter yes/no oprion to player pref and admin tools - Add buttos under player preferences to recieve .newsletter. Add same to admin edit account tools
priority
recieve newsletter yes no oprion to player pref and admin tools add buttos under player preferences to recieve newsletter add same to admin edit account tools
1
243,852
7,867,926,051
IssuesEvent
2018-06-23 15:04:48
RumiaGIT/RumiaBot
https://api.github.com/repos/RumiaGIT/RumiaBot
closed
Create advertisement notification whitelist commands
Priority: Low Type: Enchancement
Create commands to accompany the advertisement notification whitelist that allow for insertion and deletion of server ids. In addition, create new, proper error messages for these commands.
1.0
Create advertisement notification whitelist commands - Create commands to accompany the advertisement notification whitelist that allow for insertion and deletion of server ids. In addition, create new, proper error messages for these commands.
priority
create advertisement notification whitelist commands create commands to accompany the advertisement notification whitelist that allow for insertion and deletion of server ids in addition create new proper error messages for these commands
1
206,464
7,112,547,984
IssuesEvent
2018-01-17 17:21:58
marklogic-community/data-explorer
https://api.github.com/repos/marklogic-community/data-explorer
opened
FERR-92 - Provide clear messages on query/view definition
Component - UI JIRA Migration Priority - Low Type - Task
**Original Reporter:** @markschiffner **Created:** 15/Jan/18 8:09 AM # Description Add messages on the screen(s) to create query and view of the difference: - Query: Choose elements you would like to query against - View: Choose elements you would like to see in output
1.0
FERR-92 - Provide clear messages on query/view definition - **Original Reporter:** @markschiffner **Created:** 15/Jan/18 8:09 AM # Description Add messages on the screen(s) to create query and view of the difference: - Query: Choose elements you would like to query against - View: Choose elements you would like...
priority
ferr provide clear messages on query view definition original reporter markschiffner created jan am description add messages on the screen s to create query and view of the difference query choose elements you would like to query against view choose elements you would like to ...
1
129,882
5,105,189,749
IssuesEvent
2017-01-05 05:55:05
HuskieRobotics/roborioExpansion
https://api.github.com/repos/HuskieRobotics/roborioExpansion
closed
Don't clear entire buffer before each read
low-priority Propeller FW
```bytefill(@serialBuffer, 0, 256)``` This really just isn't needed, we can just add a null byte after our last read byte, and everything should stay functional. This will speed up those routines considerably.
1.0
Don't clear entire buffer before each read - ```bytefill(@serialBuffer, 0, 256)``` This really just isn't needed, we can just add a null byte after our last read byte, and everything should stay functional. This will speed up those routines considerably.
priority
don t clear entire buffer before each read bytefill serialbuffer this really just isn t needed we can just add a null byte after our last read byte and everything should stay functional this will speed up those routines considerably
1
486,663
14,012,340,921
IssuesEvent
2020-10-29 08:54:04
SUSE/doc-cap
https://api.github.com/repos/SUSE/doc-cap
closed
[doc] 4.10.1 Configuration
bug low priority
4.10.1 Configuration: https://documentation.suse.com/suse-cap/2.1/single-html/cap-guides/#id-1.3.4.4.13.4 >Warning: us-east-1 as Only Valid Region This does not appear to be true; other regions are working as well.
1.0
[doc] 4.10.1 Configuration - 4.10.1 Configuration: https://documentation.suse.com/suse-cap/2.1/single-html/cap-guides/#id-1.3.4.4.13.4 >Warning: us-east-1 as Only Valid Region This does not appear to be true; other regions are working as well.
priority
configuration configuration warning us east as only valid region this does not appear to be true other regions are working as well
1
791,495
27,865,401,427
IssuesEvent
2023-03-21 09:55:14
scaleway/scaleway-cli
https://api.github.com/repos/scaleway/scaleway-cli
opened
If no id is present during a get operation, have a way to fetch all the resources and ask the user which one they want
enhancement ux priority:lowest workflow
### Description Let's suppose a user does this: `scw instance server get` This should give an error because no id is present, but instead, we should perform in the background a list on the given zone, and offer a multi-choice prompt with the id and the name of the available servers. Once a server is selected, ...
1.0
If no id is present during a get operation, have a way to fetch all the resources and ask the user which one they want - ### Description Let's suppose a user does this: `scw instance server get` This should give an error because no id is present, but instead, we should perform in the background a list on the g...
priority
if no id is present during a get operation have a way to fetch all the resources and ask the user which one they want description let s suppose a user does this scw instance server get this should give an error because no id is present but instead we should perform in the background a list on the g...
1
148,715
5,694,656,066
IssuesEvent
2017-04-15 15:19:25
raspibo/eventman
https://api.github.com/repos/raspibo/eventman
closed
times not saved if not edited individually
bug priority: low
Begin and end times are not stored, if "save" is not clicked for each one.
1.0
times not saved if not edited individually - Begin and end times are not stored, if "save" is not clicked for each one.
priority
times not saved if not edited individually begin and end times are not stored if save is not clicked for each one
1
709,946
24,397,826,358
IssuesEvent
2022-10-04 21:03:42
NCAR/wrfcloud
https://api.github.com/repos/NCAR/wrfcloud
opened
Make YAML files use a consistent suffix
priority: low type: enhancement alert: NEED MORE DEFINITION
## Describe the Enhancement ## Currently our yaml files use a mix of `.yml` and `.yaml` suffixes. We should make this consistent. ### Time Estimate ### 2 hours ### Sub-Issues ### Consider breaking the enhancement down into sub-issues. - [ ] Decide on `.yaml` or `.yml` - [ ] Change relevant filenames and logi...
1.0
Make YAML files use a consistent suffix - ## Describe the Enhancement ## Currently our yaml files use a mix of `.yml` and `.yaml` suffixes. We should make this consistent. ### Time Estimate ### 2 hours ### Sub-Issues ### Consider breaking the enhancement down into sub-issues. - [ ] Decide on `.yaml` or `.yml`...
priority
make yaml files use a consistent suffix describe the enhancement currently our yaml files use a mix of yml and yaml suffixes we should make this consistent time estimate hours sub issues consider breaking the enhancement down into sub issues decide on yaml or yml ...
1
328,962
10,010,531,916
IssuesEvent
2019-07-15 08:17:14
cortex-lab/Rigbox
https://api.github.com/repos/cortex-lab/Rigbox
closed
Reading and writing over multiple repositories
enhancement priority: low question
Currently the user can define only one path for each repository. **Problem**: When migrating to a new repository or splitting experiments over multiple repositories causes issues for analysis and loading previous parameters. **Solution**: Allow each repo field to be an array, perhaps with a flag to indicate wheth...
1.0
Reading and writing over multiple repositories - Currently the user can define only one path for each repository. **Problem**: When migrating to a new repository or splitting experiments over multiple repositories causes issues for analysis and loading previous parameters. **Solution**: Allow each repo field to b...
priority
reading and writing over multiple repositories currently the user can define only one path for each repository problem when migrating to a new repository or splitting experiments over multiple repositories causes issues for analysis and loading previous parameters solution allow each repo field to b...
1
178,889
6,619,835,094
IssuesEvent
2017-09-21 13:42:11
inf3rno/capability
https://api.github.com/repos/inf3rno/capability
opened
A different API might be better
feature priority:low
The current API relies on strings, which can be mistypes and can't be auto completed properly with jsdoc3. I need to rething the API. I remember chosing this solution because I don't have to care about reserved words this way. It is necessary to check whether this is justified or I could use an object+method based API,...
1.0
A different API might be better - The current API relies on strings, which can be mistypes and can't be auto completed properly with jsdoc3. I need to rething the API. I remember chosing this solution because I don't have to care about reserved words this way. It is necessary to check whether this is justified or I cou...
priority
a different api might be better the current api relies on strings which can be mistypes and can t be auto completed properly with i need to rething the api i remember chosing this solution because i don t have to care about reserved words this way it is necessary to check whether this is justified or i could us...
1
336,967
10,208,410,861
IssuesEvent
2019-08-14 10:02:37
MDAnalysis/mdanalysis
https://api.github.com/repos/MDAnalysis/mdanalysis
closed
IO error when loading a pdb string
Priority-Low
**Expected behavior** I'm trying to load a pdb string ```python from six import StringIO import MDAnalysis as mda pdb = ''' ATOM 1 N LEU 1 32.310 13.778 14.372 1.00 0.00 SYST N 0 ATOM 2 OW SOL 2 3.024 4.456 4.147 1.00 0.00 SYST H 0''' u = mda.Universe(String...
1.0
IO error when loading a pdb string - **Expected behavior** I'm trying to load a pdb string ```python from six import StringIO import MDAnalysis as mda pdb = ''' ATOM 1 N LEU 1 32.310 13.778 14.372 1.00 0.00 SYST N 0 ATOM 2 OW SOL 2 3.024 4.456 4.147 1.00 0.00 ...
priority
io error when loading a pdb string expected behavior i m trying to load a pdb string python from six import stringio import mdanalysis as mda pdb atom n leu syst n atom ow sol syst h u m...
1
792,960
27,978,250,824
IssuesEvent
2023-03-25 21:13:33
AlexPerathoner/SlimHUD
https://api.github.com/repos/AlexPerathoner/SlimHUD
closed
Create proper documentation in wiki
enhancement priority:low
Add pages in Wiki with infos useful for contributors / me: - [ ] general functioning of the systems: classes, observers, controllers... - [x] GH actions: how to create releases, beta releases, how they work, what they do
1.0
Create proper documentation in wiki - Add pages in Wiki with infos useful for contributors / me: - [ ] general functioning of the systems: classes, observers, controllers... - [x] GH actions: how to create releases, beta releases, how they work, what they do
priority
create proper documentation in wiki add pages in wiki with infos useful for contributors me general functioning of the systems classes observers controllers gh actions how to create releases beta releases how they work what they do
1
684,056
23,405,201,272
IssuesEvent
2022-08-12 12:08:50
Australian-Genomics/CTRL
https://api.github.com/repos/Australian-Genomics/CTRL
opened
Re-enable Cucumber scenario: `User to send message successfully`
priority: low difficulty: medium
As part of the resolution to https://github.com/Australian-Genomics/CTRL/issues/18, the [`User to send message successfully` scenario](https://github.com/Australian-Genomics/CTRL/blob/6190fab2d63c44ff19e06a168fa271e59473448d/features/dashboard/contact_us.feature#L59-L69) was disabled in the interests of time. This tick...
1.0
Re-enable Cucumber scenario: `User to send message successfully` - As part of the resolution to https://github.com/Australian-Genomics/CTRL/issues/18, the [`User to send message successfully` scenario](https://github.com/Australian-Genomics/CTRL/blob/6190fab2d63c44ff19e06a168fa271e59473448d/features/dashboard/contact_u...
priority
re enable cucumber scenario user to send message successfully as part of the resolution to the was disabled in the interests of time this ticket is to re enable the test
1
441,757
12,731,796,374
IssuesEvent
2020-06-25 09:22:51
BlockResearchGroup/compas-RV2
https://api.github.com/repos/BlockResearchGroup/compas-RV2
closed
throw explicit error messages (print)
Enhancement Priority: Low
when some of the helper functions are not usable/applicable (i.e. corner selection or continuous edges do not (at least not yet) work for non-quad meshes)
1.0
throw explicit error messages (print) - when some of the helper functions are not usable/applicable (i.e. corner selection or continuous edges do not (at least not yet) work for non-quad meshes)
priority
throw explicit error messages print when some of the helper functions are not usable applicable i e corner selection or continuous edges do not at least not yet work for non quad meshes
1
242,222
7,839,537,746
IssuesEvent
2018-06-18 13:58:23
ekumenlabs/ekumenlabs.github.io
https://api.github.com/repos/ekumenlabs/ekumenlabs.github.io
closed
Responsive view of Team not working properly
Bug Priority: Low
Team rendering view isn't responding well smaller viewports. ![image](https://user-images.githubusercontent.com/10169300/41418379-f1ef8fec-6fc5-11e8-8b1f-840bd7b2e9ab.png)
1.0
Responsive view of Team not working properly - Team rendering view isn't responding well smaller viewports. ![image](https://user-images.githubusercontent.com/10169300/41418379-f1ef8fec-6fc5-11e8-8b1f-840bd7b2e9ab.png)
priority
responsive view of team not working properly team rendering view isn t responding well smaller viewports
1
346,580
10,416,649,579
IssuesEvent
2019-09-14 15:18:37
EasyX-Community/EasyNOMP-old
https://api.github.com/repos/EasyX-Community/EasyNOMP-old
reopened
x16r Bitcash does not work, invalid block hex
bug low priority
Bitcash does not work, invalid block hex: > [2019-08-09T13:38:12.623Z] [info] [pexacoin] [Pool [:1]] : Block notification via RPC polling > [2019-08-09T13:38:16.912Z] [info] [bitcash] [Pool [:1]] : No new blocks for 55 seconds - updating transactions & rebroadcasting work > [2019-08-09T13:38:16.914Z] [info] [bitca...
1.0
x16r Bitcash does not work, invalid block hex - Bitcash does not work, invalid block hex: > [2019-08-09T13:38:12.623Z] [info] [pexacoin] [Pool [:1]] : Block notification via RPC polling > [2019-08-09T13:38:16.912Z] [info] [bitcash] [Pool [:1]] : No new blocks for 55 seconds - updating transactions & rebroadcasting ...
priority
bitcash does not work invalid block hex bitcash does not work invalid block hex block notification via rpc polling no new blocks for seconds updating transactions rebroadcasting work difficulty update diff miner worker mining submit mess...
1
39,561
2,856,783,609
IssuesEvent
2015-06-02 16:29:37
Naoghuman/Dream-Better-Worlds
https://api.github.com/repos/Naoghuman/Dream-Better-Worlds
closed
Reorder the components in TipOfTheNightEditor.
development refactoring issue fixed priority low
Reorder the components in TipOfTheNightEditor from vertical to horizontal. That means that the preview is on the left side and all other components on the right side.
1.0
Reorder the components in TipOfTheNightEditor. - Reorder the components in TipOfTheNightEditor from vertical to horizontal. That means that the preview is on the left side and all other components on the right side.
priority
reorder the components in tipofthenighteditor reorder the components in tipofthenighteditor from vertical to horizontal that means that the preview is on the left side and all other components on the right side
1
43,769
2,892,524,490
IssuesEvent
2015-06-15 13:32:44
mantidproject/mantid
https://api.github.com/repos/mantidproject/mantid
closed
Script result window wraps text for no reason
GUI Low Priority
This issue was originally [TRAC 11172](http://trac.mantidproject.org/mantid/ticket/11172) See screenshot attached. There is no good reason to wrap text at this point if the entire line can be displayed as a single line given the width of window.
1.0
Script result window wraps text for no reason - This issue was originally [TRAC 11172](http://trac.mantidproject.org/mantid/ticket/11172) See screenshot attached. There is no good reason to wrap text at this point if the entire line can be displayed as a single line given the width of window.
priority
script result window wraps text for no reason this issue was originally see screenshot attached there is no good reason to wrap text at this point if the entire line can be displayed as a single line given the width of window
1
58,536
3,089,703,936
IssuesEvent
2015-08-25 23:08:20
google/googlemock
https://api.github.com/repos/google/googlemock
closed
make matchers printable
auto-migrated OpSys-All Priority-Low Type-Enhancement Usability
``` gtest's extensible universal value printer allows us to customize how a value of a specific type is printed. Currently it prints a matcher (testing::Matcher<T>) as a hex dump, which isn't useful at all. We should make it print something like a matcher that matches a value of type int that is greater than 42...
1.0
make matchers printable - ``` gtest's extensible universal value printer allows us to customize how a value of a specific type is printed. Currently it prints a matcher (testing::Matcher<T>) as a hex dump, which isn't useful at all. We should make it print something like a matcher that matches a value of type i...
priority
make matchers printable gtest s extensible universal value printer allows us to customize how a value of a specific type is printed currently it prints a matcher testing matcher as a hex dump which isn t useful at all we should make it print something like a matcher that matches a value of type int...
1
591,651
17,857,609,019
IssuesEvent
2021-09-05 10:44:45
ooni/probe
https://api.github.com/repos/ooni/probe
closed
cli/ci: obfs4_test.go:80: not the error we expected mocked error
bug priority/low effort/XS
**Describe the bug** The CI fails intermittently with this error: ``` --- FAIL: TestOBFS4DialerFailsWithConnectionErrorAndContextExpiration (0.00s) Error: obfs4_test.go:80: not the error we expected mocked error FAIL coverage: 99.3% of statements ``` See https://github.com/ooni/probe-cli/pull/446/checks...
1.0
cli/ci: obfs4_test.go:80: not the error we expected mocked error - **Describe the bug** The CI fails intermittently with this error: ``` --- FAIL: TestOBFS4DialerFailsWithConnectionErrorAndContextExpiration (0.00s) Error: obfs4_test.go:80: not the error we expected mocked error FAIL coverage: 99.3% of state...
priority
cli ci test go not the error we expected mocked error describe the bug the ci fails intermittently with this error fail error test go not the error we expected mocked error fail coverage of statements see to reproduce run many ci runs per day even...
1
79,797
3,547,144,557
IssuesEvent
2016-01-20 08:09:49
JustArchi/ArchiSteamFarm
https://api.github.com/repos/JustArchi/ArchiSteamFarm
opened
Allow user to choose which game should be farmed
Enhancement Low priority Wishlist
This solves two issues at once. It allows user to prioritize the game he wants to farm first, by switching to "manual" mode and farming that game, and it also makes it possible to use ASF in the way of farming "hours played" and not only steam cards. Rather close TODO.
1.0
Allow user to choose which game should be farmed - This solves two issues at once. It allows user to prioritize the game he wants to farm first, by switching to "manual" mode and farming that game, and it also makes it possible to use ASF in the way of farming "hours played" and not only steam cards. Rather close TO...
priority
allow user to choose which game should be farmed this solves two issues at once it allows user to prioritize the game he wants to farm first by switching to manual mode and farming that game and it also makes it possible to use asf in the way of farming hours played and not only steam cards rather close to...
1
705,390
24,233,238,241
IssuesEvent
2022-09-26 20:17:08
naev/naev
https://api.github.com/repos/naev/naev
opened
[idea] More dynamic universe (rewards for helping random NPCs, etc.)
Type-Enhancement Priority-Low
``` Rage Burner — 今日 04:41 Idea: answering NPC calls for help rewards a bit of money/rep ``` On similar lines, something like being able to hire in-system bounty hunters or pirates and other in-game scripted scenes/mechanics could be used to spice up things. Just some quick brainstorming: - [ ] Have NPCs g...
1.0
[idea] More dynamic universe (rewards for helping random NPCs, etc.) - ``` Rage Burner — 今日 04:41 Idea: answering NPC calls for help rewards a bit of money/rep ``` On similar lines, something like being able to hire in-system bounty hunters or pirates and other in-game scripted scenes/mechanics could be used ...
priority
more dynamic universe rewards for helping random npcs etc rage burner — 今日 idea answering npc calls for help rewards a bit of money rep on similar lines something like being able to hire in system bounty hunters or pirates and other in game scripted scenes mechanics could be used to spic...
1
729,931
25,151,265,685
IssuesEvent
2022-11-10 10:11:14
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
drivers: flash: spi_nor: init fails when flash is busy
bug priority: low area: Flash
**Describe the bug** The spi-nor flash device is automatically initialized during boot, but it does not check if the flash is busy with a write/erase operation. This can happen when a slow erase or page program operation starts before a soft-boot. The result is invalid responses from the flash because it will not deco...
1.0
drivers: flash: spi_nor: init fails when flash is busy - **Describe the bug** The spi-nor flash device is automatically initialized during boot, but it does not check if the flash is busy with a write/erase operation. This can happen when a slow erase or page program operation starts before a soft-boot. The result is ...
priority
drivers flash spi nor init fails when flash is busy describe the bug the spi nor flash device is automatically initialized during boot but it does not check if the flash is busy with a write erase operation this can happen when a slow erase or page program operation starts before a soft boot the result is ...
1
300,089
9,206,125,794
IssuesEvent
2019-03-08 12:48:51
qissue-bot/QGIS
https://api.github.com/repos/qissue-bot/QGIS
closed
Delimited text import: precision loss (latlong)
Category: C++ Plugins Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report
--- Author Name: **Markus Neteler** (Markus Neteler) Original Redmine Issue: 1432, https://issues.qgis.org/issues/1432 Original Assignee: nobody - --- I observe a severe precision loss when importing LatLong CSV files: ``` #original CSV: ID,LONG,LAT BG1,10.367989875,45.873774277 BG2,10.368377488,45.903017929 BG3,...
1.0
Delimited text import: precision loss (latlong) - --- Author Name: **Markus Neteler** (Markus Neteler) Original Redmine Issue: 1432, https://issues.qgis.org/issues/1432 Original Assignee: nobody - --- I observe a severe precision loss when importing LatLong CSV files: ``` #original CSV: ID,LONG,LAT BG1,10.3679898...
priority
delimited text import precision loss latlong author name markus neteler markus neteler original redmine issue original assignee nobody i observe a severe precision loss when importing latlong csv files original csv id long lat imported into...
1
211,166
7,198,832,962
IssuesEvent
2018-02-05 14:12:02
zoonproject/zoon
https://api.github.com/repos/zoonproject/zoon
closed
Zoon app paper as citation
Priority - low question
Just to say if/when the zoon paper is accepted, we'll probably want to change the package citation to that paper. Or at least have it as an option. Guess there's a trade off between citing package versions properly, and us collecting citations to a paper rather than a package which is probably better for the ol' ca...
1.0
Zoon app paper as citation - Just to say if/when the zoon paper is accepted, we'll probably want to change the package citation to that paper. Or at least have it as an option. Guess there's a trade off between citing package versions properly, and us collecting citations to a paper rather than a package which is p...
priority
zoon app paper as citation just to say if when the zoon paper is accepted we ll probably want to change the package citation to that paper or at least have it as an option guess there s a trade off between citing package versions properly and us collecting citations to a paper rather than a package which is p...
1
638,860
20,740,484,996
IssuesEvent
2022-03-14 17:13:05
WordPress/openverse-frontend
https://api.github.com/repos/WordPress/openverse-frontend
opened
Two e2e tests consistently fail when updating tapes but appear stable otherwise
🟩 priority: low 🛠 goal: fix 🤖 aspect: dx
## Description <!-- Concisely describe the bug. --> The following two tests almost always fail when running `pnpm test:e2e:update-tapes` or `recreate-tapes`: * search-types.spec.js:102:3 › Can open All content page client-side * search-types.spec.js:102:3 › Can open Images page client-side It'd be nice to try ...
1.0
Two e2e tests consistently fail when updating tapes but appear stable otherwise - ## Description <!-- Concisely describe the bug. --> The following two tests almost always fail when running `pnpm test:e2e:update-tapes` or `recreate-tapes`: * search-types.spec.js:102:3 › Can open All content page client-side * sea...
priority
two tests consistently fail when updating tapes but appear stable otherwise description the following two tests almost always fail when running pnpm test update tapes or recreate tapes search types spec js › can open all content page client side search types spec js › can open images p...
1
329,998
10,028,087,367
IssuesEvent
2019-07-17 10:45:09
workcraft/workcraft
https://api.github.com/repos/workcraft/workcraft
opened
Append scan chain if scanout port extists
enhancement priority:low status:confirmed tag:model:circuit
In Cycle analyser tool, when inserting scan check the presence and connectivity of ``scanout`` port. if it exists and connected, then insert new testable elements in the existing scan chain, just before ``scanout`.
1.0
Append scan chain if scanout port extists - In Cycle analyser tool, when inserting scan check the presence and connectivity of ``scanout`` port. if it exists and connected, then insert new testable elements in the existing scan chain, just before ``scanout`.
priority
append scan chain if scanout port extists in cycle analyser tool when inserting scan check the presence and connectivity of scanout port if it exists and connected then insert new testable elements in the existing scan chain just before scanout
1
710,404
24,416,899,834
IssuesEvent
2022-10-05 16:40:54
Ze-Rax/TrackmaniaFlagRush
https://api.github.com/repos/Ze-Rax/TrackmaniaFlagRush
closed
Adding Time (Callvote) after overtime began doesn't put the mode out of overtime
bug gamemode low priority
When the mode entered overtime, but time is added afterwards, the timer will be shown correctly, but the mode will stay in overteam, meaning that the next scored flag ends the round regardless of the current scores or round time left.
1.0
Adding Time (Callvote) after overtime began doesn't put the mode out of overtime - When the mode entered overtime, but time is added afterwards, the timer will be shown correctly, but the mode will stay in overteam, meaning that the next scored flag ends the round regardless of the current scores or round time left.
priority
adding time callvote after overtime began doesn t put the mode out of overtime when the mode entered overtime but time is added afterwards the timer will be shown correctly but the mode will stay in overteam meaning that the next scored flag ends the round regardless of the current scores or round time left
1
218,528
7,331,648,629
IssuesEvent
2018-03-05 14:11:44
salesagility/SuiteCRM
https://api.github.com/repos/salesagility/SuiteCRM
closed
Menu ACTIONS its not translatable - SuiteP - version 7.10.RC2
Fix Proposed Low Priority Resolved: Next Release bug
<!--- Provide a general summary of the issue in the **Title** above --> <!--- Before you open an issue, please check if a similar issue already exists or has been closed before. ---> <!--- If you have discovered a security risk please report it by emailing security@suitecrm.com. This will be delivered to the product ...
1.0
Menu ACTIONS its not translatable - SuiteP - version 7.10.RC2 - <!--- Provide a general summary of the issue in the **Title** above --> <!--- Before you open an issue, please check if a similar issue already exists or has been closed before. ---> <!--- If you have discovered a security risk please report it by emaili...
priority
menu actions its not translatable suitep version issue the menu actions in suitep template is not translatable x works fine but the fix from is partially not implemented in possible fix themes suitep include mysugar tpls mysugar tpl needs to be changed...
1
649,259
21,261,439,233
IssuesEvent
2022-04-13 05:01:47
lorenarojas1/CDMX012-lab-notes
https://api.github.com/repos/lorenarojas1/CDMX012-lab-notes
opened
Registrar cuenta de usuario con firebase.
low priority
Crear una vista para que el usuario pueda registrarse con firebase en la app de notas.
1.0
Registrar cuenta de usuario con firebase. - Crear una vista para que el usuario pueda registrarse con firebase en la app de notas.
priority
registrar cuenta de usuario con firebase crear una vista para que el usuario pueda registrarse con firebase en la app de notas
1
63,699
3,197,670,670
IssuesEvent
2015-10-01 07:16:25
openxpki/openxpki
https://api.github.com/repos/openxpki/openxpki
opened
SCEP renewal/replace window ignored if allowed certs > 1
bug low priority scep
If max_allowed_certs is greater than the number of issued certificates, a renewal is allowed even if the request is outside the renewal window (ca_policy_approval condition is true by max_count, the renewal window itself is ignored). Same for replace.
1.0
SCEP renewal/replace window ignored if allowed certs > 1 - If max_allowed_certs is greater than the number of issued certificates, a renewal is allowed even if the request is outside the renewal window (ca_policy_approval condition is true by max_count, the renewal window itself is ignored). Same for replace.
priority
scep renewal replace window ignored if allowed certs if max allowed certs is greater than the number of issued certificates a renewal is allowed even if the request is outside the renewal window ca policy approval condition is true by max count the renewal window itself is ignored same for replace
1
302,436
9,259,564,799
IssuesEvent
2019-03-18 00:31:31
VGV-Team/StandaloneCrawler
https://api.github.com/repos/VGV-Team/StandaloneCrawler
opened
Rework print statements to work well with multi-threading
Low Priority task
This will make thread debugging easier
1.0
Rework print statements to work well with multi-threading - This will make thread debugging easier
priority
rework print statements to work well with multi threading this will make thread debugging easier
1
56,287
3,078,761,965
IssuesEvent
2015-08-21 12:39:47
pavel-pimenov/flylinkdc-r5xx
https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx
opened
"Настройки->Внешний вид->Цвета и Шрифты" = две кнопки "Стиль текста"
Component-UI enhancement imported Priority-Low
_From [Karen.Ar...@gmail.com](https://code.google.com/u/102596796363083496500/) on September 20, 2011 10:46:34_ Версия: SetupFlylinkDC-x86-x64- r501 -beta37-build-8141 "Настройки->Внешний вид->Цвета и Шрифты" = две кнопки "Стиль текста" Что это? Либо это дубляж, либо нужно как-то указать какая кнопка для чего. _Ori...
1.0
"Настройки->Внешний вид->Цвета и Шрифты" = две кнопки "Стиль текста" - _From [Karen.Ar...@gmail.com](https://code.google.com/u/102596796363083496500/) on September 20, 2011 10:46:34_ Версия: SetupFlylinkDC-x86-x64- r501 -beta37-build-8141 "Настройки->Внешний вид->Цвета и Шрифты" = две кнопки "Стиль текста" Что это? ...
priority
настройки внешний вид цвета и шрифты две кнопки стиль текста from on september версия setupflylinkdc build настройки внешний вид цвета и шрифты две кнопки стиль текста что это либо это дубляж либо нужно как то указать какая кнопка для чего original issue
1
315,868
9,633,136,910
IssuesEvent
2019-05-15 17:53:27
NCIOCPL/cgov-digital-platform
https://api.github.com/repos/NCIOCPL/cgov-digital-platform
opened
Hide action dropdown on the content overview
Low priority
Super low priority - Can we please hide the action dropdown on the content overview view? Most of these options don't work, and aren't part of our custom implementation. We should also probably hide the checkboxes beside each content item. ![image](https://user-images.githubusercontent.com/31222859/57797591-c506...
1.0
Hide action dropdown on the content overview - Super low priority - Can we please hide the action dropdown on the content overview view? Most of these options don't work, and aren't part of our custom implementation. We should also probably hide the checkboxes beside each content item. ![image](https://user-imag...
priority
hide action dropdown on the content overview super low priority can we please hide the action dropdown on the content overview view most of these options don t work and aren t part of our custom implementation we should also probably hide the checkboxes beside each content item
1
662,266
22,107,639,045
IssuesEvent
2022-06-01 18:18:03
openbullet/OpenBullet2
https://api.github.com/repos/openbullet/OpenBullet2
closed
[REQUEST] Discord Webhook
enhancement low priority
If possible allow us to use our own format for the message for discord webhook such as put it in message embed because it would make it look better rather than have a bunch of spam text stuck together
1.0
[REQUEST] Discord Webhook - If possible allow us to use our own format for the message for discord webhook such as put it in message embed because it would make it look better rather than have a bunch of spam text stuck together
priority
discord webhook if possible allow us to use our own format for the message for discord webhook such as put it in message embed because it would make it look better rather than have a bunch of spam text stuck together
1
819,544
30,741,314,259
IssuesEvent
2023-07-28 11:45:10
PRIME-TU-Delft/Open-LA-Applets
https://api.github.com/repos/PRIME-TU-Delft/Open-LA-Applets
opened
[Issue]: Improve search
Low priority
### What needs to change? Search is now automatically updating the url, this is not a desired behaviour. It should only change the URL when the search form is submitted ### Does this issue relate or depend on other issues? _No response_
1.0
[Issue]: Improve search - ### What needs to change? Search is now automatically updating the url, this is not a desired behaviour. It should only change the URL when the search form is submitted ### Does this issue relate or depend on other issues? _No response_
priority
improve search what needs to change search is now automatically updating the url this is not a desired behaviour it should only change the url when the search form is submitted does this issue relate or depend on other issues no response
1
332,704
10,102,865,330
IssuesEvent
2019-07-29 12:20:14
telerik/kendo-ui-core
https://api.github.com/repos/telerik/kendo-ui-core
opened
ArcGauge should allow setting of its HtmlAttributes()
Enhancement Priority 1 S: Wrappers (ASP.NET MVC) SEV: Low
### Enhancement Ticket ID 1418725 ### Current behavior Currently it is not possible to pass HtmlAttributes() to the ArcGauge wrapper. The other gauges have this method, the ArcGauge should be no different. ### Expected/desired behavior The HtmlAttributes() should be set to the widget's element. ### En...
1.0
ArcGauge should allow setting of its HtmlAttributes() - ### Enhancement Ticket ID 1418725 ### Current behavior Currently it is not possible to pass HtmlAttributes() to the ArcGauge wrapper. The other gauges have this method, the ArcGauge should be no different. ### Expected/desired behavior The HtmlAttri...
priority
arcgauge should allow setting of its htmlattributes enhancement ticket id current behavior currently it is not possible to pass htmlattributes to the arcgauge wrapper the other gauges have this method the arcgauge should be no different expected desired behavior the htmlattributes ...
1
612,593
19,026,685,388
IssuesEvent
2021-11-24 05:06:08
axelarnetwork/axelar-core
https://api.github.com/repos/axelarnetwork/axelar-core
opened
vald cosmos sdk logs show a mismatching chain id than the value set
low priority investigate
## Description/Reasoning A validator on [Discord](https://discord.com/channels/770814806105128977/867457262620770334/911583585729937409) noticed that their vald logs were showing the following error: `Nov 20 10:14:50 axelard[14104]: 2021-11-20T10:14:50Z INF backing off (retry in 5s ): signature verification failed;...
1.0
vald cosmos sdk logs show a mismatching chain id than the value set - ## Description/Reasoning A validator on [Discord](https://discord.com/channels/770814806105128977/867457262620770334/911583585729937409) noticed that their vald logs were showing the following error: `Nov 20 10:14:50 axelard[14104]: 2021-11-20T10...
priority
vald cosmos sdk logs show a mismatching chain id than the value set description reasoning a validator on noticed that their vald logs were showing the following error nov axelard inf backing off retry in signature verification failed please verify account number and chain i...
1
609,333
18,870,259,464
IssuesEvent
2021-11-13 03:22:46
scilus/fibernavigator
https://api.github.com/repos/scilus/fibernavigator
closed
Uniformize dataset saving mecanism
enhancement Priority-Low OpSys-All Component-Logic
Some classes deriving from DatasetInfo have a SaveNifti method, others have just the save method. Uniformize this.
1.0
Uniformize dataset saving mecanism - Some classes deriving from DatasetInfo have a SaveNifti method, others have just the save method. Uniformize this.
priority
uniformize dataset saving mecanism some classes deriving from datasetinfo have a savenifti method others have just the save method uniformize this
1
299,713
9,205,786,890
IssuesEvent
2019-03-08 11:39:20
qissue-bot/QGIS
https://api.github.com/repos/qissue-bot/QGIS
closed
Old .qgs project causes GUI mess
Category: Project Loading/Saving 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: **Mateusz Loskot -** (Mateusz Loskot -) Original Redmine Issue: 1081, https://issues.qgis.org/issues/1081 Original Assignee: Tom Elwertowski --- I've experienced strange behavior of latest QGIS 0.10.0 under Mac OS X 10.5. I have a .qgs project (old_postgis_project.qgs) composed with a few [[PostGI...
1.0
Old .qgs project causes GUI mess - --- Author Name: **Mateusz Loskot -** (Mateusz Loskot -) Original Redmine Issue: 1081, https://issues.qgis.org/issues/1081 Original Assignee: Tom Elwertowski --- I've experienced strange behavior of latest QGIS 0.10.0 under Mac OS X 10.5. I have a .qgs project (old_postgis_projec...
priority
old qgs project causes gui mess author name mateusz loskot mateusz loskot original redmine issue original assignee tom elwertowski i ve experienced strange behavior of latest qgis under mac os x i have a qgs project old postgis project qgs composed with a few layers i...
1
232,187
7,655,853,740
IssuesEvent
2018-05-10 14:32:51
status-im/status-react
https://api.github.com/repos/status-im/status-react
closed
Emoji are not visible in 1-1 chat message bubbles
bug low-priority
***Type***: Bug ***Summary***: ... Emoji in 1-1 chat messages are not visible on Android 4.4.2. If they accompanied by the text - only text is shown. If the message consist only emoji - empty message bubble is present. However, it's all fine in group or public chat. **Expected behavior** Emoji are visible i...
1.0
Emoji are not visible in 1-1 chat message bubbles - ***Type***: Bug ***Summary***: ... Emoji in 1-1 chat messages are not visible on Android 4.4.2. If they accompanied by the text - only text is shown. If the message consist only emoji - empty message bubble is present. However, it's all fine in group or public...
priority
emoji are not visible in chat message bubbles type bug summary emoji in chat messages are not visible on android if they accompanied by the text only text is shown if the message consist only emoji empty message bubble is present however it s all fine in group or public...
1
347,912
10,436,290,885
IssuesEvent
2019-09-17 19:13:29
supergrecko/QuestionBot
https://api.github.com/repos/supergrecko/QuestionBot
closed
core: Implement preconditions
effort:low priority:high scope:dev status:work-in-progress type:feature-request
Need to implement preconditions to limit commands to certain groups of users
1.0
core: Implement preconditions - Need to implement preconditions to limit commands to certain groups of users
priority
core implement preconditions need to implement preconditions to limit commands to certain groups of users
1
644,119
20,966,873,045
IssuesEvent
2022-03-28 07:42:01
googleapis/google-cloud-dotnet
https://api.github.com/repos/googleapis/google-cloud-dotnet
closed
ListJobsAsync() returns only us-central1 jobs
type: bug priority: p1 status: blocked external api: dataflow
#### Environment details - OS: **Windows 10 Enterprise** - .NET version: **.NET Core 3.1** - Package name and version: **Google.Cloud.Dataflow.V1Beta3 v1.0.0-beta02** #### Steps to reproduce The below method should return active Dataflow jobs located in a region specified in `location` parameter, but a...
1.0
ListJobsAsync() returns only us-central1 jobs - #### Environment details - OS: **Windows 10 Enterprise** - .NET version: **.NET Core 3.1** - Package name and version: **Google.Cloud.Dataflow.V1Beta3 v1.0.0-beta02** #### Steps to reproduce The below method should return active Dataflow jobs located in a...
priority
listjobsasync returns only us jobs environment details os windows enterprise net version net core package name and version google cloud dataflow steps to reproduce the below method should return active dataflow jobs located in a region specified in...
1
665,309
22,308,256,112
IssuesEvent
2022-06-13 14:45:19
geosolutions-it/MapStore2
https://api.github.com/repos/geosolutions-it/MapStore2
closed
Import/export Dashboard
Priority: Low Accepted Internal Dashboard Good first issue New Feature
## Description <!-- A few sentences describing new feature --> <!-- screenshot, video, or link to mockup/prototype are welcome --> Add two buttons on the burger menu to trigger import/export functionality for the whole Dashboard. ## Acceptance criteria <!-- Describe here the list of acceptance criteria --> Add ...
1.0
Import/export Dashboard - ## Description <!-- A few sentences describing new feature --> <!-- screenshot, video, or link to mockup/prototype are welcome --> Add two buttons on the burger menu to trigger import/export functionality for the whole Dashboard. ## Acceptance criteria <!-- Describe here the list of accep...
priority
import export dashboard description add two buttons on the burger menu to trigger import export functionality for the whole dashboard acceptance criteria add in the related burger menu the possibility to import a dashboard from json export a dashboard to json
1
764,612
26,808,579,923
IssuesEvent
2023-02-01 20:18:04
cosmos/ibc-rs
https://api.github.com/repos/cosmos/ibc-rs
opened
Remove `ChannelEnd::order_matches()`
O: maintainability A: low-priority
We should use a `match` statement instead. This pattern encourages not looking at all possible variants, and shouldn't be used. At the same time, we should understand what the `Order::None` represents, and if we keep it, what to do in cases where the order is `None`.
1.0
Remove `ChannelEnd::order_matches()` - We should use a `match` statement instead. This pattern encourages not looking at all possible variants, and shouldn't be used. At the same time, we should understand what the `Order::None` represents, and if we keep it, what to do in cases where the order is `None`.
priority
remove channelend order matches we should use a match statement instead this pattern encourages not looking at all possible variants and shouldn t be used at the same time we should understand what the order none represents and if we keep it what to do in cases where the order is none
1
354,344
10,565,875,524
IssuesEvent
2019-10-05 14:49:08
nfprojects/nfengine
https://api.github.com/repos/nfprojects/nfengine
closed
Improve PRNG in Math module
enhancement low priority medium proposal
The current implementation uses simple xorshift algorithm. Switch to xorshift\* or xorshift+ - they provide much better quality and are super fast (see http://xorshift.di.unimi.it/). Consider converting Random class to template with base integers PRGN algorithm as a template parameter (like it's done in C++11)
1.0
Improve PRNG in Math module - The current implementation uses simple xorshift algorithm. Switch to xorshift\* or xorshift+ - they provide much better quality and are super fast (see http://xorshift.di.unimi.it/). Consider converting Random class to template with base integers PRGN algorithm as a template parameter (lik...
priority
improve prng in math module the current implementation uses simple xorshift algorithm switch to xorshift or xorshift they provide much better quality and are super fast see consider converting random class to template with base integers prgn algorithm as a template parameter like it s done in c
1
769,704
27,016,874,317
IssuesEvent
2023-02-10 20:17:37
tallyhowallet/extension
https://api.github.com/repos/tallyhowallet/extension
closed
Swap - Can't change From Asset
Type: Bug Status: Pending Priority: Low
### Discord Discussion Link _No response_ ### What browsers are you seeing the problem on? Chrome ### What were you trying to do? Was trying to change the From asset when doing a swap. I was coming from a asset details page. <img width="362" alt="image" src="https://user-images.githubusercontent.com/...
1.0
Swap - Can't change From Asset - ### Discord Discussion Link _No response_ ### What browsers are you seeing the problem on? Chrome ### What were you trying to do? Was trying to change the From asset when doing a swap. I was coming from a asset details page. <img width="362" alt="image" src="https://u...
priority
swap can t change from asset discord discussion link no response what browsers are you seeing the problem on chrome what were you trying to do was trying to change the from asset when doing a swap i was coming from a asset details page img width alt image src ...
1
822,227
30,859,205,756
IssuesEvent
2023-08-03 00:27:32
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
codeowners: invalid syntax (comma)
bug priority: low Stale area: Continuous Integration
The BitBucket pull request checker complains about: Code Owners failed. Syntax error CODEOWNERS#566 : Invalid Code Owner rule Caused by: Missing or invalid identifier: Use a valid user or group identifier. Caused by: Invalid identifier: Bitbucket user name Caused by: '@' expected but ',' found It is cause...
1.0
codeowners: invalid syntax (comma) - The BitBucket pull request checker complains about: Code Owners failed. Syntax error CODEOWNERS#566 : Invalid Code Owner rule Caused by: Missing or invalid identifier: Use a valid user or group identifier. Caused by: Invalid identifier: Bitbucket user name Caused by: '@' ...
priority
codeowners invalid syntax comma the bitbucket pull request checker complains about code owners failed syntax error codeowners invalid code owner rule caused by missing or invalid identifier use a valid user or group identifier caused by invalid identifier bitbucket user name caused by ex...
1
31,715
2,736,539,273
IssuesEvent
2015-04-19 14:54:55
cs2103jan2015-t16-3c/Main
https://api.github.com/repos/cs2103jan2015-t16-3c/Main
closed
A user can set reminders for various tasks
priority.low
so that the user can be aware of them in case the user forgets to check the list.
1.0
A user can set reminders for various tasks - so that the user can be aware of them in case the user forgets to check the list.
priority
a user can set reminders for various tasks so that the user can be aware of them in case the user forgets to check the list
1
104,887
4,226,476,281
IssuesEvent
2016-07-02 13:48:55
Laura-O4S/RobotsGoHome
https://api.github.com/repos/Laura-O4S/RobotsGoHome
closed
OVERLAY: Duplicate SmoothMoves Robots (minor)
bug done low priority
I can't recreate yet, I was messing around repeatedly buying boosters, closing the window and selecting the same level. Might be worth checking if there is a logical explanation why the same smooth moves robots can instantiate on top of each other
1.0
OVERLAY: Duplicate SmoothMoves Robots (minor) - I can't recreate yet, I was messing around repeatedly buying boosters, closing the window and selecting the same level. Might be worth checking if there is a logical explanation why the same smooth moves robots can instantiate on top of each other
priority
overlay duplicate smoothmoves robots minor i can t recreate yet i was messing around repeatedly buying boosters closing the window and selecting the same level might be worth checking if there is a logical explanation why the same smooth moves robots can instantiate on top of each other
1