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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
170,537 | 6,447,363,400 | IssuesEvent | 2017-08-14 06:48:56 | FadeCloudNW/issue-tracker | https://api.github.com/repos/FadeCloudNW/issue-tracker | closed | [Prison] AFK Freezers | Bug Low Priority | Recently found out players who are rank A (which is default in pex) can't use the AFK Freezers. They can rightclick them but they don't receive blocks. But if they rank up to B it works again. | 1.0 | [Prison] AFK Freezers - Recently found out players who are rank A (which is default in pex) can't use the AFK Freezers. They can rightclick them but they don't receive blocks. But if they rank up to B it works again. | priority | afk freezers recently found out players who are rank a which is default in pex can t use the afk freezers they can rightclick them but they don t receive blocks but if they rank up to b it works again | 1 |
432,661 | 12,496,469,616 | IssuesEvent | 2020-06-01 14:53:43 | qutebrowser/qutebrowser | https://api.github.com/repos/qutebrowser/qutebrowser | opened | Qt 5.15 and endless redirects via interceptor API (ERR_TOO_MANY_REDIRECTS) | priority: 2 - low qt: 5.15 | With Qt 5.15 and this:
```python3
import qutebrowser.api.interceptor
def rewrite(request: qutebrowser.api.interceptor.Request):
if request.request_url.host().startswith('www.amazon.') and '/dp/' in request.request_url.path():
path = request.request_url.path().split('/')
i = path.index('dp'... | 1.0 | Qt 5.15 and endless redirects via interceptor API (ERR_TOO_MANY_REDIRECTS) - With Qt 5.15 and this:
```python3
import qutebrowser.api.interceptor
def rewrite(request: qutebrowser.api.interceptor.Request):
if request.request_url.host().startswith('www.amazon.') and '/dp/' in request.request_url.path():
... | priority | qt and endless redirects via interceptor api err too many redirects with qt and this import qutebrowser api interceptor def rewrite request qutebrowser api interceptor request if request request url host startswith and dp in request request url path path request r... | 1 |
185,117 | 6,719,107,826 | IssuesEvent | 2017-10-15 20:25:18 | nim-lang/Nim | https://api.github.com/repos/nim-lang/Nim | closed | Incorrect closure code generation | Lambda lifting Low Priority Semcheck | The following program generates code that doesn't compile.
Note that either replacing `do(x):` with `do(x: int)` or putting the code inside a function will prevent the error.
``` nimrod
proc baz() =
echo "baz"
proc bar(x: int, p: proc()) =
echo "bar ", x
p()
proc foo(x: int, p: proc(x: int)) =
echo "foo ", ... | 1.0 | Incorrect closure code generation - The following program generates code that doesn't compile.
Note that either replacing `do(x):` with `do(x: int)` or putting the code inside a function will prevent the error.
``` nimrod
proc baz() =
echo "baz"
proc bar(x: int, p: proc()) =
echo "bar ", x
p()
proc foo(x: int... | priority | incorrect closure code generation the following program generates code that doesn t compile note that either replacing do x with do x int or putting the code inside a function will prevent the error nimrod proc baz echo baz proc bar x int p proc echo bar x p proc foo x int... | 1 |
555,757 | 16,469,256,628 | IssuesEvent | 2021-05-23 04:17:17 | Tautulli/Tautulli | https://api.github.com/repos/Tautulli/Tautulli | closed | Missing job arg for recently added queue modal | fixed priority:low topic:server topic:ui type:bug | **Describe the Bug**
No output when a item is in waitinglist
**Steps to Reproduce**
1. Go to 'Setings'
2. Click on 'Check for recently added items'
3. See error
**Expected Behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
Provide screenshots to help explain your p... | 1.0 | Missing job arg for recently added queue modal - **Describe the Bug**
No output when a item is in waitinglist
**Steps to Reproduce**
1. Go to 'Setings'
2. Click on 'Check for recently added items'
3. See error
**Expected Behavior**
A clear and concise description of what you expected to happen.
**Screensh... | priority | missing job arg for recently added queue modal describe the bug no output when a item is in waitinglist steps to reproduce go to setings click on check for recently added items see error expected behavior a clear and concise description of what you expected to happen screensh... | 1 |
235,160 | 7,735,100,119 | IssuesEvent | 2018-05-27 11:18:04 | elor/tuvero | https://api.github.com/repos/elor/tuvero | closed | Hover-Text für alle Hotkeys sowie Hotkey-Übersicht | frontend priority 4: low | Damit die Hotkeys leicht nachzulesen sind.
Einerseits eine automatische Übersicht aller Hotkeys, andererseits bei jedem Hotkey-Element ein Mouseover-Text
| 1.0 | Hover-Text für alle Hotkeys sowie Hotkey-Übersicht - Damit die Hotkeys leicht nachzulesen sind.
Einerseits eine automatische Übersicht aller Hotkeys, andererseits bei jedem Hotkey-Element ein Mouseover-Text
| priority | hover text für alle hotkeys sowie hotkey übersicht damit die hotkeys leicht nachzulesen sind einerseits eine automatische übersicht aller hotkeys andererseits bei jedem hotkey element ein mouseover text | 1 |
86,886 | 3,734,572,947 | IssuesEvent | 2016-03-08 07:51:27 | ucsdCSE110wi16/CSE110W240T12 | https://api.github.com/repos/ucsdCSE110wi16/CSE110W240T12 | reopened | User Profile (Backend) | LOW PRIORITY | - Figuring out how to store details in firebase
- Display data from firebase in profile
- Linking profile with MainActivity
- Figuring out how to use Google images through Google Auth. | 1.0 | User Profile (Backend) - - Figuring out how to store details in firebase
- Display data from firebase in profile
- Linking profile with MainActivity
- Figuring out how to use Google images through Google Auth. | priority | user profile backend figuring out how to store details in firebase display data from firebase in profile linking profile with mainactivity figuring out how to use google images through google auth | 1 |
530,054 | 15,415,040,926 | IssuesEvent | 2021-03-05 01:40:05 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | opened | [Coverity CID :219478] Unchecked return value in subsys/bluetooth/controller/ll_sw/ull_filter.c | Coverity bug priority: low |
Static code scan issues found in file:
https://github.com/zephyrproject-rtos/zephyr/tree/bd97359a5338b2542d19011b6d6aa1d8d1b9cc3f/subsys/bluetooth/controller/ll_sw/ull_filter.c
Category: Error handling issues
Function: `prpa_cache_resolve`
Component: Bluetooth
CID: [219478](https://scan9.coverity.com/reports.htm#v29... | 1.0 | [Coverity CID :219478] Unchecked return value in subsys/bluetooth/controller/ll_sw/ull_filter.c -
Static code scan issues found in file:
https://github.com/zephyrproject-rtos/zephyr/tree/bd97359a5338b2542d19011b6d6aa1d8d1b9cc3f/subsys/bluetooth/controller/ll_sw/ull_filter.c
Category: Error handling issues
Function: ... | priority | unchecked return value in subsys bluetooth controller ll sw ull filter c static code scan issues found in file category error handling issues function prpa cache resolve component bluetooth cid details please fix or provide comments in coverity using the link note this issue was created... | 1 |
589,051 | 17,688,691,874 | IssuesEvent | 2021-08-24 07:10:55 | operation-check/webapp | https://api.github.com/repos/operation-check/webapp | opened | webapp Azure App Serviceへのdeployが可能であるかの確認 | feedback:question importance:hi priority:low | Azure App Serviceを利用して App Web ServiceへとDeployを試す。
条件的に実施可能かがわからないため、最悪Deploy失敗で終わる可能性あり。
調査し報告を希望する。 | 1.0 | webapp Azure App Serviceへのdeployが可能であるかの確認 - Azure App Serviceを利用して App Web ServiceへとDeployを試す。
条件的に実施可能かがわからないため、最悪Deploy失敗で終わる可能性あり。
調査し報告を希望する。 | priority | webapp azure app serviceへのdeployが可能であるかの確認 azure app serviceを利用して app web serviceへとdeployを試す。 条件的に実施可能かがわからないため、最悪deploy失敗で終わる可能性あり。 調査し報告を希望する。 | 1 |
423,033 | 12,289,739,719 | IssuesEvent | 2020-05-09 23:11:58 | rectorphp/rector-ci | https://api.github.com/repos/rectorphp/rector-ci | closed | Add per rule commiting feature | enhancement low priority | Imagine there is PHP 8.0 set and everything is committed in one go. 30 rules with one commit. Very hard to rebase or modify.
In small code bases it cold be ok, but in practice it easier to work with smaller chunks.
Based on talk with @jfrnl | 1.0 | Add per rule commiting feature - Imagine there is PHP 8.0 set and everything is committed in one go. 30 rules with one commit. Very hard to rebase or modify.
In small code bases it cold be ok, but in practice it easier to work with smaller chunks.
Based on talk with @jfrnl | priority | add per rule commiting feature imagine there is php set and everything is committed in one go rules with one commit very hard to rebase or modify in small code bases it cold be ok but in practice it easier to work with smaller chunks based on talk with jfrnl | 1 |
299,551 | 9,205,605,626 | IssuesEvent | 2019-03-08 11:04:08 | qissue-bot/QGIS | https://api.github.com/repos/qissue-bot/QGIS | closed | "Copy Features" is active even though no features are selected | Category: GUI Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report | ---
Author Name: **Maciej Sieczka -** (Maciej Sieczka -)
Original Redmine Issue: 929, https://issues.qgis.org/issues/929
Original Assignee: nobody -
---
"Copy Features" is active even though no features are selected. You can't "Copy Features" when there are no features chosen to be copied.
| 1.0 | "Copy Features" is active even though no features are selected - ---
Author Name: **Maciej Sieczka -** (Maciej Sieczka -)
Original Redmine Issue: 929, https://issues.qgis.org/issues/929
Original Assignee: nobody -
---
"Copy Features" is active even though no features are selected. You can't "Copy Features" when th... | priority | copy features is active even though no features are selected author name maciej sieczka maciej sieczka original redmine issue original assignee nobody copy features is active even though no features are selected you can t copy features when there are no features chosen to be co... | 1 |
453,731 | 13,087,889,717 | IssuesEvent | 2020-08-02 14:38:42 | ayumi-cloud/oc2-security-module | https://api.github.com/repos/ayumi-cloud/oc2-security-module | opened | Add filter module for the browser API data | Dashboard Firewall Priority: Low enhancement in-progress | ### Enhancement idea
- [ ] Add filter module for the browser API data.
| 1.0 | Add filter module for the browser API data - ### Enhancement idea
- [ ] Add filter module for the browser API data.
| priority | add filter module for the browser api data enhancement idea add filter module for the browser api data | 1 |
385,951 | 11,428,621,466 | IssuesEvent | 2020-02-04 05:19:20 | INN/umbrella-citylimits | https://api.github.com/repos/INN/umbrella-citylimits | closed | Search Box hover/focus styles | Estimate: <2 Priority: Low Status: On hold | Copied from #113
the search box in the header, when focused, gets an outset box shadow on the input:

```
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,... | 1.0 | Search Box hover/focus styles - Copied from #113
the search box in the header, when focused, gets an outset box shadow on the input:

```
box-shadow: inset 0 1px 1px rgba(0... | priority | search box hover focus styles copied from the search box in the header when focused gets an outset box shadow on the input box shadow inset rgba rgba this comes from largo s styles if we flip that blue outset shadow to be inset we coul... | 1 |
81,280 | 3,588,368,777 | IssuesEvent | 2016-01-30 23:45:17 | DeepBlueRobotics/RobotCode2016 | https://api.github.com/repos/DeepBlueRobotics/RobotCode2016 | closed | UpdateDashboard Command | Low Priority | Just needs to call an updateDashboard method in each subsystem. Use the DashboardUI class that Alex made. | 1.0 | UpdateDashboard Command - Just needs to call an updateDashboard method in each subsystem. Use the DashboardUI class that Alex made. | priority | updatedashboard command just needs to call an updatedashboard method in each subsystem use the dashboardui class that alex made | 1 |
287,408 | 8,813,199,222 | IssuesEvent | 2018-12-28 18:52:11 | mRemoteNG/mRemoteNG | https://api.github.com/repos/mRemoteNG/mRemoteNG | closed | Allow users to select different DockPanelSuite Themes | Enhancement Low Priority UI/UX ready | [DockPanelSuite.ThemeVS2012](https://www.nuget.org/packages/DockPanelSuite.ThemeVS2012/) allows the following themes:
* VS2012LightTheme
* VS2012BlueTheme
* VS2012DarkTheme
Allow these to be user selectable.
Currently defaulting to VS2015LightTheme.
In frmMain.cs:
```
private frmMain()
{
_showFullPathI... | 1.0 | Allow users to select different DockPanelSuite Themes - [DockPanelSuite.ThemeVS2012](https://www.nuget.org/packages/DockPanelSuite.ThemeVS2012/) allows the following themes:
* VS2012LightTheme
* VS2012BlueTheme
* VS2012DarkTheme
Allow these to be user selectable.
Currently defaulting to VS2015LightTheme.
In... | priority | allow users to select different dockpanelsuite themes allows the following themes allow these to be user selectable currently defaulting to in frmmain cs private frmmain showfullpathintitle settings default showcompleteconspathintitle initializecomponent fulls... | 1 |
383,300 | 11,354,165,634 | IssuesEvent | 2020-01-24 16:59:56 | Progressive335/Progressive335 | https://api.github.com/repos/Progressive335/Progressive335 | closed | [Website] Timer on homepage wraps to next line occasionally | low priority website | **Please fill in the bellow fields to create a meticulous report so that we can fix the issue properly.**
Just getting a super minor website display buglet logged
**Description of the bug:**
The ticking timer on the homepage of the website wraps to the next line occasionally
**Steps to reproduce the problem:... | 1.0 | [Website] Timer on homepage wraps to next line occasionally - **Please fill in the bellow fields to create a meticulous report so that we can fix the issue properly.**
Just getting a super minor website display buglet logged
**Description of the bug:**
The ticking timer on the homepage of the website wraps to t... | priority | timer on homepage wraps to next line occasionally please fill in the bellow fields to create a meticulous report so that we can fix the issue properly just getting a super minor website display buglet logged description of the bug the ticking timer on the homepage of the website wraps to the next ... | 1 |
725,398 | 24,961,288,198 | IssuesEvent | 2022-11-01 15:43:00 | AY2223S1-CS2103T-W17-2/tp | https://api.github.com/repos/AY2223S1-CS2103T-W17-2/tp | closed | [PE-D][Tester C] Result display in the result box is weird | bug priority.LOW | If the user keys in `000009` as the amount, instead of showing `Amount: 9` in the result box, it shows as `Amount: 000009`


 говорит, что вернулись уведомления. Решил проверить, так ли это, оставив комментарий под ней, затем ушёл на другой раздел OpenVK. Под этой же записью появился новый комментарий, который был ответом на моё сообщение. Уведомление в «Моих Ответах» не появилось, всплывающее в... | 1.0 | Не приходят уведомления об лайке на собственный комментарий/упоминании на чужой стене или в группе - Недавняя [запись](https://openvk.su/wall-1_135) говорит, что вернулись уведомления. Решил проверить, так ли это, оставив комментарий под ней, затем ушёл на другой раздел OpenVK. Под этой же записью появился новый коммен... | priority | не приходят уведомления об лайке на собственный комментарий упоминании на чужой стене или в группе недавняя говорит что вернулись уведомления решил проверить так ли это оставив комментарий под ней затем ушёл на другой раздел openvk под этой же записью появился новый комментарий который был ответом на моё с... | 1 |
534,584 | 15,630,025,808 | IssuesEvent | 2021-03-22 01:07:27 | ucb-rit/coldfront | https://api.github.com/repos/ucb-rit/coldfront | opened | Add a cron job to remind admins of pending cluster access requests | enhancement low priority | If any cluster access requests are pending, send a reminder email to admins. This should run every X hours, for some reasonable X. | 1.0 | Add a cron job to remind admins of pending cluster access requests - If any cluster access requests are pending, send a reminder email to admins. This should run every X hours, for some reasonable X. | priority | add a cron job to remind admins of pending cluster access requests if any cluster access requests are pending send a reminder email to admins this should run every x hours for some reasonable x | 1 |
711,794 | 24,475,592,587 | IssuesEvent | 2022-10-08 05:43:51 | darrylsyms/fretwise-app-private | https://api.github.com/repos/darrylsyms/fretwise-app-private | closed | Video "tap to fast-forward / rewind" issue | enhancement low-priority | When opening the video, it opens in the iOS playback which removes the "tap to fast-forward/rewind" feature.
I would like for the player to keep its tapping functions.
See video for issue demonstration: https://www.dropbox.com/s/y71mt6baye9683n/RPReplay_Final1646971042.MP4?dl=0 | 1.0 | Video "tap to fast-forward / rewind" issue - When opening the video, it opens in the iOS playback which removes the "tap to fast-forward/rewind" feature.
I would like for the player to keep its tapping functions.
See video for issue demonstration: https://www.dropbox.com/s/y71mt6baye9683n/RPReplay_Final1646971042... | priority | video tap to fast forward rewind issue when opening the video it opens in the ios playback which removes the tap to fast forward rewind feature i would like for the player to keep its tapping functions see video for issue demonstration | 1 |
354,074 | 10,562,611,021 | IssuesEvent | 2019-10-04 18:46:13 | iotexproject/iotex-core | https://api.github.com/repos/iotexproject/iotex-core | closed | execution amount can not be set to empty | bug low priority | unmarshal proto set "" to bigInt(0)
marshal proto then set bigInt(0) to "0"
then sig verification will be fail | 1.0 | execution amount can not be set to empty - unmarshal proto set "" to bigInt(0)
marshal proto then set bigInt(0) to "0"
then sig verification will be fail | priority | execution amount can not be set to empty unmarshal proto set to bigint marshal proto then set bigint to then sig verification will be fail | 1 |
682,599 | 23,349,440,263 | IssuesEvent | 2022-08-09 21:32:42 | Sequel-Ace/Sequel-Ace | https://api.github.com/repos/Sequel-Ace/Sequel-Ace | closed | layout glitch in import screen | Bug PR Welcome Low priority | <!-- Please search existing issues to avoid creating duplicates. -->
<!-- Please fill out ALL ITEMS in the bug report. We simply can't fix bugs if we don't have all the information -->
- Sequel Ace Version (including build number): Version 3.3.3 Build 3034
- Sequel Ace Source (App Store/GitHub/Homebrew): Probably ... | 1.0 | layout glitch in import screen - <!-- Please search existing issues to avoid creating duplicates. -->
<!-- Please fill out ALL ITEMS in the bug report. We simply can't fix bugs if we don't have all the information -->
- Sequel Ace Version (including build number): Version 3.3.3 Build 3034
- Sequel Ace Source (App ... | priority | layout glitch in import screen sequel ace version including build number version build sequel ace source app store github homebrew probably homebrew iirc macos version processor type intel apple intel mysql version mariadb docker macos localization en au ... | 1 |
706,600 | 24,278,783,869 | IssuesEvent | 2022-09-28 15:39:11 | AY2223S1-CS2103T-W13-1/tp | https://api.github.com/repos/AY2223S1-CS2103T-W13-1/tp | opened | Add 'Add Tag' command | priority.low | As a tutor, I can create new labels to tag my students with so that I can better differentiate the students. | 1.0 | Add 'Add Tag' command - As a tutor, I can create new labels to tag my students with so that I can better differentiate the students. | priority | add add tag command as a tutor i can create new labels to tag my students with so that i can better differentiate the students | 1 |
33,218 | 2,763,142,723 | IssuesEvent | 2015-04-29 06:54:05 | sabeenabusali/MyDesk | https://api.github.com/repos/sabeenabusali/MyDesk | closed | Android App: unable to dismiss keyboard after searching in my desk | Android Phone bug Low Priority Need to verify | <h4> Steps to reproduce
==================
1. Tap on search bar
2. search a keyword
3. Clear the keyword using backspace
4. Now cancel search button is gone and no way to dismiss the keyboad. Only way is using phone's back button
<h4> Issue
=====
Cancel search button is gone and no way to dismiss the keyboad.... | 1.0 | Android App: unable to dismiss keyboard after searching in my desk - <h4> Steps to reproduce
==================
1. Tap on search bar
2. search a keyword
3. Clear the keyword using backspace
4. Now cancel search button is gone and no way to dismiss the keyboad. Only way is using phone's back button
<h4> Issue
=... | priority | android app unable to dismiss keyboard after searching in my desk steps to reproduce tap on search bar search a keyword clear the keyword using backspace now cancel search button is gone and no way to dismiss the keyboad only way is using phone s back button issue ... | 1 |
74,208 | 3,436,275,551 | IssuesEvent | 2015-12-12 07:53:22 | devspace/devspace | https://api.github.com/repos/devspace/devspace | closed | After closing, window don't show up again | bug low priority | In the Mac app, if i click on the close button the app close and it don't open again when i click on the icon at the Dock. I need to quit the app and open it again.
The application is open but i cant see the window. | 1.0 | After closing, window don't show up again - In the Mac app, if i click on the close button the app close and it don't open again when i click on the icon at the Dock. I need to quit the app and open it again.
The application is open but i cant see the window. | priority | after closing window don t show up again in the mac app if i click on the close button the app close and it don t open again when i click on the icon at the dock i need to quit the app and open it again the application is open but i cant see the window | 1 |
663,057 | 22,160,526,951 | IssuesEvent | 2022-06-04 12:48:06 | chaotic-aur/packages | https://api.github.com/repos/chaotic-aur/packages | closed | [Request] Mullvad VPN | request:new-pkg waiting:issuer-feedback priority:low | ### Link to the package(s) in the AUR
https://aur.archlinux.org/packages/mullvad-vpn
https://aur.archlinux.org/packages/mullvad-vpn-cli
### Utility this package has for you
This is the Mullvad vpn client
### Do you consider the package(s) to be useful for every Chaotic-AUR user?
No, but for a few.
### Do you con... | 1.0 | [Request] Mullvad VPN - ### Link to the package(s) in the AUR
https://aur.archlinux.org/packages/mullvad-vpn
https://aur.archlinux.org/packages/mullvad-vpn-cli
### Utility this package has for you
This is the Mullvad vpn client
### Do you consider the package(s) to be useful for every Chaotic-AUR user?
No, but fo... | priority | mullvad vpn link to the package s in the aur utility this package has for you this is the mullvad vpn client do you consider the package s to be useful for every chaotic aur user no but for a few do you consider the package to be useful for feature testing preview yes have... | 1 |
71,930 | 3,369,946,299 | IssuesEvent | 2015-11-23 12:59:04 | blackwatchint/blackwatchint | https://api.github.com/repos/blackwatchint/blackwatchint | opened | British SL and FL have radio backpacks. | Low Priority Template | On the loadout boards, the British squad leader and fireteam leader spawn with radio backpacks. Should be non-radio backpacks. | 1.0 | British SL and FL have radio backpacks. - On the loadout boards, the British squad leader and fireteam leader spawn with radio backpacks. Should be non-radio backpacks. | priority | british sl and fl have radio backpacks on the loadout boards the british squad leader and fireteam leader spawn with radio backpacks should be non radio backpacks | 1 |
443,491 | 12,794,925,409 | IssuesEvent | 2020-07-02 07:52:12 | PazerOP/tf2_bot_detector | https://api.github.com/repos/PazerOP/tf2_bot_detector | closed | Non-ASCII characters displayed as question marks | Priority: Low Type: Enhancement | Cyrillic letters (and probably other non-ASCII) are displayed in the logs as question marks; most probably a font issue.
Here's a screenshot from the game:

Compare that to a screenshot from the program... | 1.0 | Non-ASCII characters displayed as question marks - Cyrillic letters (and probably other non-ASCII) are displayed in the logs as question marks; most probably a font issue.
Here's a screenshot from the game:
 and [AWS](https://docs.aws.amazon.com/general/latest/gr/api-retries.html)
- keyword is `"exponential"` (TBD);
- delay for... | 1.0 | Add built-in retry delays - Allow using predefined retry delays / strategies, calculating the amount of milliseconds internally.
### Exponential backoff
> See [Wiki](https://en.wikipedia.org/wiki/Exponential_backoff) and [AWS](https://docs.aws.amazon.com/general/latest/gr/api-retries.html)
- keyword is `"expon... | priority | add built in retry delays allow using predefined retry delays strategies calculating the amount of milliseconds internally exponential backoff see and keyword is exponential tbd delay formula is retrycount milliseconds usage ts await retryable resolve... | 1 |
197,034 | 6,951,773,319 | IssuesEvent | 2017-12-06 15:29:23 | LinxGem33/Arc-Menu | https://api.github.com/repos/LinxGem33/Arc-Menu | closed | Arc Menu wont open File Manager | low priority | I am running Gnome 3.24 on Manjaro with NVidia GTS 450 graphics card. Arc Menu works wonderfully with the exception of the side panel locations/folders. IE: Home, Documents, Downloads, etc. I will click on one of the locations, the cursor will be busy for a moment, then nothing launches.
Everything else works fine a... | 1.0 | Arc Menu wont open File Manager - I am running Gnome 3.24 on Manjaro with NVidia GTS 450 graphics card. Arc Menu works wonderfully with the exception of the side panel locations/folders. IE: Home, Documents, Downloads, etc. I will click on one of the locations, the cursor will be busy for a moment, then nothing launche... | priority | arc menu wont open file manager i am running gnome on manjaro with nvidia gts graphics card arc menu works wonderfully with the exception of the side panel locations folders ie home documents downloads etc i will click on one of the locations the cursor will be busy for a moment then nothing launches ... | 1 |
41,851 | 2,869,085,947 | IssuesEvent | 2015-06-05 23:13:13 | dart-lang/polymer-dart | https://api.github.com/repos/dart-lang/polymer-dart | opened | Build should detect if a main is missing | bug PolymerMilestone-Next Priority-Low | <a href="https://github.com/sigmundch"><img src="https://avatars.githubusercontent.com/u/2049220?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [sigmundch](https://github.com/sigmundch)**
_Originally opened as dart-lang/sdk#19527_
----
Why write
<script ...>export 'package:polymer/in... | 1.0 | Build should detect if a main is missing - <a href="https://github.com/sigmundch"><img src="https://avatars.githubusercontent.com/u/2049220?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [sigmundch](https://github.com/sigmundch)**
_Originally opened as dart-lang/sdk#19527_
----
Why write
&... | priority | build should detect if a main is missing issue by originally opened as dart lang sdk why write lt script gt export package polymer init dart lt script gt when pub serve could do that for you | 1 |
298,444 | 9,200,284,322 | IssuesEvent | 2019-03-07 16:43:09 | qissue-bot/QGIS | https://api.github.com/repos/qissue-bot/QGIS | closed | QgsProjectionSelector::getCurrentLongAttribute has incomplete return path | Category: Projection Support 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: 10, https://issues.qgis.org/issues/10
Original Assignee: Gary Sherman
---
In member function *QgsProjectionSelector::getCurrentLongAttribute*, file qgis/src/widgets/projectionselector/qgsprojectionselector.cpp(414),
not all control pa... | 1.0 | QgsProjectionSelector::getCurrentLongAttribute has incomplete return path - ---
Author Name: **Mateusz Loskot -** (Mateusz Loskot -)
Original Redmine Issue: 10, https://issues.qgis.org/issues/10
Original Assignee: Gary Sherman
---
In member function *QgsProjectionSelector::getCurrentLongAttribute*, file qgis/src/w... | priority | qgsprojectionselector getcurrentlongattribute has incomplete return path author name mateusz loskot mateusz loskot original redmine issue original assignee gary sherman in member function qgsprojectionselector getcurrentlongattribute file qgis src widgets projectionselector qgsproj... | 1 |
357,002 | 10,600,572,308 | IssuesEvent | 2019-10-10 10:20:27 | FStarLang/FStar | https://api.github.com/repos/FStarLang/FStar | opened | Invisible implicit on emacs? | area/usability component/interactive-mode component/printer priority/low | Somehow the output in the `*fstar:doc*` buffer does not show the implicit 42.
```fstar
module TT
let f #x y = x + y
let g y = f #42 y
#set-options "--print_implicits"
(* C-c C-s C-p g:
TT.g
/home/guido/..../TT.fst(5,4-5,5)
Type
y: int -> Prims.Tot int
Definition
[@ ]
... | 1.0 | Invisible implicit on emacs? - Somehow the output in the `*fstar:doc*` buffer does not show the implicit 42.
```fstar
module TT
let f #x y = x + y
let g y = f #42 y
#set-options "--print_implicits"
(* C-c C-s C-p g:
TT.g
/home/guido/..../TT.fst(5,4-5,5)
Type
y: int -> Prims.Tot int... | priority | invisible implicit on emacs somehow the output in the fstar doc buffer does not show the implicit fstar module tt let f x y x y let g y f y set options print implicits c c c s c p g tt g home guido tt fst type y int prims tot int ... | 1 |
776,036 | 27,244,244,172 | IssuesEvent | 2023-02-21 23:48:12 | nonamecrackers2/crackers-wither-storm-mod | https://api.github.com/repos/nonamecrackers2/crackers-wither-storm-mod | closed | [pre] skeleton ai does not stop. | bug 1.16.5 1.18.2 low priority 1.19 | After the wither storm has been killed the skeletons keep on shooting at where the wither storm once was.
i do not know if other mob AIs keep doing this but i will test it out.
| 1.0 | [pre] skeleton ai does not stop. - After the wither storm has been killed the skeletons keep on shooting at where the wither storm once was.
i do not know if other mob AIs keep doing this but i will test it out.
| priority | skeleton ai does not stop after the wither storm has been killed the skeletons keep on shooting at where the wither storm once was i do not know if other mob ais keep doing this but i will test it out | 1 |
542,627 | 15,863,806,039 | IssuesEvent | 2021-04-08 13:11:30 | FLAMEGPU/FLAMEGPU2 | https://api.github.com/repos/FLAMEGPU/FLAMEGPU2 | opened | Prevent absolute paths being embedded in binaries | Priority: Low cmake | Debug info and the use of `__FILE__` embed absolute paths into binary files, which is probably bad if we end up distributing any pre-compiled files.
GCC/clang support `-fdebug-prefix-map=OLD=NEW` as a way of changing paths in debug info.
More recent GCC / Clang also support modifying the behaviour of `__FILE__` ... | 1.0 | Prevent absolute paths being embedded in binaries - Debug info and the use of `__FILE__` embed absolute paths into binary files, which is probably bad if we end up distributing any pre-compiled files.
GCC/clang support `-fdebug-prefix-map=OLD=NEW` as a way of changing paths in debug info.
More recent GCC / Clang... | priority | prevent absolute paths being embedded in binaries debug info and the use of file embed absolute paths into binary files which is probably bad if we end up distributing any pre compiled files gcc clang support fdebug prefix map old new as a way of changing paths in debug info more recent gcc clang... | 1 |
225,158 | 7,478,840,938 | IssuesEvent | 2018-04-04 13:01:11 | EvictionLab/eviction-maps | https://api.github.com/repos/EvictionLab/eviction-maps | closed | IE / Edge: Set focus element when dismissing location | low priority | When dismissing an element via keyboard in IE / Edge, focus is reset to the beginning of the document and requires you to tab through the whole page to get back to where you were. | 1.0 | IE / Edge: Set focus element when dismissing location - When dismissing an element via keyboard in IE / Edge, focus is reset to the beginning of the document and requires you to tab through the whole page to get back to where you were. | priority | ie edge set focus element when dismissing location when dismissing an element via keyboard in ie edge focus is reset to the beginning of the document and requires you to tab through the whole page to get back to where you were | 1 |
289,294 | 8,868,563,743 | IssuesEvent | 2019-01-11 00:34:00 | rezqio/issues | https://api.github.com/repos/rezqio/issues | closed | Changing password via Account settings should require new pass twice | enhancement frontend low priority | 
Current change password form is unacceptable. Easy to make a typo and get locked out of your account.
For example, the github form looks like this:

Current change password form is unacceptable. Easy to make a typo and get locked out of your account.
For example, the github form l... | priority | changing password via account settings should require new pass twice current change password form is unacceptable easy to make a typo and get locked out of your account for example the github form looks like this | 1 |
369,714 | 10,916,721,060 | IssuesEvent | 2019-11-21 13:54:27 | svsticky/constipated-koala | https://api.github.com/repos/svsticky/constipated-koala | closed | Refactoring views | enhancement 🐢 low priority 🐢 | ### Search
Search in members, activities, and groups. Creating a new search result view, with rows and an icon infront with the type of the record. A google like search view!
### Logging
Filterable, better logging overall, more links to relevant objects
### iDeal
Make it filterable and better descriptions
- [x] idea... | 1.0 | Refactoring views - ### Search
Search in members, activities, and groups. Creating a new search result view, with rows and an icon infront with the type of the record. A google like search view!
### Logging
Filterable, better logging overall, more links to relevant objects
### iDeal
Make it filterable and better des... | priority | refactoring views search search in members activities and groups creating a new search result view with rows and an icon infront with the type of the record a google like search view logging filterable better logging overall more links to relevant objects ideal make it filterable and better des... | 1 |
403,569 | 11,843,138,163 | IssuesEvent | 2020-03-24 01:18:56 | open-learning-exchange/planet | https://api.github.com/repos/open-learning-exchange/planet | opened | ReportsMyPlanet & LogsMyPlanet: Spinner while data loads | enhancement low priority | ### Current Behavior
No data is shown while the query on the database is running.
### Desired Behavior
To clearly indicate to the user that something is happening in the background, the spinner should be shown while the data is loading.
Note that `LogsMyPlanet` is found at `/logs/myplanet` which is not link... | 1.0 | ReportsMyPlanet & LogsMyPlanet: Spinner while data loads - ### Current Behavior
No data is shown while the query on the database is running.
### Desired Behavior
To clearly indicate to the user that something is happening in the background, the spinner should be shown while the data is loading.
Note that `L... | priority | reportsmyplanet logsmyplanet spinner while data loads current behavior no data is shown while the query on the database is running desired behavior to clearly indicate to the user that something is happening in the background the spinner should be shown while the data is loading note that l... | 1 |
306,377 | 9,392,449,974 | IssuesEvent | 2019-04-07 00:44:57 | bigbluebutton/bigbluebutton | https://api.github.com/repos/bigbluebutton/bigbluebutton | closed | Close All button for webcams | Enhancement Low Priority Video | Originally reported on Google Code with ID 1703
```
When there are many webcams open, a user may want to close all the webcams.
The could be done as a 'close all webcam' button in the toolbar, or extend the webcam
button to have a drop-down menu.
```
Reported by `ffdixon` on 2014-01-09 17:37:54
| 1.0 | Close All button for webcams - Originally reported on Google Code with ID 1703
```
When there are many webcams open, a user may want to close all the webcams.
The could be done as a 'close all webcam' button in the toolbar, or extend the webcam
button to have a drop-down menu.
```
Reported by `ffdixon` on 2014-01-0... | priority | close all button for webcams originally reported on google code with id when there are many webcams open a user may want to close all the webcams the could be done as a close all webcam button in the toolbar or extend the webcam button to have a drop down menu reported by ffdixon on | 1 |
742,715 | 25,867,087,373 | IssuesEvent | 2022-12-13 21:56:40 | jesus-collective/mobile | https://api.github.com/repos/jesus-collective/mobile | closed | Upload videos directly | Low Priority resources | When linking the url to the KAYC server, the platform won't let the user download the files because beta.jesuscollective.com is on https, but the server is not.
GeorgeBellTMH talked about making it so that the admin user can upload the file directly to the backend, rather than sending it to the server url.
I'm file ... | 1.0 | Upload videos directly - When linking the url to the KAYC server, the platform won't let the user download the files because beta.jesuscollective.com is on https, but the server is not.
GeorgeBellTMH talked about making it so that the admin user can upload the file directly to the backend, rather than sending it to t... | priority | upload videos directly when linking the url to the kayc server the platform won t let the user download the files because beta jesuscollective com is on https but the server is not georgebelltmh talked about making it so that the admin user can upload the file directly to the backend rather than sending it to t... | 1 |
361,066 | 10,703,697,136 | IssuesEvent | 2019-10-24 10:04:44 | mui-org/material-ui | https://api.github.com/repos/mui-org/material-ui | closed | [Demo] tween value change on slider | component: Slider enhancement low priority | <!-- Provide a general summary of the feature in the Title above -->
<!--
Thank you very much for contributing to Material-UI by creating an issue! ❤️
To avoid duplicate issues we ask you to check off the following list.
-->
<!-- Checked checkbox should look like this: [x] -->
- [x] I have searched the ... | 1.0 | [Demo] tween value change on slider - <!-- Provide a general summary of the feature in the Title above -->
<!--
Thank you very much for contributing to Material-UI by creating an issue! ❤️
To avoid duplicate issues we ask you to check off the following list.
-->
<!-- Checked checkbox should look like this:... | priority | tween value change on slider thank you very much for contributing to material ui by creating an issue ❤️ to avoid duplicate issues we ask you to check off the following list i have searched the of this repository and believe that this is not a duplicate summary 💡 i ... | 1 |
161,437 | 6,130,178,865 | IssuesEvent | 2017-06-24 02:31:41 | Zephyrai/Astra-Project | https://api.github.com/repos/Zephyrai/Astra-Project | closed | calculateSize method of planetCore class is too hardcoded. | incompatibility low priority | The calculateSize method has too many hardcoded elements, making it potentially difficult to expand upon or alter at a future time.
Would be possibly worth working on making it a little more modular. | 1.0 | calculateSize method of planetCore class is too hardcoded. - The calculateSize method has too many hardcoded elements, making it potentially difficult to expand upon or alter at a future time.
Would be possibly worth working on making it a little more modular. | priority | calculatesize method of planetcore class is too hardcoded the calculatesize method has too many hardcoded elements making it potentially difficult to expand upon or alter at a future time would be possibly worth working on making it a little more modular | 1 |
235,817 | 7,743,083,151 | IssuesEvent | 2018-05-29 11:41:15 | TykTechnologies/tyk | https://api.github.com/repos/TykTechnologies/tyk | closed | Coprocess auth panics if session is set but token is empty | Priority: Low bug | **Do you want to request a *feature* or report a *bug*?**
bug
**What is the current behavior?**
I believe this is more a missing documentation, but can be fixed on code level. Coprocess auth middleware should initialize session only when it also sets non-empty token to metadata. Session initialization itself happens... | 1.0 | Coprocess auth panics if session is set but token is empty - **Do you want to request a *feature* or report a *bug*?**
bug
**What is the current behavior?**
I believe this is more a missing documentation, but can be fixed on code level. Coprocess auth middleware should initialize session only when it also sets non-e... | priority | coprocess auth panics if session is set but token is empty do you want to request a feature or report a bug bug what is the current behavior i believe this is more a missing documentation but can be fixed on code level coprocess auth middleware should initialize session only when it also sets non e... | 1 |
482,677 | 13,911,650,942 | IssuesEvent | 2020-10-20 17:42:08 | arfc/mhtgr350-benchmark | https://api.github.com/repos/arfc/mhtgr350-benchmark | closed | Fix auxiliary.py | Comp:Analysis Difficulty:1-Beginner Priority:4-Low Status:5-In Review Type:Bug | PR #20 had a version of 'auxiliary.py' that had the wrong path of some figures and was missing one function.
This issue can be closed when a PR fixes these issues. | 1.0 | Fix auxiliary.py - PR #20 had a version of 'auxiliary.py' that had the wrong path of some figures and was missing one function.
This issue can be closed when a PR fixes these issues. | priority | fix auxiliary py pr had a version of auxiliary py that had the wrong path of some figures and was missing one function this issue can be closed when a pr fixes these issues | 1 |
287,674 | 8,818,180,797 | IssuesEvent | 2018-12-31 09:36:17 | conan-io/conan | https://api.github.com/repos/conan-io/conan | closed | Add enum for GraphBuilder::_conflicting_references | complex: low priority: high stage: queue type: engineering | After #3055 is merged, function `_conflicting_references` must return an enumerated value (or named variables).
_Originally posted by @jgsogo in https://github.com/conan-io/conan/pull/3055_ | 1.0 | Add enum for GraphBuilder::_conflicting_references - After #3055 is merged, function `_conflicting_references` must return an enumerated value (or named variables).
_Originally posted by @jgsogo in https://github.com/conan-io/conan/pull/3055_ | priority | add enum for graphbuilder conflicting references after is merged function conflicting references must return an enumerated value or named variables originally posted by jgsogo in | 1 |
597,514 | 18,165,610,149 | IssuesEvent | 2021-09-27 14:20:13 | AY2122S1-CS2103T-W12-1/tp | https://api.github.com/repos/AY2122S1-CS2103T-W12-1/tp | opened | As a user, I can transfer my app's data to someone else | type.story priority.low | so that I can access accurate and updated data | 1.0 | As a user, I can transfer my app's data to someone else - so that I can access accurate and updated data | priority | as a user i can transfer my app s data to someone else so that i can access accurate and updated data | 1 |
85,668 | 3,697,337,704 | IssuesEvent | 2016-02-27 16:17:52 | ClaudioMendoncaDesign/open-gazettes-interface | https://api.github.com/repos/ClaudioMendoncaDesign/open-gazettes-interface | closed | Multi-line company details cause misalignment of keys and values | Low priority | See Registered Address and Jurisdiction on
http://claudiomendoncadesign.github.io/open-gazettes-interface/public/gazette-page.html
For now, I'm just putting the Registered Address last to avoid misalignment. | 1.0 | Multi-line company details cause misalignment of keys and values - See Registered Address and Jurisdiction on
http://claudiomendoncadesign.github.io/open-gazettes-interface/public/gazette-page.html
For now, I'm just putting the Registered Address last to avoid misalignment. | priority | multi line company details cause misalignment of keys and values see registered address and jurisdiction on for now i m just putting the registered address last to avoid misalignment | 1 |
324,504 | 9,904,740,782 | IssuesEvent | 2019-06-27 09:51:07 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | Bluetooth Mesh: Periodic Publishing | area: Bluetooth bug priority: low | **Describe the bug**
I am working with bbc_microbit modules, using Bluetooth-Mesh examples from the Bluetooth official website as a base (self provisioning and configuring). I want to set a periodic publishing but the callback function is not being called.
**To Reproduce**
Steps to reproduce the behavior:
```c
s... | 1.0 | Bluetooth Mesh: Periodic Publishing - **Describe the bug**
I am working with bbc_microbit modules, using Bluetooth-Mesh examples from the Bluetooth official website as a base (self provisioning and configuring). I want to set a periodic publishing but the callback function is not being called.
**To Reproduce**
St... | priority | bluetooth mesh periodic publishing describe the bug i am working with bbc microbit modules using bluetooth mesh examples from the bluetooth official website as a base self provisioning and configuring i want to set a periodic publishing but the callback function is not being called to reproduce st... | 1 |
822,917 | 30,914,200,905 | IssuesEvent | 2023-08-05 04:17:18 | OpenSIPS/opensips | https://api.github.com/repos/OpenSIPS/opensips | closed | Wrong Cseq on ACK during race with re-Invite | low-priority | I believe this is related to issue #1034
If a re-Invite is received at the same time as the ACK for the initial call setup the ACK gets forwarded with the Cseq of the re-Invite and not the initial Invite. Since the ACK has the wrong Cseq it may cause the call to be dropped/ended, so it is a big inter-op issue.
I ... | 1.0 | Wrong Cseq on ACK during race with re-Invite - I believe this is related to issue #1034
If a re-Invite is received at the same time as the ACK for the initial call setup the ACK gets forwarded with the Cseq of the re-Invite and not the initial Invite. Since the ACK has the wrong Cseq it may cause the call to be drop... | priority | wrong cseq on ack during race with re invite i believe this is related to issue if a re invite is received at the same time as the ack for the initial call setup the ack gets forwarded with the cseq of the re invite and not the initial invite since the ack has the wrong cseq it may cause the call to be dropped... | 1 |
309,999 | 9,484,298,130 | IssuesEvent | 2019-04-22 05:53:02 | adsabs/bumblebee | https://api.github.com/repos/adsabs/bumblebee | closed | Return to Classic Form after search - bug or feature? | low priority question | ### Expected Behavior
If I have performed a query using the `Classic Form` and hit `Start New Search`, I would expect to be sent back to the `Classic Form`
### Actual Behavior
The ` Start New Search` sends me to the `Modern Form`. If I come from `ads.harvard.edu`, go to the new ADS (Classic Form) and hit the back bu... | 1.0 | Return to Classic Form after search - bug or feature? - ### Expected Behavior
If I have performed a query using the `Classic Form` and hit `Start New Search`, I would expect to be sent back to the `Classic Form`
### Actual Behavior
The ` Start New Search` sends me to the `Modern Form`. If I come from `ads.harvard.ed... | priority | return to classic form after search bug or feature expected behavior if i have performed a query using the classic form and hit start new search i would expect to be sent back to the classic form actual behavior the start new search sends me to the modern form if i come from ads harvard ed... | 1 |
50,346 | 3,006,339,037 | IssuesEvent | 2015-07-27 09:44:27 | Itseez/opencv | https://api.github.com/repos/Itseez/opencv | opened | Connected Components Labeling in CUDA is buggy | affected: 2.4 auto-transferred bug category: gpu (cuda) priority: low | Transferred from http://code.opencv.org/issues/3042
```
|| Andrey Pavlenko on 2013-05-24 15:53
|| Priority: Low
|| Affected: branch '2.4' (2.4-dev)
|| Category: gpu (cuda)
|| Tracker: Bug
|| Difficulty:
|| PR:
|| Platform: x64 / Windows
```
Connected Components Labeling in CUDA is buggy
-----------
```
The attached... | 1.0 | Connected Components Labeling in CUDA is buggy - Transferred from http://code.opencv.org/issues/3042
```
|| Andrey Pavlenko on 2013-05-24 15:53
|| Priority: Low
|| Affected: branch '2.4' (2.4-dev)
|| Category: gpu (cuda)
|| Tracker: Bug
|| Difficulty:
|| PR:
|| Platform: x64 / Windows
```
Connected Components Label... | priority | connected components labeling in cuda is buggy transferred from andrey pavlenko on priority low affected branch dev category gpu cuda tracker bug difficulty pr platform windows connected components labeling in cuda is buggy the a... | 1 |
698,315 | 23,974,013,101 | IssuesEvent | 2022-09-13 10:02:04 | fedora-infra/anitya | https://api.github.com/repos/fedora-infra/anitya | closed | Refactor Backend.get_version | type.dev Low Priority | Hi maintainers,
As a possible refactor suggestion i have something in my mind. While i was developing new backends for anitya over the last two months, i noticed that almost every backend has the exact same `get_version` implementation. Exact number is out of the 31 backends 23 of them has the same implementation fo... | 1.0 | Refactor Backend.get_version - Hi maintainers,
As a possible refactor suggestion i have something in my mind. While i was developing new backends for anitya over the last two months, i noticed that almost every backend has the exact same `get_version` implementation. Exact number is out of the 31 backends 23 of them... | priority | refactor backend get version hi maintainers as a possible refactor suggestion i have something in my mind while i was developing new backends for anitya over the last two months i noticed that almost every backend has the exact same get version implementation exact number is out of the backends of them h... | 1 |
202,539 | 7,048,813,164 | IssuesEvent | 2018-01-02 19:20:41 | steemit/hivemind | https://api.github.com/repos/steemit/hivemind | closed | resync on wake | priority/low | if the process is behind on blocks by a certain threshold it needs to go back to the sync routine | 1.0 | resync on wake - if the process is behind on blocks by a certain threshold it needs to go back to the sync routine | priority | resync on wake if the process is behind on blocks by a certain threshold it needs to go back to the sync routine | 1 |
155,104 | 5,949,060,145 | IssuesEvent | 2017-05-26 13:20:16 | odalic/sti | https://api.github.com/repos/odalic/sti | closed | Make the need for reexecution explicit | core duplicate enhancement extension priority: Low ready tasks | In Czech:
Design: Uživatel musí často klikat na Reexecute, i když k tomu nemá žádný zjevný
důvod. | 1.0 | Make the need for reexecution explicit - In Czech:
Design: Uživatel musí často klikat na Reexecute, i když k tomu nemá žádný zjevný
důvod. | priority | make the need for reexecution explicit in czech design uživatel musí často klikat na reexecute i když k tomu nemá žádný zjevný důvod | 1 |
753,202 | 26,340,886,456 | IssuesEvent | 2023-01-10 17:34:13 | uhh-cms/columnflow | https://api.github.com/repos/uhh-cms/columnflow | closed | Show category label in plots | low-priority plotting | It would be nice if the label of the `category_inst` would be shown in plots. | 1.0 | Show category label in plots - It would be nice if the label of the `category_inst` would be shown in plots. | priority | show category label in plots it would be nice if the label of the category inst would be shown in plots | 1 |
287,925 | 8,822,975,006 | IssuesEvent | 2019-01-02 11:39:52 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | closed | Chart throws error when pane clipping is disabled and the user tries to zoom using selection | Bug C: Chart Kendo1 Priority 1 SEV: Low | ### Bug report
When clipping is turned off (`panes[{clip: false}`] and user tries to zoom in using Shift-key selection, an error is thrown:
`Uncaught TypeError: Cannot read property 'x2' of undefined.`
### Reproduction of the problem
Open this Dojo and try to zoom the Chart by holding shift and doing select... | 1.0 | Chart throws error when pane clipping is disabled and the user tries to zoom using selection - ### Bug report
When clipping is turned off (`panes[{clip: false}`] and user tries to zoom in using Shift-key selection, an error is thrown:
`Uncaught TypeError: Cannot read property 'x2' of undefined.`
### Reproducti... | priority | chart throws error when pane clipping is disabled and the user tries to zoom using selection bug report when clipping is turned off panes and user tries to zoom in using shift key selection an error is thrown uncaught typeerror cannot read property of undefined reproduction of the proble... | 1 |
552,598 | 16,244,652,179 | IssuesEvent | 2021-05-07 13:31:20 | usemoslinux/aprelendo | https://api.github.com/repos/usemoslinux/aprelendo | closed | Implement word separator characters for each language? | Priority: low Type: improvement | LWT has a good implementation for this.
Compare performance between preg_replace and explode. | 1.0 | Implement word separator characters for each language? - LWT has a good implementation for this.
Compare performance between preg_replace and explode. | priority | implement word separator characters for each language lwt has a good implementation for this compare performance between preg replace and explode | 1 |
633,244 | 20,249,096,778 | IssuesEvent | 2022-02-14 16:14:33 | CDCgov/prime-reportstream | https://api.github.com/repos/CDCgov/prime-reportstream | closed | Update ImageMover Schema to make Specimen Collection Date to have a Cardinality of One | onboarding-ops sender Enhancement Low Priority | Based on the ticket @brick-green-agile6 created for a message MN received without a specimen collection date (#4198) we need to update the schema for Image Move to make sure they're always sending us that value. Let's add the value to their schema and update the cardinality and then test it out.
FYSA: @Adrian-Brewster... | 1.0 | Update ImageMover Schema to make Specimen Collection Date to have a Cardinality of One - Based on the ticket @brick-green-agile6 created for a message MN received without a specimen collection date (#4198) we need to update the schema for Image Move to make sure they're always sending us that value. Let's add the value... | priority | update imagemover schema to make specimen collection date to have a cardinality of one based on the ticket brick green created for a message mn received without a specimen collection date we need to update the schema for image move to make sure they re always sending us that value let s add the value to thei... | 1 |
752,026 | 26,270,365,153 | IssuesEvent | 2023-01-06 16:24:31 | 8bitPit/Niagara-Issues | https://api.github.com/repos/8bitPit/Niagara-Issues | reopened | Show upcoming weather data in agenda panel when Weather widget is toggled off | low priority | ### Is your feature request related to a problem?
Yes, i can't make the upcoming weather data appear when weather widget is turned off in agenda panel with (niagara://agenda) formula
### Describe the solution you'd like
Please make it possible to show weather data in agenda panel even when weather widget is turned o... | 1.0 | Show upcoming weather data in agenda panel when Weather widget is toggled off - ### Is your feature request related to a problem?
Yes, i can't make the upcoming weather data appear when weather widget is turned off in agenda panel with (niagara://agenda) formula
### Describe the solution you'd like
Please make it po... | priority | show upcoming weather data in agenda panel when weather widget is toggled off is your feature request related to a problem yes i can t make the upcoming weather data appear when weather widget is turned off in agenda panel with niagara agenda formula describe the solution you d like please make it po... | 1 |
232,963 | 7,688,152,254 | IssuesEvent | 2018-05-17 08:35:03 | vanilla-framework/vanilla-framework | https://api.github.com/repos/vanilla-framework/vanilla-framework | closed | Context menu stays open when clicking elsewhere | Priority: Low | 1\. Go to [the page for context menus](https://docs.vanillaframework.io/en/patterns/contextual-menu) (which Vanilla oddly calls “contextual menus”).
2\. In the example section, click one of the “Link” links.
3\. Click anywhere else.
What happens: The menu stays open.
What should happen: The menu closes — as it ... | 1.0 | Context menu stays open when clicking elsewhere - 1\. Go to [the page for context menus](https://docs.vanillaframework.io/en/patterns/contextual-menu) (which Vanilla oddly calls “contextual menus”).
2\. In the example section, click one of the “Link” links.
3\. Click anywhere else.
What happens: The menu stays ope... | priority | context menu stays open when clicking elsewhere go to which vanilla oddly calls “contextual menus” in the example section click one of the “link” links click anywhere else what happens the menu stays open what should happen the menu closes — as it does in ubuntu windows macos and t... | 1 |
805,824 | 29,668,964,271 | IssuesEvent | 2023-06-11 06:43:38 | chaotic-aur/packages | https://api.github.com/repos/chaotic-aur/packages | closed | [Request] hyprshot | request:new-pkg priority:low | ### Requested Package:
[hyprshot](https://aur.archlinux.org/packages/hyprshot)
### Purpose and Use?
A utility to easily take screenshots in Hyprland using your mouse.
### Benefits?
_No response_
### Builds in clean chroot?
_No response_
### Copyright License?
GPL
### Expected interest
Many.
### Prior availa... | 1.0 | [Request] hyprshot - ### Requested Package:
[hyprshot](https://aur.archlinux.org/packages/hyprshot)
### Purpose and Use?
A utility to easily take screenshots in Hyprland using your mouse.
### Benefits?
_No response_
### Builds in clean chroot?
_No response_
### Copyright License?
GPL
### Expected interest
Ma... | priority | hyprshot requested package purpose and use a utility to easily take screenshots in hyprland using your mouse benefits no response builds in clean chroot no response copyright license gpl expected interest many prior availability no is this request unique... | 1 |
494,336 | 14,248,839,498 | IssuesEvent | 2020-11-19 13:29:52 | OpenMined/PySyft | https://api.github.com/repos/OpenMined/PySyft | closed | Remove duplication of Benchmark | 0.2.x Good first issue :mortar_board: Priority: 4 - Low :sunglasses: Severity: 4 - Low :sunglasses: Type: Improvement :chart_with_upwards_trend: | ## Description
Duplicate of code contained in `benchmarks/frameworks/torch/mpc/scripts` must be removed.
The `benchmark_X.py` included a very similar shape. Create reusable Benchmark modules using function extraction.
## Are you interested in working on this improvement yourself?
- Yes, I am.
## Additional... | 1.0 | Remove duplication of Benchmark - ## Description
Duplicate of code contained in `benchmarks/frameworks/torch/mpc/scripts` must be removed.
The `benchmark_X.py` included a very similar shape. Create reusable Benchmark modules using function extraction.
## Are you interested in working on this improvement yourse... | priority | remove duplication of benchmark description duplicate of code contained in benchmarks frameworks torch mpc scripts must be removed the benchmark x py included a very similar shape create reusable benchmark modules using function extraction are you interested in working on this improvement yourse... | 1 |
232,160 | 7,655,607,753 | IssuesEvent | 2018-05-10 13:48:43 | xmichelo/Beeftext | https://api.github.com/repos/xmichelo/Beeftext | closed | Always select first group when displaying 'new combo' dialog. | bug low priority | As the software should not allow the user to have zero group, a combo group should always be pre-selected when creating a new combo. | 1.0 | Always select first group when displaying 'new combo' dialog. - As the software should not allow the user to have zero group, a combo group should always be pre-selected when creating a new combo. | priority | always select first group when displaying new combo dialog as the software should not allow the user to have zero group a combo group should always be pre selected when creating a new combo | 1 |
424,170 | 12,306,916,305 | IssuesEvent | 2020-05-12 02:56:10 | woocommerce/woocommerce | https://api.github.com/repos/woocommerce/woocommerce | closed | DocBlock in template/emails/plain/customer-details.php contains an error | bug has pull request priority: low | Line 7 of template/emails/plain/customer-details.php should say
> This template can be overridden by copying it to yourtheme/woocommerce/emails/plain/customer-details.php.
instead of
> This template can be overridden by copying it to yourtheme/woocommerce/emails/plain/email-addresses.php.
| 1.0 | DocBlock in template/emails/plain/customer-details.php contains an error - Line 7 of template/emails/plain/customer-details.php should say
> This template can be overridden by copying it to yourtheme/woocommerce/emails/plain/customer-details.php.
instead of
> This template can be overridden by copying it to yo... | priority | docblock in template emails plain customer details php contains an error line of template emails plain customer details php should say this template can be overridden by copying it to yourtheme woocommerce emails plain customer details php instead of this template can be overridden by copying it to yo... | 1 |
398,161 | 11,738,539,213 | IssuesEvent | 2020-03-11 16:13:55 | MilyMilo/educat | https://api.github.com/repos/MilyMilo/educat | closed | Fix users list width | good first issue priority: low scope: front-end type: bug | Tabela powinna być szeroka na całą szerokość containera. Obecnie wygląda tak:

| 1.0 | Fix users list width - Tabela powinna być szeroka na całą szerokość containera. Obecnie wygląda tak:

| priority | fix users list width tabela powinna być szeroka na całą szerokość containera obecnie wygląda tak | 1 |
379,269 | 11,218,647,287 | IssuesEvent | 2020-01-07 12:01:41 | conan-io/conan | https://api.github.com/repos/conan-io/conan | closed | [bug] pkg_config generator has wrong casing in the requires section | complex: low priority: high type: bug | coming from https://github.com/conan-io/conan-center-index/pull/471#issuecomment-565057342
Seems that there is a missing conditional to make the default name `.lower()` here:
https://github.com/conan-io/conan/blob/5336a31744bb114f419ad91310bc3e50dc2eb1cd/conans/client/generators/pkg_config.py#L90
As it was don... | 1.0 | [bug] pkg_config generator has wrong casing in the requires section - coming from https://github.com/conan-io/conan-center-index/pull/471#issuecomment-565057342
Seems that there is a missing conditional to make the default name `.lower()` here:
https://github.com/conan-io/conan/blob/5336a31744bb114f419ad91310bc3e... | priority | pkg config generator has wrong casing in the requires section coming from seems that there is a missing conditional to make the default name lower here as it was done previously for the file name here | 1 |
330,775 | 10,055,485,306 | IssuesEvent | 2019-07-22 06:35:20 | gbv/cocoda | https://api.github.com/repos/gbv/cocoda | opened | Don't break application when local storage is not available | bug low priority user experience | Apparently, local storage is not available when cookies are blocked in the browser (#440). This causes Cocoda to not load correctly.
Cocoda should be usable without local storage though. So in case local storage is not available, show a message to the user that settings will not be persisted and make sure it doesn'... | 1.0 | Don't break application when local storage is not available - Apparently, local storage is not available when cookies are blocked in the browser (#440). This causes Cocoda to not load correctly.
Cocoda should be usable without local storage though. So in case local storage is not available, show a message to the us... | priority | don t break application when local storage is not available apparently local storage is not available when cookies are blocked in the browser this causes cocoda to not load correctly cocoda should be usable without local storage though so in case local storage is not available show a message to the user... | 1 |
384,602 | 11,395,214,560 | IssuesEvent | 2020-01-30 10:56:08 | stencila/encoda | https://api.github.com/repos/stencila/encoda | opened | JATS: Collaboration authors in references | eLife 🌴 Low priority | Collaboration type authors in references appear to be missed in the conversion.
See [here](https://elifesciences.org/articles/42512#bib69). This is captured in the jats as:
```xml
<ref id="bib69">
<element-citation publication-type="software">
<person-group person-group-type="author">
<c... | 1.0 | JATS: Collaboration authors in references - Collaboration type authors in references appear to be missed in the conversion.
See [here](https://elifesciences.org/articles/42512#bib69). This is captured in the jats as:
```xml
<ref id="bib69">
<element-citation publication-type="software">
<person-group... | priority | jats collaboration authors in references collaboration type authors in references appear to be missed in the conversion see this is captured in the jats as xml r core team r a language and environment for statistical computing ... | 1 |
260,729 | 8,214,168,401 | IssuesEvent | 2018-09-04 22:04:43 | opentargets/genetics | https://api.github.com/repos/opentargets/genetics | closed | gene dictionary for clickhouse needs to remove spaces in the exons list serialisation | Kind: Bug Priority: Low Status: New | it has to look like this
```json
{
"gene_id": "ENSG00000000003",
"gene_name": "TSPAN6",
"description": "tetraspanin 6 [Source:HGNC Symbol;Acc:11858]",
"biotype": "protein_coding",
"chr": "X",
"tss": 99894988,
"start": 99883667,
"end": 99894988,
"fwdstrand": 0,
"exons": "[99891605,9989180... | 1.0 | gene dictionary for clickhouse needs to remove spaces in the exons list serialisation - it has to look like this
```json
{
"gene_id": "ENSG00000000003",
"gene_name": "TSPAN6",
"description": "tetraspanin 6 [Source:HGNC Symbol;Acc:11858]",
"biotype": "protein_coding",
"chr": "X",
"tss": 99894988,
... | priority | gene dictionary for clickhouse needs to remove spaces in the exons list serialisation it has to look like this json gene id gene name description tetraspanin biotype protein coding chr x tss start end fwdstrand exons ... | 1 |
430,523 | 12,462,196,122 | IssuesEvent | 2020-05-28 08:29:58 | netdata/netdata | https://api.github.com/repos/netdata/netdata | closed | Docker Healthcheck support | area/packaging feature request priority/low | **Describe the feature**
Being able to see a "health status" of the Netdata Docker container.
**Describe the solution you'd like**
I would like support for the Docker Healthcheck (that is also shown in Portainer.io and probably other Docker management software).
**Additional context**
The `Dockerfile` could co... | 1.0 | Docker Healthcheck support - **Describe the feature**
Being able to see a "health status" of the Netdata Docker container.
**Describe the solution you'd like**
I would like support for the Docker Healthcheck (that is also shown in Portainer.io and probably other Docker management software).
**Additional context... | priority | docker healthcheck support describe the feature being able to see a health status of the netdata docker container describe the solution you d like i would like support for the docker healthcheck that is also shown in portainer io and probably other docker management software additional context... | 1 |
452,050 | 13,045,374,094 | IssuesEvent | 2020-07-29 07:07:13 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Remove fadeout for tooltips | Category: UI Priority: Low Status: Fixed | This is making them take longer to go away and getting in the way of your mouse. | 1.0 | Remove fadeout for tooltips - This is making them take longer to go away and getting in the way of your mouse. | priority | remove fadeout for tooltips this is making them take longer to go away and getting in the way of your mouse | 1 |
693,057 | 23,761,126,470 | IssuesEvent | 2022-09-01 08:58:10 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | STM32G0B0 errors out on stm32g0_disable_dead_battery function in soc.c | bug priority: low platform: STM32 | The stm32g0b0xx.h does not define UCPD1_BASE, but does define SYSCFG_CFGR1_UCPD1_STROBE so it errors out in the stm32g0_disable_dead_battery function in soc.c.
@str4t0m pointed out in Discord the following:
"While the STM32g0x0 Socs don't have UCPD support the G070 and G0b0 still have *_strobe. meaning they pull ... | 1.0 | STM32G0B0 errors out on stm32g0_disable_dead_battery function in soc.c - The stm32g0b0xx.h does not define UCPD1_BASE, but does define SYSCFG_CFGR1_UCPD1_STROBE so it errors out in the stm32g0_disable_dead_battery function in soc.c.
@str4t0m pointed out in Discord the following:
"While the STM32g0x0 Socs don't ha... | priority | errors out on disable dead battery function in soc c the h does not define base but does define syscfg strobe so it errors out in the disable dead battery function in soc c pointed out in discord the following while the socs don t have ucpd support the and still have strobe meaning... | 1 |
289,997 | 8,881,240,212 | IssuesEvent | 2019-01-14 09:32:56 | ddionrails/ddionrails | https://api.github.com/repos/ddionrails/ddionrails | closed | If a user logs in from any page, he gets redirected to the home page | Priority: Low Type: Maintenance | ### Subject of the issue
If a user is on any page other than the home page and clicks on login, he gets redirected to the home page.
### Expected behaviour
The user should stay on the current page, but should be logged in.
### Actual behaviour
The user gets redirected to the home page.
### Steps to reprodu... | 1.0 | If a user logs in from any page, he gets redirected to the home page - ### Subject of the issue
If a user is on any page other than the home page and clicks on login, he gets redirected to the home page.
### Expected behaviour
The user should stay on the current page, but should be logged in.
### Actual behavi... | priority | if a user logs in from any page he gets redirected to the home page subject of the issue if a user is on any page other than the home page and clicks on login he gets redirected to the home page expected behaviour the user should stay on the current page but should be logged in actual behavi... | 1 |
30,212 | 2,722,938,050 | IssuesEvent | 2015-04-14 08:59:20 | BlackCodec/tint2 | https://api.github.com/repos/BlackCodec/tint2 | closed | Pager | auto-migrated Component-New Priority-Low Type-Enhancement | ```
Right now, the pager functionality depends on having different taskbar for
different desktop. With only one taskbar, the pager must be an external
program: in my case, NetWMPager.
I think that a "proper" pager like the one I mentioned above would be a
really great built-in feature for the panel.
```
Original issue... | 1.0 | Pager - ```
Right now, the pager functionality depends on having different taskbar for
different desktop. With only one taskbar, the pager must be an external
program: in my case, NetWMPager.
I think that a "proper" pager like the one I mentioned above would be a
really great built-in feature for the panel.
```
Origin... | priority | pager right now the pager functionality depends on having different taskbar for different desktop with only one taskbar the pager must be an external program in my case netwmpager i think that a proper pager like the one i mentioned above would be a really great built in feature for the panel origin... | 1 |
822,033 | 30,849,366,060 | IssuesEvent | 2023-08-02 15:38:55 | woocommerce/woocommerce | https://api.github.com/repos/woocommerce/woocommerce | closed | Fatal error if a coupon is (permanently) deleted after being added to a cart | type: bug priority: low focus: checkout [team:Proton] plugin: woocommerce team: Rubik | If a customer adds a coupon to the cart, and the coupon is then **permanently** deleted, the customer will experience a fatal error when accessing the checkout page/when attempting to check out.
```
Fatal error: Uncaught Exception: Invalid coupon.
in /.../plugins/woocommerce/includes/data-stores/class-wc-coupon-da... | 1.0 | Fatal error if a coupon is (permanently) deleted after being added to a cart - If a customer adds a coupon to the cart, and the coupon is then **permanently** deleted, the customer will experience a fatal error when accessing the checkout page/when attempting to check out.
```
Fatal error: Uncaught Exception: Inval... | priority | fatal error if a coupon is permanently deleted after being added to a cart if a customer adds a coupon to the cart and the coupon is then permanently deleted the customer will experience a fatal error when accessing the checkout page when attempting to check out fatal error uncaught exception inval... | 1 |
169,559 | 6,404,173,154 | IssuesEvent | 2017-08-07 01:23:08 | ChrisALee/twitch-stocks | https://api.github.com/repos/ChrisALee/twitch-stocks | opened | Remove Husky or replace pre-commit with it | Easy to Medium Priority: Low Project Setup | Husky gives us access to other hooks [here](https://github.com/typicode/husky/blob/master/HOOKS.md).
We'd want to use Husky if we want any of those hooks. One situation I can think of is using pre-push when one file relies on another and they both get committed separately.
All the CI stuff like pushing the code t... | 1.0 | Remove Husky or replace pre-commit with it - Husky gives us access to other hooks [here](https://github.com/typicode/husky/blob/master/HOOKS.md).
We'd want to use Husky if we want any of those hooks. One situation I can think of is using pre-push when one file relies on another and they both get committed separately... | priority | remove husky or replace pre commit with it husky gives us access to other hooks we d want to use husky if we want any of those hooks one situation i can think of is using pre push when one file relies on another and they both get committed separately all the ci stuff like pushing the code to our host in p... | 1 |
241,993 | 7,836,442,702 | IssuesEvent | 2018-06-17 19:33:07 | hackoregon/civic-devops | https://api.github.com/repos/hackoregon/civic-devops | closed | "Outdated ECS Agent" warning in hacko-integration ECS Instances | Priority: low legacy maintenance | Browse to the ECS cluster **hacko-integration**, and click on the **ECS Instances** tab. It presents a massive warning:
> Outdated ECS Agent
> One or more container instances are not running the latest version of the Amazon ECS container agent.
Each of the two EC2 VMs that are hosting the cluster's containers i... | 1.0 | "Outdated ECS Agent" warning in hacko-integration ECS Instances - Browse to the ECS cluster **hacko-integration**, and click on the **ECS Instances** tab. It presents a massive warning:
> Outdated ECS Agent
> One or more container instances are not running the latest version of the Amazon ECS container agent.
E... | priority | outdated ecs agent warning in hacko integration ecs instances browse to the ecs cluster hacko integration and click on the ecs instances tab it presents a massive warning outdated ecs agent one or more container instances are not running the latest version of the amazon ecs container agent e... | 1 |
43,048 | 2,879,257,359 | IssuesEvent | 2015-06-10 09:02:26 | macbid/website | https://api.github.com/repos/macbid/website | opened | séparation visuelle des news | low priority question | > Dans la vue par jour, il serait intéressant de mieux marquer la séparation entre les différents articles (ligne plus grasse, de couleur différente, autre idée...) | 1.0 | séparation visuelle des news - > Dans la vue par jour, il serait intéressant de mieux marquer la séparation entre les différents articles (ligne plus grasse, de couleur différente, autre idée...) | priority | séparation visuelle des news dans la vue par jour il serait intéressant de mieux marquer la séparation entre les différents articles ligne plus grasse de couleur différente autre idée | 1 |
359,614 | 10,678,705,721 | IssuesEvent | 2019-10-21 17:48:50 | chef/chef | https://api.github.com/repos/chef/chef | closed | validation_client_name not escaped properly when using knife bootstrap | Priority: Low Type: Bug | When you have a single quote in the validation_client_name of knife.rb it doesn't get escaped properly when running knife bootstrap.
In my case I had literally set the validation_client_name to "A path that doesn't exist" because of another bug I was running into with some code thinking nil/false was a file, need to d... | 1.0 | validation_client_name not escaped properly when using knife bootstrap - When you have a single quote in the validation_client_name of knife.rb it doesn't get escaped properly when running knife bootstrap.
In my case I had literally set the validation_client_name to "A path that doesn't exist" because of another bug I... | priority | validation client name not escaped properly when using knife bootstrap when you have a single quote in the validation client name of knife rb it doesn t get escaped properly when running knife bootstrap in my case i had literally set the validation client name to a path that doesn t exist because of another bug i... | 1 |
323,162 | 9,850,749,436 | IssuesEvent | 2019-06-19 08:54:22 | high-mood/PSE | https://api.github.com/repos/high-mood/PSE | closed | Remove the backend query file from the frontend. | Low priority | Currently, the file ```query.py``` has been included within the web-facing front-end for easier testing. For production this should be removed. | 1.0 | Remove the backend query file from the frontend. - Currently, the file ```query.py``` has been included within the web-facing front-end for easier testing. For production this should be removed. | priority | remove the backend query file from the frontend currently the file query py has been included within the web facing front end for easier testing for production this should be removed | 1 |
447,840 | 12,905,953,279 | IssuesEvent | 2020-07-15 00:02:26 | jeanvillete/fiap-stock-ecommerce | https://api.github.com/repos/jeanvillete/fiap-stock-ecommerce | opened | Implementar testes integrados | enhancement fiap.stock.mgnt fiap.stock.portal priority: low | Implementar testes integrados de todos os componentes de BE com docker e scripts ``` .sh ```. | 1.0 | Implementar testes integrados - Implementar testes integrados de todos os componentes de BE com docker e scripts ``` .sh ```. | priority | implementar testes integrados implementar testes integrados de todos os componentes de be com docker e scripts sh | 1 |
287,023 | 8,798,150,450 | IssuesEvent | 2018-12-24 05:02:05 | Alsciende/thronesdb | https://api.github.com/repos/Alsciende/thronesdb | closed | "show unusabled cards", what is it? | bug low priority | 
- [x] figure out what this does (clicking around didn't do anything for me), if anything.
- [ ] fix label, _unusabled_ is not a proper English word. ~or remove this altogether (see step 1).~ | 1.0 | "show unusabled cards", what is it? - 
- [x] figure out what this does (clicking around didn't do anything for me), if anything.
- [ ] fix label, _unusabled_ is not a proper English word. ~or remove ... | priority | show unusabled cards what is it figure out what this does clicking around didn t do anything for me if anything fix label unusabled is not a proper english word or remove this altogether see step | 1 |
519,108 | 15,044,468,775 | IssuesEvent | 2021-02-03 03:03:29 | SacredDuckwhale/Rarity | https://api.github.com/repos/SacredDuckwhale/Rarity | opened | Add About panel to the Options menu | Complexity: Low Module: Options Priority: Normal Status: Accepted Type: Task | Similar to other addons, giving some brief description of the various features (ingame) and link to support articles, GitHub, Discord etc. might be helpful. | 1.0 | Add About panel to the Options menu - Similar to other addons, giving some brief description of the various features (ingame) and link to support articles, GitHub, Discord etc. might be helpful. | priority | add about panel to the options menu similar to other addons giving some brief description of the various features ingame and link to support articles github discord etc might be helpful | 1 |
371,266 | 10,964,055,555 | IssuesEvent | 2019-11-27 21:23:31 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.8.2.0 staging-11-d-2] Talent "Tool Strength: Mining" is intended behavior? | Low Priority QA Staging | Test in Basalt.
Without talent:
Stone Pickaxe - 6 hit; Iron Pickaxe - 3 hit; Steel Pickaxe - 2 hit; Modern Pickaxe - 1 hit
With talent:
Stone Pickaxe - 3 hit; Iron Pickaxe - 2 hit; Steel Pickaxe - 2 hit (It should be like modern pickaxe without talent - 1 hit ); Modern Pickaxe - 1 hit.
This may be due to fact t... | 1.0 | [0.8.2.0 staging-11-d-2] Talent "Tool Strength: Mining" is intended behavior? - Test in Basalt.
Without talent:
Stone Pickaxe - 6 hit; Iron Pickaxe - 3 hit; Steel Pickaxe - 2 hit; Modern Pickaxe - 1 hit
With talent:
Stone Pickaxe - 3 hit; Iron Pickaxe - 2 hit; Steel Pickaxe - 2 hit (It should be like modern pickax... | priority | talent tool strength mining is intended behavior test in basalt without talent stone pickaxe hit iron pickaxe hit steel pickaxe hit modern pickaxe hit with talent stone pickaxe hit iron pickaxe hit steel pickaxe hit it should be like modern pickaxe without talent hi... | 1 |
398,848 | 11,742,428,531 | IssuesEvent | 2020-03-12 00:45:21 | thaliawww/concrexit | https://api.github.com/repos/thaliawww/concrexit | closed | Automatic generation of board email addresses | feature priority: low | In GitLab by @se-bastiaan on Jun 21, 2018, 15:49
### One-sentence description
Automatic generation of board email addresses
### Desired behaviour
Currently we create a mailinglist for every board every single year, however we could just generate them automatically based on the Board models. | 1.0 | Automatic generation of board email addresses - In GitLab by @se-bastiaan on Jun 21, 2018, 15:49
### One-sentence description
Automatic generation of board email addresses
### Desired behaviour
Currently we create a mailinglist for every board every single year, however we could just generate them automatically bas... | priority | automatic generation of board email addresses in gitlab by se bastiaan on jun one sentence description automatic generation of board email addresses desired behaviour currently we create a mailinglist for every board every single year however we could just generate them automatically based on ... | 1 |
34,932 | 2,789,433,750 | IssuesEvent | 2015-05-08 19:22:28 | orwant/google-visualization-issues | https://api.github.com/repos/orwant/google-visualization-issues | opened | Add isStacked to Annotated Time Line | Priority-Low Type-Enhancement | Original [issue 45](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=45) created by orwant on 2009-09-03T17:15:49.000Z:
<b>What would you like to see us add to this API?</b>
The Area Chart vis. has an isStacked parameter that accumulates the values. I'd like to see that
on Annotated Time L... | 1.0 | Add isStacked to Annotated Time Line - Original [issue 45](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=45) created by orwant on 2009-09-03T17:15:49.000Z:
<b>What would you like to see us add to this API?</b>
The Area Chart vis. has an isStacked parameter that accumulates the values. I'd... | priority | add isstacked to annotated time line original created by orwant on what would you like to see us add to this api the area chart vis has an isstacked parameter that accumulates the values i d like to see that on annotated time line i want the interaction provided by annotated time line but... | 1 |
612,866 | 19,057,808,376 | IssuesEvent | 2021-11-26 00:13:44 | ImperialSpaceSociety/LoRaMac-node | https://api.github.com/repos/ImperialSpaceSociety/LoRaMac-node | closed | Consider sending the most accurate known position from GPS after timeout | low priority | The GPS is given 120 seconds to get a fix. If its got something, just send it. Even if its not a 4 sat fix. | 1.0 | Consider sending the most accurate known position from GPS after timeout - The GPS is given 120 seconds to get a fix. If its got something, just send it. Even if its not a 4 sat fix. | priority | consider sending the most accurate known position from gps after timeout the gps is given seconds to get a fix if its got something just send it even if its not a sat fix | 1 |
460,595 | 13,213,513,278 | IssuesEvent | 2020-08-16 13:11:43 | InfiniteFlightAirportEditing/Airports | https://api.github.com/repos/InfiniteFlightAirportEditing/Airports | closed | 3LL9-Compton Airstrip-ILLINOIS-USA | Being Redone Low Priority | # Airport Name
Aurukun Airport - YAUR
# Country?
Australia
# Improvements that need to be made?
From scratch
# Are you working on this airport?
Yeah
# Airport Priority? (A380, 10000ft+ Runway)
Low priority
| 1.0 | 3LL9-Compton Airstrip-ILLINOIS-USA - # Airport Name
Aurukun Airport - YAUR
# Country?
Australia
# Improvements that need to be made?
From scratch
# Are you working on this airport?
Yeah
# Airport Priority? (A380, 10000ft+ Runway)
Low priority
| priority | compton airstrip illinois usa airport name aurukun airport yaur country australia improvements that need to be made from scratch are you working on this airport yeah airport priority runway low priority | 1 |
418,416 | 12,197,400,941 | IssuesEvent | 2020-04-29 20:42:43 | jbowens/peernote | https://api.github.com/repos/jbowens/peernote | closed | Splash on Android freaks out | bug low-priority | - Popup causes random zoom in
- clicking links that scroll to contact box causes random zoom-in
| 1.0 | Splash on Android freaks out - - Popup causes random zoom in
- clicking links that scroll to contact box causes random zoom-in
| priority | splash on android freaks out popup causes random zoom in clicking links that scroll to contact box causes random zoom in | 1 |
398,351 | 11,740,269,721 | IssuesEvent | 2020-03-11 19:16:20 | Codaone/DEXBot | https://api.github.com/repos/Codaone/DEXBot | closed | Cli configure menu doesn't skip input for parameters you've said "No" to enabling | [3] Type: Enhancement [4] Priority: Low | Cli configure menu doesn't skip input for parameters you've said "No" to enabling.
Not too much of a problem to work around but for ease of use some changes could be made:
## Expected Behavior
$ cd dexbot
$ dexbot-cli configure
Follow the cli configure menu for RO,
When choosing "No" to using an external pri... | 1.0 | Cli configure menu doesn't skip input for parameters you've said "No" to enabling - Cli configure menu doesn't skip input for parameters you've said "No" to enabling.
Not too much of a problem to work around but for ease of use some changes could be made:
## Expected Behavior
$ cd dexbot
$ dexbot-cli configure
F... | priority | cli configure menu doesn t skip input for parameters you ve said no to enabling cli configure menu doesn t skip input for parameters you ve said no to enabling not too much of a problem to work around but for ease of use some changes could be made expected behavior cd dexbot dexbot cli configure f... | 1 |
485,002 | 13,959,710,668 | IssuesEvent | 2020-10-24 17:39:52 | ihhub/fheroes2 | https://api.github.com/repos/ihhub/fheroes2 | closed | Castle construction screen, Recruit Hero window, "OKAY" and "CANCEL" buttons are not at the same horizontal distance from the edge of the window | low priority ui | In fheroes2, the "OKAY" and "CANCEL" buttons are not at the same horizontal distance from the edge of the window.
In fheroes2:
 | 1.0 | Castle construction screen, Recruit Hero window, "OKAY" and "CANCEL" buttons are not at the same horizontal distance from the edge of the window - In fheroes2, the "OKAY" and "CANCEL" buttons are not at the same horizontal distance from the edge of the window.
In fheroes2:

Original Redmine Issue: 2112, https://dev.opennebula.org/issues/2112
Original Date: 2013-06-09
---
```
Hi,
Is it possible to set DEFAULT_IMAGE_TYPE per-datastore? Ex. if I want all images created in a certain datastore to be of type CDROM I would:
- Set DEF... | 1.0 | Per-datastore DEFAULT_IMAGE_TYPE - ---
Author Name: **Ruben S. Montero** (@rsmontero)
Original Redmine Issue: 2112, https://dev.opennebula.org/issues/2112
Original Date: 2013-06-09
---
```
Hi,
Is it possible to set DEFAULT_IMAGE_TYPE per-datastore? Ex. if I want all images created in a certain datastore to be ... | priority | per datastore default image type author name ruben s montero rsmontero original redmine issue original date hi is it possible to set default image type per datastore ex if i want all images created in a certain datastore to be of type cdrom i would set default image... | 1 |
514,750 | 14,943,482,472 | IssuesEvent | 2021-01-25 23:09:06 | ProjectSidewalk/SidewalkWebpage | https://api.github.com/repos/ProjectSidewalk/SidewalkWebpage | closed | Admin Interface: Update comments table to show street ids and user position and add a link that allows you to jump to that location | Admin Interface Priority: Low potential-intern-assignment | Currently, the comments table (see figure below) only shows the panorama id where the comment was submitted. Some times, we have seen that, there is no pano id for a location. It would be useful to show more information to specifically pin-point the location where the feedback was submitted.
I checked that the data... | 1.0 | Admin Interface: Update comments table to show street ids and user position and add a link that allows you to jump to that location - Currently, the comments table (see figure below) only shows the panorama id where the comment was submitted. Some times, we have seen that, there is no pano id for a location. It would b... | priority | admin interface update comments table to show street ids and user position and add a link that allows you to jump to that location currently the comments table see figure below only shows the panorama id where the comment was submitted some times we have seen that there is no pano id for a location it would b... | 1 |
679,264 | 23,225,982,805 | IssuesEvent | 2022-08-03 00:11:26 | docker-mailserver/docker-mailserver | https://api.github.com/repos/docker-mailserver/docker-mailserver | opened | Dovecot LDAP Operations Error | meta/needs triage meta/help wanted kind/question priority/low | I am attempting to configure docker mailserver to use LDAP for authentication. I've spent several hours going over the documentation and have fixed a lot of problems I've ran into but I can't get past this one. When attempting to login via Thunderbird, I see the following error in DMS docker logs:
```dovecot: auth: Er... | 1.0 | Dovecot LDAP Operations Error - I am attempting to configure docker mailserver to use LDAP for authentication. I've spent several hours going over the documentation and have fixed a lot of problems I've ran into but I can't get past this one. When attempting to login via Thunderbird, I see the following error in DMS do... | priority | dovecot ldap operations error i am attempting to configure docker mailserver to use ldap for authentication i ve spent several hours going over the documentation and have fixed a lot of problems i ve ran into but i can t get past this one when attempting to login via thunderbird i see the following error in dms do... | 1 |
422,099 | 12,266,189,238 | IssuesEvent | 2020-05-07 08:32:02 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.9.0 staging-1538] Recipe names use class names instead of display name | Priority: Low Status: Fixed Type: Regression Week Task | Recently the item filter and Ecopedia were fixed to use display names instead of class names. This same fix needs to happen for recipe names.

| 1.0 | [0.9.0 staging-1538] Recipe names use class names instead of display name - Recently the item filter and Ecopedia were fixed to use display names instead of class names. This same fix needs to happen for recipe names.
 | auto-transferred category: highgui-camera feature priority: low | Transferred from http://code.opencv.org/issues/1961
```
|| Marcel Debout on 2012-05-18 13:00
|| Priority: Low
|| Affected: None
|| Category: highgui-camera
|| Tracker: Feature
|| Difficulty: None
|| PR: None
|| Platform: None / None
```
Add support for IR-Images by VideoCapture(CV_CAP_OPENNI_ASUS)
-----------
```
Hi ... | 1.0 | Add support for IR-Images by VideoCapture(CV_CAP_OPENNI_ASUS) - Transferred from http://code.opencv.org/issues/1961
```
|| Marcel Debout on 2012-05-18 13:00
|| Priority: Low
|| Affected: None
|| Category: highgui-camera
|| Tracker: Feature
|| Difficulty: None
|| PR: None
|| Platform: None / None
```
Add support for I... | priority | add support for ir images by videocapture cv cap openni asus transferred from marcel debout on priority low affected none category highgui camera tracker feature difficulty none pr none platform none none add support for ir images by videocapture cv cap openni a... | 1 |
481,050 | 13,879,693,184 | IssuesEvent | 2020-10-17 15:32:52 | michaelskyba/GL-wPoints | https://api.github.com/repos/michaelskyba/GL-wPoints | opened | Show the date of the last time you applied a transaction | Priority 3 - Low enhancement | Have this as an option in the settings tab, which will be disabled by default
This will be shown on the transactions tab, at the bottom of each transaction | 1.0 | Show the date of the last time you applied a transaction - Have this as an option in the settings tab, which will be disabled by default
This will be shown on the transactions tab, at the bottom of each transaction | priority | show the date of the last time you applied a transaction have this as an option in the settings tab which will be disabled by default this will be shown on the transactions tab at the bottom of each transaction | 1 |
578,853 | 17,156,218,005 | IssuesEvent | 2021-07-14 07:14:37 | logisim-evolution/logisim-evolution | https://api.github.com/repos/logisim-evolution/logisim-evolution | closed | Simple Verilog and VHDL exports. | low priority | I just want to be able to export my design as a verilog or vhdl file. I don't want to have to specify a board and mark which parts of the board I am using. I want to give an input a name and have it listed as that in a verilog output.
Also somewhat related, could someone give me a brief description of how to add a p... | 1.0 | Simple Verilog and VHDL exports. - I just want to be able to export my design as a verilog or vhdl file. I don't want to have to specify a board and mark which parts of the board I am using. I want to give an input a name and have it listed as that in a verilog output.
Also somewhat related, could someone give me a ... | priority | simple verilog and vhdl exports i just want to be able to export my design as a verilog or vhdl file i don t want to have to specify a board and mark which parts of the board i am using i want to give an input a name and have it listed as that in a verilog output also somewhat related could someone give me a ... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.