Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3 values | title stringlengths 1 844 | labels stringlengths 4 721 | body stringlengths 1 261k | index stringclasses 12 values | text_combine stringlengths 96 261k | label stringclasses 2 values | text stringlengths 96 248k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
307,533 | 9,418,324,919 | IssuesEvent | 2019-04-10 18:55:33 | code4romania/civichq-client | https://api.github.com/repos/code4romania/civichq-client | closed | [Bug] Scroll to top in admin after selecting an app to edit | angular bug enhancement good first issue help wanted low priority typescript | Currently in the admin apps panel (/approve-app), when selecting an app from the list, the edit app forms appears at the top of the page. But the action might not be visible to the user when selecting an app close to the bottom of the screen.
Add automatic scroll functionality that returns the user to the top of the page after selecting to edit an app.
Best practices
- codebase language should be English
- we :two_hearts: unit tests | 1.0 | [Bug] Scroll to top in admin after selecting an app to edit - Currently in the admin apps panel (/approve-app), when selecting an app from the list, the edit app forms appears at the top of the page. But the action might not be visible to the user when selecting an app close to the bottom of the screen.
Add automatic scroll functionality that returns the user to the top of the page after selecting to edit an app.
Best practices
- codebase language should be English
- we :two_hearts: unit tests | priority | scroll to top in admin after selecting an app to edit currently in the admin apps panel approve app when selecting an app from the list the edit app forms appears at the top of the page but the action might not be visible to the user when selecting an app close to the bottom of the screen add automatic scroll functionality that returns the user to the top of the page after selecting to edit an app best practices codebase language should be english we two hearts unit tests | 1 |
383,889 | 11,363,885,081 | IssuesEvent | 2020-01-27 06:20:07 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | opened | [0.9.0 staging-1360] Best way to hide/expand category in EcoPedia. | Priority: Low | Now you need to click in small square:

But you can change it to full string as in Minimap:

| 1.0 | [0.9.0 staging-1360] Best way to hide/expand category in EcoPedia. - Now you need to click in small square:

But you can change it to full string as in Minimap:

| priority | best way to hide expand category in ecopedia now you need to click in small square but you can change it to full string as in minimap | 1 |
709,058 | 24,366,511,292 | IssuesEvent | 2022-10-03 15:33:40 | devedenco/issue-tracker | https://api.github.com/repos/devedenco/issue-tracker | closed | [BUG] Test | bug suite priority-low |
**Description:**
test
---
**App Version:** 123
**Operating System:** windows
---
This issue was created automatically by our Test Suite. Please report any issues [here](
https://discord.gg/KvVJ2PJsjj
).
Issued by **liquid**. | 1.0 | [BUG] Test -
**Description:**
test
---
**App Version:** 123
**Operating System:** windows
---
This issue was created automatically by our Test Suite. Please report any issues [here](
https://discord.gg/KvVJ2PJsjj
).
Issued by **liquid**. | priority | test description test app version operating system windows this issue was created automatically by our test suite please report any issues issued by liquid | 1 |
261,840 | 8,246,715,617 | IssuesEvent | 2018-09-11 13:43:27 | trustlines-network/feedback | https://api.github.com/repos/trustlines-network/feedback | closed | Should a request link be invalidated after it's clicked | conceptual idea (lower priority) | ### Basic information:
* OS (Android / iOS / both):
* Version:
### Issue description:
Should a request link be invalidated after it's clicked
### Screenshots or mock-ups
### Possible solution
| 1.0 | Should a request link be invalidated after it's clicked - ### Basic information:
* OS (Android / iOS / both):
* Version:
### Issue description:
Should a request link be invalidated after it's clicked
### Screenshots or mock-ups
### Possible solution
| priority | should a request link be invalidated after it s clicked basic information os android ios both version issue description should a request link be invalidated after it s clicked screenshots or mock ups possible solution | 1 |
811,249 | 30,281,203,498 | IssuesEvent | 2023-07-08 04:48:25 | windwalker-io/core | https://api.github.com/repos/windwalker-io/core | closed | [Error] Ajax error rules | 4.x Priority Low | - non-debug mode should always show simple HTTP status
- Only in debug mode show SQL error or Exception
- Can show message in non-debug mode when error, must use messages system. | 1.0 | [Error] Ajax error rules - - non-debug mode should always show simple HTTP status
- Only in debug mode show SQL error or Exception
- Can show message in non-debug mode when error, must use messages system. | priority | ajax error rules non debug mode should always show simple http status only in debug mode show sql error or exception can show message in non debug mode when error must use messages system | 1 |
402,369 | 11,808,765,207 | IssuesEvent | 2020-03-19 13:55:41 | arkhn/pyfhirstore | https://api.github.com/repos/arkhn/pyfhirstore | closed | Validate that a value and system define a unique identifier | Low Priority | When we store an identifier (system, value), check that the value input is unique in the defined system | 1.0 | Validate that a value and system define a unique identifier - When we store an identifier (system, value), check that the value input is unique in the defined system | priority | validate that a value and system define a unique identifier when we store an identifier system value check that the value input is unique in the defined system | 1 |
283,787 | 8,723,370,882 | IssuesEvent | 2018-12-09 21:12:10 | AguaClara/aguaclara_tutorial | https://api.github.com/repos/AguaClara/aguaclara_tutorial | closed | Add wiki back/forward buttons | enhancement low priority | It would be nice to have back/forward buttons at the bottom for when team members are reading through each page. | 1.0 | Add wiki back/forward buttons - It would be nice to have back/forward buttons at the bottom for when team members are reading through each page. | priority | add wiki back forward buttons it would be nice to have back forward buttons at the bottom for when team members are reading through each page | 1 |
509,586 | 14,740,012,202 | IssuesEvent | 2021-01-07 08:21:33 | root-project/root | https://api.github.com/repos/root-project/root | closed | 6.22.00 pyroot regression: Can't derive from TProfile. | affects:6.22 bug in:PyROOT priority:low | With root 6.22.00, the following fragment
```
import ROOT
class Foo (ROOT.TProfile): pass
```
gives errors:
```
>>> import ROOT
>>> class Foo (ROOT.TProfile): pass
...
input_line_38:8:19: error: redeclaration of using declaration
using TProfile::BufferFill;
~~~~~~~~~~^
input_line_38:7:19: note: previous using declaration
using TProfile::BufferFill;
^
input_line_38:9:19: error: 'SetBins' is a private member of 'TProfile'
using TProfile::SetBins;
^
/cvmfs/sft.cern.ch/lcg/releases/ROOT/v6.22.00-be0a0/x86_64-centos7-gcc8-opt/include/TProfile.h:67:9: note: declared private here
void SetBins(Int_t, Double_t, Double_t, Int_t, Double_t, Double_t)
^
input_line_38:9:19: error: 'SetBins' is a private member of 'TProfile'
using TProfile::SetBins;
^
/cvmfs/sft.cern.ch/lcg/releases/ROOT/v6.22.00-be0a0/x86_64-centos7-gcc8-opt/include/TProfile.h:69:9: note: declared private here
void SetBins(Int_t, const Double_t*, Int_t, const Double_t*)
^
input_line_38:9:19: error: 'SetBins' is a private member of 'TProfile'
using TProfile::SetBins;
^
/cvmfs/sft.cern.ch/lcg/releases/ROOT/v6.22.00-be0a0/x86_64-centos7-gcc8-opt/include/TProfile.h:71:9: note: declared private here
void SetBins(Int_t, Double_t, Double_t, Int_t, Double_t, Double_t, In...
^
input_line_38:9:19: error: 'SetBins' is a private member of 'TProfile'
using TProfile::SetBins;
^
/cvmfs/sft.cern.ch/lcg/releases/ROOT/v6.22.00-be0a0/x86_64-centos7-gcc8-opt/include/TProfile.h:73:9: note: declared private here
void SetBins(Int_t, const Double_t *, Int_t, const Double_t *, Int_t...
^
input_line_38:10:19: error: 'Fill' is a private member of 'TProfile'
using TProfile::Fill;
^
/cvmfs/sft.cern.ch/lcg/releases/ROOT/v6.22.00-be0a0/x86_64-centos7-gcc8-opt/include/TProfile.h:61:10: note: declared private here
Int_t Fill(Double_t) { MayNotUse("Fill(Double_t)"); return -1;}
^
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: no python-side overrides supported (failed to compile the dispatcher code)
```
It works ok with either TH1F or TH2F. It also worked with root 6.20.06.
This is low priority. It showed up in ATLAS code, but the code in question is long obsolete and probably
best just removed. Submitting it now just to document the issue.
| 1.0 | 6.22.00 pyroot regression: Can't derive from TProfile. - With root 6.22.00, the following fragment
```
import ROOT
class Foo (ROOT.TProfile): pass
```
gives errors:
```
>>> import ROOT
>>> class Foo (ROOT.TProfile): pass
...
input_line_38:8:19: error: redeclaration of using declaration
using TProfile::BufferFill;
~~~~~~~~~~^
input_line_38:7:19: note: previous using declaration
using TProfile::BufferFill;
^
input_line_38:9:19: error: 'SetBins' is a private member of 'TProfile'
using TProfile::SetBins;
^
/cvmfs/sft.cern.ch/lcg/releases/ROOT/v6.22.00-be0a0/x86_64-centos7-gcc8-opt/include/TProfile.h:67:9: note: declared private here
void SetBins(Int_t, Double_t, Double_t, Int_t, Double_t, Double_t)
^
input_line_38:9:19: error: 'SetBins' is a private member of 'TProfile'
using TProfile::SetBins;
^
/cvmfs/sft.cern.ch/lcg/releases/ROOT/v6.22.00-be0a0/x86_64-centos7-gcc8-opt/include/TProfile.h:69:9: note: declared private here
void SetBins(Int_t, const Double_t*, Int_t, const Double_t*)
^
input_line_38:9:19: error: 'SetBins' is a private member of 'TProfile'
using TProfile::SetBins;
^
/cvmfs/sft.cern.ch/lcg/releases/ROOT/v6.22.00-be0a0/x86_64-centos7-gcc8-opt/include/TProfile.h:71:9: note: declared private here
void SetBins(Int_t, Double_t, Double_t, Int_t, Double_t, Double_t, In...
^
input_line_38:9:19: error: 'SetBins' is a private member of 'TProfile'
using TProfile::SetBins;
^
/cvmfs/sft.cern.ch/lcg/releases/ROOT/v6.22.00-be0a0/x86_64-centos7-gcc8-opt/include/TProfile.h:73:9: note: declared private here
void SetBins(Int_t, const Double_t *, Int_t, const Double_t *, Int_t...
^
input_line_38:10:19: error: 'Fill' is a private member of 'TProfile'
using TProfile::Fill;
^
/cvmfs/sft.cern.ch/lcg/releases/ROOT/v6.22.00-be0a0/x86_64-centos7-gcc8-opt/include/TProfile.h:61:10: note: declared private here
Int_t Fill(Double_t) { MayNotUse("Fill(Double_t)"); return -1;}
^
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: no python-side overrides supported (failed to compile the dispatcher code)
```
It works ok with either TH1F or TH2F. It also worked with root 6.20.06.
This is low priority. It showed up in ATLAS code, but the code in question is long obsolete and probably
best just removed. Submitting it now just to document the issue.
| priority | pyroot regression can t derive from tprofile with root the following fragment import root class foo root tprofile pass gives errors import root class foo root tprofile pass input line error redeclaration of using declaration using tprofile bufferfill input line note previous using declaration using tprofile bufferfill input line error setbins is a private member of tprofile using tprofile setbins cvmfs sft cern ch lcg releases root opt include tprofile h note declared private here void setbins int t double t double t int t double t double t input line error setbins is a private member of tprofile using tprofile setbins cvmfs sft cern ch lcg releases root opt include tprofile h note declared private here void setbins int t const double t int t const double t input line error setbins is a private member of tprofile using tprofile setbins cvmfs sft cern ch lcg releases root opt include tprofile h note declared private here void setbins int t double t double t int t double t double t in input line error setbins is a private member of tprofile using tprofile setbins cvmfs sft cern ch lcg releases root opt include tprofile h note declared private here void setbins int t const double t int t const double t int t input line error fill is a private member of tprofile using tprofile fill cvmfs sft cern ch lcg releases root opt include tprofile h note declared private here int t fill double t maynotuse fill double t return traceback most recent call last file line in typeerror no python side overrides supported failed to compile the dispatcher code it works ok with either or it also worked with root this is low priority it showed up in atlas code but the code in question is long obsolete and probably best just removed submitting it now just to document the issue | 1 |
52,609 | 3,025,050,729 | IssuesEvent | 2015-08-03 04:22:41 | ankidroid/Anki-Android | https://api.github.com/repos/ankidroid/Anki-Android | closed | Suggestion: option to hide buttons in AnkiDroid | accepted enhancement Priority-Low | Originally reported on Google Code with ID 1125
```
Just a suggestion: Add an option to hide buttons while reviewing & showing answer in
AnkiDroid. As these buttons can allready be done by gestures.
```
Reported by `rr3636` on 2012-05-03 04:21:24
| 1.0 | Suggestion: option to hide buttons in AnkiDroid - Originally reported on Google Code with ID 1125
```
Just a suggestion: Add an option to hide buttons while reviewing & showing answer in
AnkiDroid. As these buttons can allready be done by gestures.
```
Reported by `rr3636` on 2012-05-03 04:21:24
| priority | suggestion option to hide buttons in ankidroid originally reported on google code with id just a suggestion add an option to hide buttons while reviewing showing answer in ankidroid as these buttons can allready be done by gestures reported by on | 1 |
136,564 | 5,284,775,275 | IssuesEvent | 2017-02-08 01:39:20 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | closed | Mysterious CI Bazel Error - No Discernible Error | configuration: bazel priority: low team: kitware type: bug type: continuous integration | # The Problem
A Bazel-based CI run turns red, but the console log contains no discernable error.
# Example Logs
* https://drake-jenkins.csail.mit.edu/job/linux-xenial-gcc-bazel-experimental/808/ | 1.0 | Mysterious CI Bazel Error - No Discernible Error - # The Problem
A Bazel-based CI run turns red, but the console log contains no discernable error.
# Example Logs
* https://drake-jenkins.csail.mit.edu/job/linux-xenial-gcc-bazel-experimental/808/ | priority | mysterious ci bazel error no discernible error the problem a bazel based ci run turns red but the console log contains no discernable error example logs | 1 |
794,637 | 28,042,792,258 | IssuesEvent | 2023-03-28 19:56:28 | dgidb/dgidb-v5 | https://api.github.com/repos/dgidb/dgidb-v5 | opened | don't display tooltips with no text | good first issue frontend priority:low | if the pmids or sources for an interaction are 0, don't display the tooltip | 1.0 | don't display tooltips with no text - if the pmids or sources for an interaction are 0, don't display the tooltip | priority | don t display tooltips with no text if the pmids or sources for an interaction are don t display the tooltip | 1 |
816,650 | 30,605,822,026 | IssuesEvent | 2023-07-23 01:28:13 | Haidoe/arc | https://api.github.com/repos/Haidoe/arc | closed | The design of the sidebar | priority-low style fix | ## Bug Report
**Reporter: ❗️**
@wakapix
**Describe the bug: ❗️**
The design of the sidebar confuses users that it is editable.
**Steps to reproduce: ❗️**
1. Go to 'Dashboard'
2. See error
**Screenshots or Video**
<img width="687" alt="Screen Shot 2023-07-17 at 10 44 37 PM" src="https://github.com/Haidoe/arc/assets/99109622/1c91dd1e-277d-42e1-ad77-dbc591cccd32">
**Expected behavior: ❗️**
To change the information of project, user needs to click "edit" button.
**Possible Solution:**
Make these texts without underlining on a white background the same as other texts
**Follow up checklist: ❗️**
- [x] Add Assignee
- [x] Label priority ( priority-low, priority-medium, priority-high )
- [ ] Label Milestone ( Alpha, Beta )
- [x] Label Issue Type ( Style, Code, API )
| 1.0 | The design of the sidebar - ## Bug Report
**Reporter: ❗️**
@wakapix
**Describe the bug: ❗️**
The design of the sidebar confuses users that it is editable.
**Steps to reproduce: ❗️**
1. Go to 'Dashboard'
2. See error
**Screenshots or Video**
<img width="687" alt="Screen Shot 2023-07-17 at 10 44 37 PM" src="https://github.com/Haidoe/arc/assets/99109622/1c91dd1e-277d-42e1-ad77-dbc591cccd32">
**Expected behavior: ❗️**
To change the information of project, user needs to click "edit" button.
**Possible Solution:**
Make these texts without underlining on a white background the same as other texts
**Follow up checklist: ❗️**
- [x] Add Assignee
- [x] Label priority ( priority-low, priority-medium, priority-high )
- [ ] Label Milestone ( Alpha, Beta )
- [x] Label Issue Type ( Style, Code, API )
| priority | the design of the sidebar bug report reporter ❗️ wakapix describe the bug ❗️ the design of the sidebar confuses users that it is editable steps to reproduce ❗️ go to dashboard see error screenshots or video img width alt screen shot at pm src expected behavior ❗️ to change the information of project user needs to click edit button possible solution make these texts without underlining on a white background the same as other texts follow up checklist ❗️ add assignee label priority priority low priority medium priority high label milestone alpha beta label issue type style code api | 1 |
797,026 | 28,135,739,310 | IssuesEvent | 2023-04-01 11:04:02 | donutteam/project-donut-anniversary-edition | https://api.github.com/repos/donutteam/project-donut-anniversary-edition | opened | Dummy road in Burns' mansion backyard | Type: Low Priority | Add a dummy road to the backyard of Mr. Burns' mansion so that getting a Hit & Run there (thanks to the props and Lucas' ambient character) doesn't have any chance of breaking the music due to no vehicles spawning. | 1.0 | Dummy road in Burns' mansion backyard - Add a dummy road to the backyard of Mr. Burns' mansion so that getting a Hit & Run there (thanks to the props and Lucas' ambient character) doesn't have any chance of breaking the music due to no vehicles spawning. | priority | dummy road in burns mansion backyard add a dummy road to the backyard of mr burns mansion so that getting a hit run there thanks to the props and lucas ambient character doesn t have any chance of breaking the music due to no vehicles spawning | 1 |
86,349 | 3,710,898,674 | IssuesEvent | 2016-03-02 07:43:59 | kasperlewau/the-division-planner | https://api.github.com/repos/kasperlewau/the-division-planner | opened | electron | enhancement feature low-priority | Package the whole thing up in Electron and deliver binaries. Windows being the main target, OSX/Linux considered 'nice-to-have'. | 1.0 | electron - Package the whole thing up in Electron and deliver binaries. Windows being the main target, OSX/Linux considered 'nice-to-have'. | priority | electron package the whole thing up in electron and deliver binaries windows being the main target osx linux considered nice to have | 1 |
715,499 | 24,601,769,978 | IssuesEvent | 2022-10-14 13:05:39 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | opened | The change event of the spreadsheet datasource is not triggered when the cells value is changed when dragging a cell | Bug SEV: Low C: Spreadsheet jQuery2 Priority 5 | ### Bug report
When dragging a cell to edit other cells in the Spreadsheet, the Change event of the DataSource is not fired.
The issue is a regression starting with Kendo - 2022.2.621
### Reproduction of the problem
1. Open the following dojo:
https://dojo.telerik.com/OyAmimaH/2
Try to edit multiple cells by dragging a cell.
### Current behavior
The Change event is not triggered.
### Expected/desired behavior
The Change event should be fired.
### Environment
* **Kendo UI version:** 2022.2.621
* **Browser:** [all ]
| 1.0 | The change event of the spreadsheet datasource is not triggered when the cells value is changed when dragging a cell - ### Bug report
When dragging a cell to edit other cells in the Spreadsheet, the Change event of the DataSource is not fired.
The issue is a regression starting with Kendo - 2022.2.621
### Reproduction of the problem
1. Open the following dojo:
https://dojo.telerik.com/OyAmimaH/2
Try to edit multiple cells by dragging a cell.
### Current behavior
The Change event is not triggered.
### Expected/desired behavior
The Change event should be fired.
### Environment
* **Kendo UI version:** 2022.2.621
* **Browser:** [all ]
| priority | the change event of the spreadsheet datasource is not triggered when the cells value is changed when dragging a cell bug report when dragging a cell to edit other cells in the spreadsheet the change event of the datasource is not fired the issue is a regression starting with kendo reproduction of the problem open the following dojo try to edit multiple cells by dragging a cell current behavior the change event is not triggered expected desired behavior the change event should be fired environment kendo ui version browser | 1 |
756,051 | 26,454,338,317 | IssuesEvent | 2023-01-16 13:29:21 | libre-tube/LibreTube | https://api.github.com/repos/libre-tube/LibreTube | closed | Add a repeat button in the notification panel | enhancement priority: low | ### Describe your suggested feature
Exactly like the one in Newpipe, a shortcut in the video's notification, clicking on it should make the video replay itself over and over again automatically.
### Other details
_No response_
### Acknowledgements
- [x] I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open issue.
- [X] I have written a short but informative title.
- [X] I will fill out all of the requested information in this form. | 1.0 | Add a repeat button in the notification panel - ### Describe your suggested feature
Exactly like the one in Newpipe, a shortcut in the video's notification, clicking on it should make the video replay itself over and over again automatically.
### Other details
_No response_
### Acknowledgements
- [x] I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open issue.
- [X] I have written a short but informative title.
- [X] I will fill out all of the requested information in this form. | priority | add a repeat button in the notification panel describe your suggested feature exactly like the one in newpipe a shortcut in the video s notification clicking on it should make the video replay itself over and over again automatically other details no response acknowledgements i have searched the existing issues and this is a new ticket not a duplicate or related to another open issue i have written a short but informative title i will fill out all of the requested information in this form | 1 |
77,722 | 3,507,231,428 | IssuesEvent | 2016-01-08 12:03:20 | OregonCore/OregonCore | https://api.github.com/repos/OregonCore/OregonCore | closed | No errors appears while loading server (BB #702) | duplicate migrated Priority: Low Type: Bug | This issue was migrated from bitbucket.
**Original Reporter:** PadreWoW
**Original Date:** 27.09.2014 11:00:22 GMT+0000
**Original Priority:** minor
**Original Type:** bug
**Original State:** duplicate
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/702
<hr>
1) No errors appears while loading server even there are errors in log files!
2) LogColors = "13 7 9 5" not working! All colors was grey when I started OregonRealm
http://s019.radikal.ru/i619/1409/e7/635d765532f8.png
p.s I fixed LogColors by replacing void Log::InitColors and void Log::SetColor from old core | 1.0 | No errors appears while loading server (BB #702) - This issue was migrated from bitbucket.
**Original Reporter:** PadreWoW
**Original Date:** 27.09.2014 11:00:22 GMT+0000
**Original Priority:** minor
**Original Type:** bug
**Original State:** duplicate
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/702
<hr>
1) No errors appears while loading server even there are errors in log files!
2) LogColors = "13 7 9 5" not working! All colors was grey when I started OregonRealm
http://s019.radikal.ru/i619/1409/e7/635d765532f8.png
p.s I fixed LogColors by replacing void Log::InitColors and void Log::SetColor from old core | priority | no errors appears while loading server bb this issue was migrated from bitbucket original reporter padrewow original date gmt original priority minor original type bug original state duplicate direct link no errors appears while loading server even there are errors in log files logcolors not working all colors was grey when i started oregonrealm p s i fixed logcolors by replacing void log initcolors and void log setcolor from old core | 1 |
444,352 | 12,810,367,587 | IssuesEvent | 2020-07-03 18:24:11 | wso2/identity-apps | https://api.github.com/repos/wso2/identity-apps | closed | Gravatar images in linked accounts are missing in user dropdown | Priority/Low Type/Bug User-Portal | **Describe the Issue:**
The gravatar images appear broken in linked accounts inside the user dropdown.
**How To Reproduce:**
1. Login to user portal.
2. Add an association and add a gravatar qualified email.
3. Open the user info dropdown in the top navigation.
4. Check the image of the association.
<img width="1233" alt="Screen Shot 2020-06-30 at 2 36 42 AM" src="https://user-images.githubusercontent.com/25959096/86056413-083a3e80-ba7b-11ea-8c67-e38978b37193.png">
**Expected behavior:**
Images should be displayed properly.
| 1.0 | Gravatar images in linked accounts are missing in user dropdown - **Describe the Issue:**
The gravatar images appear broken in linked accounts inside the user dropdown.
**How To Reproduce:**
1. Login to user portal.
2. Add an association and add a gravatar qualified email.
3. Open the user info dropdown in the top navigation.
4. Check the image of the association.
<img width="1233" alt="Screen Shot 2020-06-30 at 2 36 42 AM" src="https://user-images.githubusercontent.com/25959096/86056413-083a3e80-ba7b-11ea-8c67-e38978b37193.png">
**Expected behavior:**
Images should be displayed properly.
| priority | gravatar images in linked accounts are missing in user dropdown describe the issue the gravatar images appear broken in linked accounts inside the user dropdown how to reproduce login to user portal add an association and add a gravatar qualified email open the user info dropdown in the top navigation check the image of the association img width alt screen shot at am src expected behavior images should be displayed properly | 1 |
568,951 | 16,991,400,932 | IssuesEvent | 2021-06-30 21:02:58 | mlibrary/rsvp | https://api.github.com/repos/mlibrary/rsvp | opened | Add profiling hooks | Priority low | This is done when there is a minimally invasive way to invoke the Ruby profiler of choice either on the main binaries (process.rb, query.rb) or on the testsuite. | 1.0 | Add profiling hooks - This is done when there is a minimally invasive way to invoke the Ruby profiler of choice either on the main binaries (process.rb, query.rb) or on the testsuite. | priority | add profiling hooks this is done when there is a minimally invasive way to invoke the ruby profiler of choice either on the main binaries process rb query rb or on the testsuite | 1 |
117,838 | 4,728,380,596 | IssuesEvent | 2016-10-18 15:48:41 | CS2103AUG2016-W13-C3/main | https://api.github.com/repos/CS2103AUG2016-W13-C3/main | closed | As a user with upcoming events that have uncertain timings, I mark events as “unconfirmed”, and manage and view them as “pending time confirmation” | priority.low type.story | better track and manage events with uncertain timings that are pending confirmation | 1.0 | As a user with upcoming events that have uncertain timings, I mark events as “unconfirmed”, and manage and view them as “pending time confirmation” - better track and manage events with uncertain timings that are pending confirmation | priority | as a user with upcoming events that have uncertain timings i mark events as “unconfirmed” and manage and view them as “pending time confirmation” better track and manage events with uncertain timings that are pending confirmation | 1 |
416,105 | 12,139,512,270 | IssuesEvent | 2020-04-23 18:58:43 | GentenStudios/Phoenix | https://api.github.com/repos/GentenStudios/Phoenix | opened | Add render distance setting to debug menu (P menu) | enhancement help wanted priority-low | ## Story
Currently there's a way to change the render distance but it's hard coded so there needs to be a setting for it so the user can control it in game.
## MVP
What are the minimum features needed for this story?
- [ ] Add render distance setting in debug menu. | 1.0 | Add render distance setting to debug menu (P menu) - ## Story
Currently there's a way to change the render distance but it's hard coded so there needs to be a setting for it so the user can control it in game.
## MVP
What are the minimum features needed for this story?
- [ ] Add render distance setting in debug menu. | priority | add render distance setting to debug menu p menu story currently there s a way to change the render distance but it s hard coded so there needs to be a setting for it so the user can control it in game mvp what are the minimum features needed for this story add render distance setting in debug menu | 1 |
696,754 | 23,914,899,108 | IssuesEvent | 2022-09-09 11:46:02 | quickwit-oss/quickwit | https://api.github.com/repos/quickwit-oss/quickwit | closed | Display config info on service startup | enhancement low-priority | - Quickwit version and revision.
- Config file path
- Metastore URI
- Data dir path | 1.0 | Display config info on service startup - - Quickwit version and revision.
- Config file path
- Metastore URI
- Data dir path | priority | display config info on service startup quickwit version and revision config file path metastore uri data dir path | 1 |
497,875 | 14,396,094,880 | IssuesEvent | 2020-12-03 05:29:42 | InfiniteFlightAirportEditing/Airports | https://api.github.com/repos/InfiniteFlightAirportEditing/Airports | closed | KPAE- Snohomish County (Paine Field) Airport-WASHINGTON-USA | Being Redone Low Priority | This airpot hasn't been redone since 10 months and since it's the boeing field it should be freshend up :D
| 1.0 | KPAE- Snohomish County (Paine Field) Airport-WASHINGTON-USA - This airpot hasn't been redone since 10 months and since it's the boeing field it should be freshend up :D
| priority | kpae snohomish county paine field airport washington usa this airpot hasn t been redone since months and since it s the boeing field it should be freshend up d | 1 |
722,586 | 24,868,084,510 | IssuesEvent | 2022-10-27 13:26:20 | ncssar/radiolog | https://api.github.com/repos/ncssar/radiolog | closed | initial team tab display problem: truncated, with scroll arrows | bug Priority:Low cannotReproduce | In 3.1.0, after the first team call (Team 101 in this case):

resizing the main window by even one pixel changes the display to be as-expected:

| 1.0 | initial team tab display problem: truncated, with scroll arrows - In 3.1.0, after the first team call (Team 101 in this case):

resizing the main window by even one pixel changes the display to be as-expected:

| priority | initial team tab display problem truncated with scroll arrows in after the first team call team in this case resizing the main window by even one pixel changes the display to be as expected | 1 |
681,179 | 23,299,748,464 | IssuesEvent | 2022-08-07 06:04:14 | zot4plan/Zot4Plan | https://api.github.com/repos/zot4plan/Zot4Plan | opened | INS-17 LocalStorage | Priority: low Type: feature request | **Story**
Users can resume what they are working on even if they refresh the page.
| 1.0 | INS-17 LocalStorage - **Story**
Users can resume what they are working on even if they refresh the page.
| priority | ins localstorage story users can resume what they are working on even if they refresh the page | 1 |
451,083 | 13,024,231,715 | IssuesEvent | 2020-07-27 11:27:32 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | [Coverity CID :211511] Dereference after null check in subsys/net/ip/net_if.c | Coverity bug priority: low |
Static code scan issues found in file:
https://github.com/zephyrproject-rtos/zephyr/tree/565a61dd79b0f061056c9b3fe0adba11cbeca6ab/subsys/net/ip/net_if.c#L1081
Category: Null pointer dereferences
Function: `rs_timeout`
Component: Networking
CID: [211511](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=211511)
Details:
```
1075 }
1076
1077 if (!iface) {
1078 NET_DBG("RS no respond iface %p count %d",
1079 iface, ipv6->rs_count);
1080 if (ipv6->rs_count < RS_COUNT) {
>>> CID 211511: Null pointer dereferences (FORWARD_NULL)
>>> Passing null pointer "iface" to "net_if_start_rs", which dereferences it.
1081 net_if_start_rs(iface);
1082 }
1083 } else {
1084 NET_DBG("Interface IPv6 config %p not found", ipv6);
1085 }
1086
```
Please fix or provide comments in coverity using the link:
https://scan9.coverity.com/reports.htm#v32951/p12996.
Note: This issue was created automatically. Priority was set based on classification
of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
| 1.0 | [Coverity CID :211511] Dereference after null check in subsys/net/ip/net_if.c -
Static code scan issues found in file:
https://github.com/zephyrproject-rtos/zephyr/tree/565a61dd79b0f061056c9b3fe0adba11cbeca6ab/subsys/net/ip/net_if.c#L1081
Category: Null pointer dereferences
Function: `rs_timeout`
Component: Networking
CID: [211511](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=211511)
Details:
```
1075 }
1076
1077 if (!iface) {
1078 NET_DBG("RS no respond iface %p count %d",
1079 iface, ipv6->rs_count);
1080 if (ipv6->rs_count < RS_COUNT) {
>>> CID 211511: Null pointer dereferences (FORWARD_NULL)
>>> Passing null pointer "iface" to "net_if_start_rs", which dereferences it.
1081 net_if_start_rs(iface);
1082 }
1083 } else {
1084 NET_DBG("Interface IPv6 config %p not found", ipv6);
1085 }
1086
```
Please fix or provide comments in coverity using the link:
https://scan9.coverity.com/reports.htm#v32951/p12996.
Note: This issue was created automatically. Priority was set based on classification
of the file affected and the impact field in coverity. Assignees were set using the CODEOWNERS file.
| priority | dereference after null check in subsys net ip net if c static code scan issues found in file category null pointer dereferences function rs timeout component networking cid details if iface net dbg rs no respond iface p count d iface rs count if rs count rs count cid null pointer dereferences forward null passing null pointer iface to net if start rs which dereferences it net if start rs iface else net dbg interface config p not found please fix or provide comments in coverity using the link note this issue was created automatically priority was set based on classification of the file affected and the impact field in coverity assignees were set using the codeowners file | 1 |
712,792 | 24,507,499,658 | IssuesEvent | 2022-10-10 17:48:15 | pinkdragon1000/Fin | https://api.github.com/repos/pinkdragon1000/Fin | closed | Add Coveralls for Code Coverage in the repo | Low Priority | Coveralls is a web service that allows users to track the code coverage of their application over time in order to optimize the effectiveness of their unit tests.
https://github.com/marketplace/coveralls | 1.0 | Add Coveralls for Code Coverage in the repo - Coveralls is a web service that allows users to track the code coverage of their application over time in order to optimize the effectiveness of their unit tests.
https://github.com/marketplace/coveralls | priority | add coveralls for code coverage in the repo coveralls is a web service that allows users to track the code coverage of their application over time in order to optimize the effectiveness of their unit tests | 1 |
240,518 | 7,802,589,203 | IssuesEvent | 2018-06-10 14:18:49 | jahirfiquitiva/Blueprint | https://api.github.com/repos/jahirfiquitiva/Blueprint | closed | Add "new icon" screen | Priority: Low Status: Invalid Status: Needs Info Type: Feature Request | Would be awesome if you could add a tab or popup, where new icons in the update will be displayed. So the user can see all new icons with app names.
Just like this:
 | 1.0 | Add "new icon" screen - Would be awesome if you could add a tab or popup, where new icons in the update will be displayed. So the user can see all new icons with app names.
Just like this:
 | priority | add new icon screen would be awesome if you could add a tab or popup where new icons in the update will be displayed so the user can see all new icons with app names just like this | 1 |
243,965 | 7,868,803,829 | IssuesEvent | 2018-06-24 04:38:52 | btzy/circuit-playground | https://api.github.com/repos/btzy/circuit-playground | opened | Awkward workflow when entering selection mode when selector is not bound | Priority: Low Type: Problem | There are two ways to enter selection mode without needing the selector to be bound (ctrl-V and ctrl-A).
If a user wanted to move the selection in this situation, they would have to
1. explicitly bind the selector
2. move the selection
3. and optionally rebind the previous tool
which is quite troublesome for such a simple and common operation.
Possible solution:
Temporarily bind m1 and m2 to selector and panner and restore the previous tools when exiting selection mode. There are some interactions that have to be sorted out before this solution is implemented. For example, what should happen if the user tries to bind another tool before exiting selection mode? What if the selector or panner is already bound to m3?
| 1.0 | Awkward workflow when entering selection mode when selector is not bound - There are two ways to enter selection mode without needing the selector to be bound (ctrl-V and ctrl-A).
If a user wanted to move the selection in this situation, they would have to
1. explicitly bind the selector
2. move the selection
3. and optionally rebind the previous tool
which is quite troublesome for such a simple and common operation.
Possible solution:
Temporarily bind m1 and m2 to selector and panner and restore the previous tools when exiting selection mode. There are some interactions that have to be sorted out before this solution is implemented. For example, what should happen if the user tries to bind another tool before exiting selection mode? What if the selector or panner is already bound to m3?
| priority | awkward workflow when entering selection mode when selector is not bound there are two ways to enter selection mode without needing the selector to be bound ctrl v and ctrl a if a user wanted to move the selection in this situation they would have to explicitly bind the selector move the selection and optionally rebind the previous tool which is quite troublesome for such a simple and common operation possible solution temporarily bind and to selector and panner and restore the previous tools when exiting selection mode there are some interactions that have to be sorted out before this solution is implemented for example what should happen if the user tries to bind another tool before exiting selection mode what if the selector or panner is already bound to | 1 |
671,171 | 22,746,631,845 | IssuesEvent | 2022-07-07 09:44:06 | docker-mailserver/docker-mailserver | https://api.github.com/repos/docker-mailserver/docker-mailserver | closed | Is it posible to have a truted list (fail2ban) | meta/needs triage meta/help wanted kind/question priority/low | Hey, i got a status server who ask my mail server if he is online.
Now the mail server has blocked the ip of my status server.
Is there a way to always list the IP as not evil?
When I unbanned the IP, I got the following values:
Unbanned IP from dovecot and Unbanned IP from postfix-sasl.
Thanks for help! | 1.0 | Is it posible to have a truted list (fail2ban) - Hey, i got a status server who ask my mail server if he is online.
Now the mail server has blocked the ip of my status server.
Is there a way to always list the IP as not evil?
When I unbanned the IP, I got the following values:
Unbanned IP from dovecot and Unbanned IP from postfix-sasl.
Thanks for help! | priority | is it posible to have a truted list hey i got a status server who ask my mail server if he is online now the mail server has blocked the ip of my status server is there a way to always list the ip as not evil when i unbanned the ip i got the following values unbanned ip from dovecot and unbanned ip from postfix sasl thanks for help | 1 |
781,127 | 27,423,609,270 | IssuesEvent | 2023-03-01 18:29:38 | ramp4-pcar4/storylines-editor | https://api.github.com/repos/ramp4-pcar4/storylines-editor | closed | Remove logo if none is set | Bug Priority: High Workflow Development | If no logo is set in the Intro slide, a broken image is shown in its place.

This also affects the "Edit Metadata" screen, as it attempts to load the undefined logo and similarly displays a broken image.

| 1.0 | Remove logo if none is set - If no logo is set in the Intro slide, a broken image is shown in its place.

This also affects the "Edit Metadata" screen, as it attempts to load the undefined logo and similarly displays a broken image.

| priority | remove logo if none is set if no logo is set in the intro slide a broken image is shown in its place this also affects the edit metadata screen as it attempts to load the undefined logo and similarly displays a broken image | 1 |
656,850 | 21,778,218,515 | IssuesEvent | 2022-05-13 15:47:20 | SELab-2/OSOC-1 | https://api.github.com/repos/SELab-2/OSOC-1 | closed | Backend error on aborted request | bug help wanted low priority | ## What
When for example quickly changing the filters on the frontend page, the backend produces an error message.
I suspect this is because the get request gets canceled by frontend as soon as a new request is sent but I'm not sure.
This does not seem to have any impact besides the error message being shown in the backend console.
Error message:
```
2022-04-28 19:56:25.377 ERROR 2508 --- [nio-8080-exec-6] o.a.c.c.C.[.[.[.[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [/api] threw exception
java.lang.IllegalStateException: Cannot call sendError() after the response has been committed
at org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:472) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at javax.servlet.http.HttpServletResponseWrapper.sendError(HttpServletResponseWrapper.java:129) ~[tomcat-embed-core-9.0.56.jar:4.0.FR]
at javax.servlet.http.HttpServletResponseWrapper.sendError(HttpServletResponseWrapper.java:129) ~[tomcat-embed-core-9.0.56.jar:4.0.FR]
at org.springframework.security.web.util.OnCommittedResponseWrapper.sendError(OnCommittedResponseWrapper.java:116) ~[spring-security-web-5.6.1.jar:5.6.1]
at be.osoc.team1.backend.security.AuthorizationFilter.respondException(AuthorizationFilter.kt:52) ~[classes/:na]
at be.osoc.team1.backend.security.AuthorizationFilter.doFilterInternal(AuthorizationFilter.kt:42) ~[classes/:na]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.15.jar:5.3.15]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-5.3.15.jar:5.3.15]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.15.jar:5.3.15]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.15.jar:5.3.15]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.15.jar:5.3.15]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354) ~[spring-web-5.3.15.jar:5.3.15]
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267) ~[spring-web-5.3.15.jar:5.3.15]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-5.3.15.jar:5.3.15]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.15.jar:5.3.15]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-5.3.15.jar:5.3.15]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.15.jar:5.3.15]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-5.3.15.jar:5.3.15]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.15.jar:5.3.15]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:895) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1732) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at java.base/java.lang.Thread.run(Thread.java:833) ~[na:na]
``` | 1.0 | Backend error on aborted request - ## What
When for example quickly changing the filters on the frontend page, the backend produces an error message.
I suspect this is because the get request gets canceled by frontend as soon as a new request is sent but I'm not sure.
This does not seem to have any impact besides the error message being shown in the backend console.
Error message:
```
2022-04-28 19:56:25.377 ERROR 2508 --- [nio-8080-exec-6] o.a.c.c.C.[.[.[.[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [/api] threw exception
java.lang.IllegalStateException: Cannot call sendError() after the response has been committed
at org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:472) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at javax.servlet.http.HttpServletResponseWrapper.sendError(HttpServletResponseWrapper.java:129) ~[tomcat-embed-core-9.0.56.jar:4.0.FR]
at javax.servlet.http.HttpServletResponseWrapper.sendError(HttpServletResponseWrapper.java:129) ~[tomcat-embed-core-9.0.56.jar:4.0.FR]
at org.springframework.security.web.util.OnCommittedResponseWrapper.sendError(OnCommittedResponseWrapper.java:116) ~[spring-security-web-5.6.1.jar:5.6.1]
at be.osoc.team1.backend.security.AuthorizationFilter.respondException(AuthorizationFilter.kt:52) ~[classes/:na]
at be.osoc.team1.backend.security.AuthorizationFilter.doFilterInternal(AuthorizationFilter.kt:42) ~[classes/:na]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.15.jar:5.3.15]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:103) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:89) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.web.filter.CorsFilter.doFilterInternal(CorsFilter.java:91) ~[spring-web-5.3.15.jar:5.3.15]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.15.jar:5.3.15]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:90) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:75) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.15.jar:5.3.15]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:110) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:80) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:55) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.15.jar:5.3.15]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:336) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:211) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:183) ~[spring-security-web-5.6.1.jar:5.6.1]
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:354) ~[spring-web-5.3.15.jar:5.3.15]
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:267) ~[spring-web-5.3.15.jar:5.3.15]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-5.3.15.jar:5.3.15]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.15.jar:5.3.15]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-5.3.15.jar:5.3.15]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.15.jar:5.3.15]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-5.3.15.jar:5.3.15]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) ~[spring-web-5.3.15.jar:5.3.15]
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:197) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:382) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:895) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1732) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) ~[tomcat-embed-core-9.0.56.jar:9.0.56]
at java.base/java.lang.Thread.run(Thread.java:833) ~[na:na]
``` | priority | backend error on aborted request what when for example quickly changing the filters on the frontend page the backend produces an error message i suspect this is because the get request gets canceled by frontend as soon as a new request is sent but i m not sure this does not seem to have any impact besides the error message being shown in the backend console error message error o a c c c servlet service for servlet in context with path threw exception java lang illegalstateexception cannot call senderror after the response has been committed at org apache catalina connector responsefacade senderror responsefacade java at javax servlet http httpservletresponsewrapper senderror httpservletresponsewrapper java at javax servlet http httpservletresponsewrapper senderror httpservletresponsewrapper java at org springframework security web util oncommittedresponsewrapper senderror oncommittedresponsewrapper java at be osoc backend security authorizationfilter respondexception authorizationfilter kt at be osoc backend security authorizationfilter dofilterinternal authorizationfilter kt at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java at org springframework security web filterchainproxy virtualfilterchain dofilter filterchainproxy java at org springframework security web authentication logout logoutfilter dofilter logoutfilter java at org springframework security web authentication logout logoutfilter dofilter logoutfilter java at org springframework security web filterchainproxy virtualfilterchain dofilter filterchainproxy java at org springframework web filter corsfilter dofilterinternal corsfilter java at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java at org springframework security web filterchainproxy virtualfilterchain dofilter filterchainproxy java at org springframework security web header headerwriterfilter doheadersafter headerwriterfilter java at org springframework security web header headerwriterfilter dofilterinternal headerwriterfilter java at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java at org springframework security web filterchainproxy virtualfilterchain dofilter filterchainproxy java at org springframework security web context securitycontextpersistencefilter dofilter securitycontextpersistencefilter java at org springframework security web context securitycontextpersistencefilter dofilter securitycontextpersistencefilter java at org springframework security web filterchainproxy virtualfilterchain dofilter filterchainproxy java at org springframework security web context request async webasyncmanagerintegrationfilter dofilterinternal webasyncmanagerintegrationfilter java at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java at org springframework security web filterchainproxy virtualfilterchain dofilter filterchainproxy java at org springframework security web filterchainproxy dofilterinternal filterchainproxy java at org springframework security web filterchainproxy dofilter filterchainproxy java at org springframework web filter delegatingfilterproxy invokedelegate delegatingfilterproxy java at org springframework web filter delegatingfilterproxy dofilter delegatingfilterproxy java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org springframework web filter requestcontextfilter dofilterinternal requestcontextfilter java at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org springframework web filter formcontentfilter dofilterinternal formcontentfilter java at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org springframework web filter characterencodingfilter dofilterinternal characterencodingfilter java at org springframework web filter onceperrequestfilter dofilter onceperrequestfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache catalina core standardwrappervalve invoke standardwrappervalve java at org apache catalina core standardcontextvalve invoke standardcontextvalve java at org apache catalina authenticator authenticatorbase invoke authenticatorbase java at org apache catalina core standardhostvalve invoke standardhostvalve java at org apache catalina valves errorreportvalve invoke errorreportvalve java at org apache catalina core standardenginevalve invoke standardenginevalve java at org apache catalina connector coyoteadapter service coyoteadapter java at org apache coyote service java at org apache coyote abstractprocessorlight process abstractprocessorlight java at org apache coyote abstractprotocol connectionhandler process abstractprotocol java at org apache tomcat util net nioendpoint socketprocessor dorun nioendpoint java at org apache tomcat util net socketprocessorbase run socketprocessorbase java at org apache tomcat util threads threadpoolexecutor runworker threadpoolexecutor java at org apache tomcat util threads threadpoolexecutor worker run threadpoolexecutor java at org apache tomcat util threads taskthread wrappingrunnable run taskthread java at java base java lang thread run thread java | 1 |
529,576 | 15,391,617,266 | IssuesEvent | 2021-03-03 14:45:45 | awb-carleton/practicum | https://api.github.com/repos/awb-carleton/practicum | opened | Break highlighting in nested for loops | bug low priority | When you break out of an inner for loop the highlighting is somewhat confused, it jumps back to the start of the inner for loop while saying we're not going to be inside of it anymore before then moving back to the outer. | 1.0 | Break highlighting in nested for loops - When you break out of an inner for loop the highlighting is somewhat confused, it jumps back to the start of the inner for loop while saying we're not going to be inside of it anymore before then moving back to the outer. | priority | break highlighting in nested for loops when you break out of an inner for loop the highlighting is somewhat confused it jumps back to the start of the inner for loop while saying we re not going to be inside of it anymore before then moving back to the outer | 1 |
258,861 | 8,180,351,165 | IssuesEvent | 2018-08-28 19:11:20 | mark-cunningham/Impact | https://api.github.com/repos/mark-cunningham/Impact | closed | Priority charts - add key to table | Priority: Low enhancement | In the displays of stakeholder information there is unnecessary repetition of priorities. You have the percentage breakdowns against each priority at the top and then these are stated again below with the colour reference. Wouldn't it be simpler to retain the top written priorities but have a small colour block on the left of each, indicating the colour reference on the charts, and discard the repeated colour reference lines below?

| 1.0 | Priority charts - add key to table - In the displays of stakeholder information there is unnecessary repetition of priorities. You have the percentage breakdowns against each priority at the top and then these are stated again below with the colour reference. Wouldn't it be simpler to retain the top written priorities but have a small colour block on the left of each, indicating the colour reference on the charts, and discard the repeated colour reference lines below?

| priority | priority charts add key to table in the displays of stakeholder information there is unnecessary repetition of priorities you have the percentage breakdowns against each priority at the top and then these are stated again below with the colour reference wouldn t it be simpler to retain the top written priorities but have a small colour block on the left of each indicating the colour reference on the charts and discard the repeated colour reference lines below | 1 |
126,193 | 4,973,835,725 | IssuesEvent | 2016-12-06 02:58:51 | duckduckgo/zeroclickinfo-fathead | https://api.github.com/repos/duckduckgo/zeroclickinfo-fathead | closed | YUI3: Switch to use new Fathead Template Elements | Difficulty: Low Low-Hanging Fruit Mission: Programming Priority: Low Status: Needs a Developer | We now have [Fathead Template Elements](https://docs.duckduckhack.com/resources/fathead-overview.html#formatting-the-abstract) designed specifically for Programming Fatheads. These are HTML elements that should be added to the output.txt by each Programming Fathead's parsing script(s).
This Fathead should be updated to use the templates:
- The entire abstract should be wrapped in a `<div>` with class `prog__container`
- Any text before/after the code blocks must be wrapped in `<p>` tags
- Any subheadings should be wrapped in a `<div>` with class `prog__sub`
Here is an example:
``` html
<section class="prog__container">
<p>Creates a JavaScript Date instance that represents a single moment in time.</p>
<pre>
<code>
new Date;
new Date(value);
new Date(dateString);
new Date(year, month[, day[, hour[, minutes[, seconds[, milliseconds]]]]]);
</code>
</pre>
<span class="prog__sub">Return Value</span>
<p>The removed element.</p>
</section>
```
---
This issue is part of the [Programming Mission](https://forum.duckduckhack.com/t/duckduckhack-programming-mission-overview/53): help us improve the results for [CSS related searches](https://forum.duckduckhack.com/t/css-search-overview)!
---
IA Page: http://duck.co/ia/view/yui3
[Maintainer](http://docs.duckduckhack.com/maintaining/guidelines.html): @gaganpreet
| 1.0 | YUI3: Switch to use new Fathead Template Elements - We now have [Fathead Template Elements](https://docs.duckduckhack.com/resources/fathead-overview.html#formatting-the-abstract) designed specifically for Programming Fatheads. These are HTML elements that should be added to the output.txt by each Programming Fathead's parsing script(s).
This Fathead should be updated to use the templates:
- The entire abstract should be wrapped in a `<div>` with class `prog__container`
- Any text before/after the code blocks must be wrapped in `<p>` tags
- Any subheadings should be wrapped in a `<div>` with class `prog__sub`
Here is an example:
``` html
<section class="prog__container">
<p>Creates a JavaScript Date instance that represents a single moment in time.</p>
<pre>
<code>
new Date;
new Date(value);
new Date(dateString);
new Date(year, month[, day[, hour[, minutes[, seconds[, milliseconds]]]]]);
</code>
</pre>
<span class="prog__sub">Return Value</span>
<p>The removed element.</p>
</section>
```
---
This issue is part of the [Programming Mission](https://forum.duckduckhack.com/t/duckduckhack-programming-mission-overview/53): help us improve the results for [CSS related searches](https://forum.duckduckhack.com/t/css-search-overview)!
---
IA Page: http://duck.co/ia/view/yui3
[Maintainer](http://docs.duckduckhack.com/maintaining/guidelines.html): @gaganpreet
| priority | switch to use new fathead template elements we now have designed specifically for programming fatheads these are html elements that should be added to the output txt by each programming fathead s parsing script s this fathead should be updated to use the templates the entire abstract should be wrapped in a with class prog container any text before after the code blocks must be wrapped in tags any subheadings should be wrapped in a with class prog sub here is an example html creates a javascript date instance that represents a single moment in time new date new date value new date datestring new date year month return value the removed element this issue is part of the help us improve the results for ia page gaganpreet | 1 |
801,028 | 28,451,042,479 | IssuesEvent | 2023-04-17 00:36:41 | FabMo/FabMo-Engine | https://api.github.com/repos/FabMo/FabMo-Engine | opened | Disable Keypad Icon when file running ... | severity_4_NiceToFix priority_3_Low | The manual Keypad can not be brought up when a file is running or a move or macro is underway. That is appropriate. However, it would probably be a good idea to show the icon as disabled or hidden in these conditions. | 1.0 | Disable Keypad Icon when file running ... - The manual Keypad can not be brought up when a file is running or a move or macro is underway. That is appropriate. However, it would probably be a good idea to show the icon as disabled or hidden in these conditions. | priority | disable keypad icon when file running the manual keypad can not be brought up when a file is running or a move or macro is underway that is appropriate however it would probably be a good idea to show the icon as disabled or hidden in these conditions | 1 |
400,150 | 11,769,807,634 | IssuesEvent | 2020-03-15 16:26:53 | kir-dev/pek-next | https://api.github.com/repos/kir-dev/pek-next | opened | Buttons on group page | UI / UX bug priority: low | On groups page, not showed right side buttons still take place due to their container the being inserted to DOM with margins.

| 1.0 | Buttons on group page - On groups page, not showed right side buttons still take place due to their container the being inserted to DOM with margins.

| priority | buttons on group page on groups page not showed right side buttons still take place due to their container the being inserted to dom with margins | 1 |
675,697 | 23,101,913,468 | IssuesEvent | 2022-07-27 04:18:34 | MTrop/DoomTools | https://api.github.com/repos/MTrop/DoomTools | closed | [DECOHack] Add Boom DeHackEd Sound Fields, Maybe | help wanted low priority on hold | So apparently, a long time ago, Boom introduced a gaggle of undocumented sound extensions like Initial Pitch and Volume and other things into its DeHackEd. It has made its way into other ports, but it is not widely implemented.
From Eternity:
```
static constexpr const char *deh_sfxinfo[] =
{
"Offset", // pointer to a name string, changed in text
"Zero/One", // .singularity (int, one at a time flag)
"Value", // .priority
"Zero 1", // .link (sfxinfo_t*) referenced sound if linked
"Zero 2", // .pitch
"Zero 3", // .volume
"Zero 4", // .data (SAMPLE*) sound data
"Neg. One 1", // .usefulness
"Neg. One 2" // .lumpnum
};
```
Until we know how widespread its use is, this will not be implemented, but I'm just making this issue for awareness, since it seems to be at the very least parse-able from Boom-compatible ports and onward. | 1.0 | [DECOHack] Add Boom DeHackEd Sound Fields, Maybe - So apparently, a long time ago, Boom introduced a gaggle of undocumented sound extensions like Initial Pitch and Volume and other things into its DeHackEd. It has made its way into other ports, but it is not widely implemented.
From Eternity:
```
static constexpr const char *deh_sfxinfo[] =
{
"Offset", // pointer to a name string, changed in text
"Zero/One", // .singularity (int, one at a time flag)
"Value", // .priority
"Zero 1", // .link (sfxinfo_t*) referenced sound if linked
"Zero 2", // .pitch
"Zero 3", // .volume
"Zero 4", // .data (SAMPLE*) sound data
"Neg. One 1", // .usefulness
"Neg. One 2" // .lumpnum
};
```
Until we know how widespread its use is, this will not be implemented, but I'm just making this issue for awareness, since it seems to be at the very least parse-able from Boom-compatible ports and onward. | priority | add boom dehacked sound fields maybe so apparently a long time ago boom introduced a gaggle of undocumented sound extensions like initial pitch and volume and other things into its dehacked it has made its way into other ports but it is not widely implemented from eternity static constexpr const char deh sfxinfo offset pointer to a name string changed in text zero one singularity int one at a time flag value priority zero link sfxinfo t referenced sound if linked zero pitch zero volume zero data sample sound data neg one usefulness neg one lumpnum until we know how widespread its use is this will not be implemented but i m just making this issue for awareness since it seems to be at the very least parse able from boom compatible ports and onward | 1 |
112,297 | 4,519,016,873 | IssuesEvent | 2016-09-06 03:13:04 | nickspeal/musicThisWeek | https://api.github.com/repos/nickspeal/musicThisWeek | opened | Playlist icon doesnt change with new search | Bug Priority: Low | When a single user enters new search params to update/change their MTW playlist, the playlist image (four album covers) usually doesn't change. It seems to change if the user logs out of their spotify account then logs back in again. | 1.0 | Playlist icon doesnt change with new search - When a single user enters new search params to update/change their MTW playlist, the playlist image (four album covers) usually doesn't change. It seems to change if the user logs out of their spotify account then logs back in again. | priority | playlist icon doesnt change with new search when a single user enters new search params to update change their mtw playlist the playlist image four album covers usually doesn t change it seems to change if the user logs out of their spotify account then logs back in again | 1 |
655,799 | 21,709,735,228 | IssuesEvent | 2022-05-10 12:57:42 | naturalcrit/homebrewery | https://api.github.com/repos/naturalcrit/homebrewery | closed | Problems with Chrome | P3 - low priority | Hi everyone,
i've started a new project on The Homebrewery, but i use to code in Firefox and I use Chrome just to export pdfs.
Right now, I have two problems to solve, and both of them happen just when I use Chrome.
**First one** is that I have an unwanted space between a table and the upper text.
This is the screenshot and the code.
[Screenshot](https://i.imgur.com/MjwAaNe.png)
And [Code](https://i.imgur.com/8zsuCvY.png).
**Second** issue is about the tables. I'm using the simple ones to make the Ideals/Bond/Flaws features, just like in the PHB, but i've noted that **just in chrome** the format has a problem when I write too much, and the first column starts to became narrow.
This is the screenshot and the code.
[Screenshot](https://i.imgur.com/bkDg3W6.png)
And [Code](https://i.imgur.com/c3X1dgh.png).
Can you guys please help me?
Thank you! | 1.0 | Problems with Chrome - Hi everyone,
i've started a new project on The Homebrewery, but i use to code in Firefox and I use Chrome just to export pdfs.
Right now, I have two problems to solve, and both of them happen just when I use Chrome.
**First one** is that I have an unwanted space between a table and the upper text.
This is the screenshot and the code.
[Screenshot](https://i.imgur.com/MjwAaNe.png)
And [Code](https://i.imgur.com/8zsuCvY.png).
**Second** issue is about the tables. I'm using the simple ones to make the Ideals/Bond/Flaws features, just like in the PHB, but i've noted that **just in chrome** the format has a problem when I write too much, and the first column starts to became narrow.
This is the screenshot and the code.
[Screenshot](https://i.imgur.com/bkDg3W6.png)
And [Code](https://i.imgur.com/c3X1dgh.png).
Can you guys please help me?
Thank you! | priority | problems with chrome hi everyone i ve started a new project on the homebrewery but i use to code in firefox and i use chrome just to export pdfs right now i have two problems to solve and both of them happen just when i use chrome first one is that i have an unwanted space between a table and the upper text this is the screenshot and the code and second issue is about the tables i m using the simple ones to make the ideals bond flaws features just like in the phb but i ve noted that just in chrome the format has a problem when i write too much and the first column starts to became narrow this is the screenshot and the code and can you guys please help me thank you | 1 |
300,152 | 9,206,194,598 | IssuesEvent | 2019-03-08 13:01:32 | qissue-bot/QGIS | https://api.github.com/repos/qissue-bot/QGIS | closed | markers in point symbology dialog are draggable | Category: Symbology Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report | ---
Author Name: **barryrowlingson -** (barryrowlingson -)
Original Redmine Issue: 1481, https://issues.qgis.org/issues/1481
Original Assignee: nobody -
---
create a vector layer of points, go Properties, Symbology tab, then you can drag n drop the various markers around (circle, square, tent, tree etc etc). Doesn't do me any harm (although cgs_bob reports that his markers disappear) and the markers reappear in their proper places next time.
qgis 1.0.0 on ubuntu hardy + qt 4.3.4
---
- [2009-07-03-153909_360x413_scrot.png](https://issues.qgis.org/attachments/download/2204/2009-07-03-153909_360x413_scrot.png) (barryrowlingson -) | 1.0 | markers in point symbology dialog are draggable - ---
Author Name: **barryrowlingson -** (barryrowlingson -)
Original Redmine Issue: 1481, https://issues.qgis.org/issues/1481
Original Assignee: nobody -
---
create a vector layer of points, go Properties, Symbology tab, then you can drag n drop the various markers around (circle, square, tent, tree etc etc). Doesn't do me any harm (although cgs_bob reports that his markers disappear) and the markers reappear in their proper places next time.
qgis 1.0.0 on ubuntu hardy + qt 4.3.4
---
- [2009-07-03-153909_360x413_scrot.png](https://issues.qgis.org/attachments/download/2204/2009-07-03-153909_360x413_scrot.png) (barryrowlingson -) | priority | markers in point symbology dialog are draggable author name barryrowlingson barryrowlingson original redmine issue original assignee nobody create a vector layer of points go properties symbology tab then you can drag n drop the various markers around circle square tent tree etc etc doesn t do me any harm although cgs bob reports that his markers disappear and the markers reappear in their proper places next time qgis on ubuntu hardy qt barryrowlingson | 1 |
2,762 | 2,533,223,524 | IssuesEvent | 2015-01-23 21:39:11 | sharewave/frontus | https://api.github.com/repos/sharewave/frontus | closed | Use gmail CTA functionality on document shares | enhancement low priority Will Not | Really neat feature of gmail. A cool extra but low priority.
https://developers.google.com/gmail/actions/reference/one-click-action | 1.0 | Use gmail CTA functionality on document shares - Really neat feature of gmail. A cool extra but low priority.
https://developers.google.com/gmail/actions/reference/one-click-action | priority | use gmail cta functionality on document shares really neat feature of gmail a cool extra but low priority | 1 |
34,972 | 2,789,640,340 | IssuesEvent | 2015-05-08 20:34:07 | google/google-visualization-api-issues | https://api.github.com/repos/google/google-visualization-api-issues | opened | Add functionality to move rows up and down to the table visualization | Priority-Low Type-Enhancement | Original [issue 3](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=3) created by google-admin on 2009-07-23T10:47:39.000Z:
<b>What would you like to see us add to this API?</b>
I would love to have the option to move rows up and down with the table
visualization. This should go down all the way to the datatable so the data
can be serializes and unserializes in the right order.
and in the same subject, another cool feature is to be able to move entire
row from one table to another.
<b>What component is this issue related to (PieChart, LineChart, DataTable,</b>
<b>Query, etc)?</b>
This is relevant specially to the table visualization but other viz can
benefit from the ability to change the rows order.
<b>*********************************************************</b>
<b>For developers viewing this issue: please click the 'star' icon to be</b>
<b>notified of future changes, and to let us know how many of you are</b>
<b>interested in seeing it resolved.</b>
<b>*********************************************************</b>
| 1.0 | Add functionality to move rows up and down to the table visualization - Original [issue 3](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=3) created by google-admin on 2009-07-23T10:47:39.000Z:
<b>What would you like to see us add to this API?</b>
I would love to have the option to move rows up and down with the table
visualization. This should go down all the way to the datatable so the data
can be serializes and unserializes in the right order.
and in the same subject, another cool feature is to be able to move entire
row from one table to another.
<b>What component is this issue related to (PieChart, LineChart, DataTable,</b>
<b>Query, etc)?</b>
This is relevant specially to the table visualization but other viz can
benefit from the ability to change the rows order.
<b>*********************************************************</b>
<b>For developers viewing this issue: please click the 'star' icon to be</b>
<b>notified of future changes, and to let us know how many of you are</b>
<b>interested in seeing it resolved.</b>
<b>*********************************************************</b>
| priority | add functionality to move rows up and down to the table visualization original created by google admin on what would you like to see us add to this api i would love to have the option to move rows up and down with the table visualization this should go down all the way to the datatable so the data can be serializes and unserializes in the right order and in the same subject another cool feature is to be able to move entire row from one table to another what component is this issue related to piechart linechart datatable query etc this is relevant specially to the table visualization but other viz can benefit from the ability to change the rows order for developers viewing this issue please click the star icon to be notified of future changes and to let us know how many of you are interested in seeing it resolved | 1 |
751,599 | 26,250,879,123 | IssuesEvent | 2023-01-05 19:11:28 | AleoHQ/leo | https://api.github.com/repos/AleoHQ/leo | closed | [Proposal] Make `if expr block (else block)?` an expression | feature module-ast module-abnf priority-low | ## 💥 Proposal
So you could e.g., write:
```rust
let foo = if a == 42 { 12 } else { 21 };
```
After this, the ternary expression form can be removed as redundant. | 1.0 | [Proposal] Make `if expr block (else block)?` an expression - ## 💥 Proposal
So you could e.g., write:
```rust
let foo = if a == 42 { 12 } else { 21 };
```
After this, the ternary expression form can be removed as redundant. | priority | make if expr block else block an expression 💥 proposal so you could e g write rust let foo if a else after this the ternary expression form can be removed as redundant | 1 |
635,826 | 20,510,115,668 | IssuesEvent | 2022-03-01 04:58:16 | Illinois-Tech-Motorsports/Dashboard-2022 | https://api.github.com/repos/Illinois-Tech-Motorsports/Dashboard-2022 | opened | Temperature gauges | Low Priority | Implement temperature gauges to main page. Mainly to display battery temperature. | 1.0 | Temperature gauges - Implement temperature gauges to main page. Mainly to display battery temperature. | priority | temperature gauges implement temperature gauges to main page mainly to display battery temperature | 1 |
59,060 | 3,102,645,946 | IssuesEvent | 2015-08-31 01:34:41 | roughwood/DrainDirector-Client | https://api.github.com/repos/roughwood/DrainDirector-Client | opened | Login flow prompting user to enter a device name | enhancement priority-low | Default the field to what the device's model is | 1.0 | Login flow prompting user to enter a device name - Default the field to what the device's model is | priority | login flow prompting user to enter a device name default the field to what the device s model is | 1 |
764,992 | 26,827,778,429 | IssuesEvent | 2023-02-02 14:05:02 | patternfly/patternfly-elements | https://api.github.com/repos/patternfly/patternfly-elements | closed | pfe-accordion: accessibility voiceover broken on collapse event | priority: low bug | ## Description of the issue
When collapsing an accordion with voice reader enabled the collapse event does not trigger a response from the voice reader where the expand event does.
### Impacted component(s)
- pfe-accordion | 1.0 | pfe-accordion: accessibility voiceover broken on collapse event - ## Description of the issue
When collapsing an accordion with voice reader enabled the collapse event does not trigger a response from the voice reader where the expand event does.
### Impacted component(s)
- pfe-accordion | priority | pfe accordion accessibility voiceover broken on collapse event description of the issue when collapsing an accordion with voice reader enabled the collapse event does not trigger a response from the voice reader where the expand event does impacted component s pfe accordion | 1 |
264,542 | 8,316,488,567 | IssuesEvent | 2018-09-25 09:11:36 | mplusmuseum/mplusmuseum-graphql | https://api.github.com/repos/mplusmuseum/mplusmuseum-graphql | closed | handle elasticsearch not found | Low Priority task | When we start the server, we should do an exponential backoff starting at 1s to reconnect to elasticsearch. | 1.0 | handle elasticsearch not found - When we start the server, we should do an exponential backoff starting at 1s to reconnect to elasticsearch. | priority | handle elasticsearch not found when we start the server we should do an exponential backoff starting at to reconnect to elasticsearch | 1 |
819,833 | 30,752,427,118 | IssuesEvent | 2023-07-28 20:40:48 | paleobot/pbot-dev | https://api.github.com/repos/paleobot/pbot-dev | closed | View registration info | enhancement low priority | Short bio's are requested when people register- can these be displayed as part of the person node search results? The rationale for asking for this was to allow people to make connections within the community, but I don't believe they are currently viewable anywhere. | 1.0 | View registration info - Short bio's are requested when people register- can these be displayed as part of the person node search results? The rationale for asking for this was to allow people to make connections within the community, but I don't believe they are currently viewable anywhere. | priority | view registration info short bio s are requested when people register can these be displayed as part of the person node search results the rationale for asking for this was to allow people to make connections within the community but i don t believe they are currently viewable anywhere | 1 |
561,859 | 16,625,985,134 | IssuesEvent | 2021-06-03 09:36:23 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | Bluetooth: host: CCC store not correctly handled for multiple connections | area: Bluetooth area: Bluetooth Host bug priority: low | **Describe the bug**
Reported on slack:
> I see a problem in bt_gatt_attr_write_ccc function (gatt.c L1749). The cfg value is compared to ccc value ("Highest value of all connected peer's subscriptions"). I am not sure why "Highest value" is of interest here. A subscription flag (boolean) indicating whether a subscription has been made makes more sense to me. Anyway, the compare made in bt_gatt_attr_write_ccc function (L1749) will result in gatt_ccc_store.work NOT submitted for a second device subscribing for notification and subscription will be lost for second device on reboot!
I am not familiar with the code in gatt.c but looks like the following code (from L1744)
...
cfg->value = value;
BT_DBG("handle 0x%04x value %u", attr->handle, cfg->value);
/* Update cfg if don't match */
if (cfg->value != ccc->value) {
gatt_ccc_changed(attr, ccc);
...
should be replaced by
...
BT_DBG("handle 0x%04x value %u", attr->handle, value);
/* Update cfg if don't match */
if (cfg->value != value) {
cfg->value = value;
gatt_ccc_changed(attr, ccc);
...
Reported issue is pointing out that storing for CCC configurations are not correctly handled when multiple connections are subscribed to the same attribue when using CCC store on write feature.
This is because the same condition for delivering the CCC changed callback is used to enqueue CCC stores.
This condition only handles the difference between "any connection is subscribed" and "no connection is subscribed".
Instead CCCs should be stored if the value for the connection is different from the already stored value for the connection.
**Expected behavior**
CCCs should be stored when updated by application.
**Impact**
CCC store on write does not work for multiple connections.
**Workaround**
Don't use CONFIG_BT_SETTINGS_CCC_STORE_ON_WRITE together with CONFIG_BT_MAX_CONN > 1 | 1.0 | Bluetooth: host: CCC store not correctly handled for multiple connections - **Describe the bug**
Reported on slack:
> I see a problem in bt_gatt_attr_write_ccc function (gatt.c L1749). The cfg value is compared to ccc value ("Highest value of all connected peer's subscriptions"). I am not sure why "Highest value" is of interest here. A subscription flag (boolean) indicating whether a subscription has been made makes more sense to me. Anyway, the compare made in bt_gatt_attr_write_ccc function (L1749) will result in gatt_ccc_store.work NOT submitted for a second device subscribing for notification and subscription will be lost for second device on reboot!
I am not familiar with the code in gatt.c but looks like the following code (from L1744)
...
cfg->value = value;
BT_DBG("handle 0x%04x value %u", attr->handle, cfg->value);
/* Update cfg if don't match */
if (cfg->value != ccc->value) {
gatt_ccc_changed(attr, ccc);
...
should be replaced by
...
BT_DBG("handle 0x%04x value %u", attr->handle, value);
/* Update cfg if don't match */
if (cfg->value != value) {
cfg->value = value;
gatt_ccc_changed(attr, ccc);
...
Reported issue is pointing out that storing for CCC configurations are not correctly handled when multiple connections are subscribed to the same attribue when using CCC store on write feature.
This is because the same condition for delivering the CCC changed callback is used to enqueue CCC stores.
This condition only handles the difference between "any connection is subscribed" and "no connection is subscribed".
Instead CCCs should be stored if the value for the connection is different from the already stored value for the connection.
**Expected behavior**
CCCs should be stored when updated by application.
**Impact**
CCC store on write does not work for multiple connections.
**Workaround**
Don't use CONFIG_BT_SETTINGS_CCC_STORE_ON_WRITE together with CONFIG_BT_MAX_CONN > 1 | priority | bluetooth host ccc store not correctly handled for multiple connections describe the bug reported on slack i see a problem in bt gatt attr write ccc function gatt c the cfg value is compared to ccc value highest value of all connected peer s subscriptions i am not sure why highest value is of interest here a subscription flag boolean indicating whether a subscription has been made makes more sense to me anyway the compare made in bt gatt attr write ccc function will result in gatt ccc store work not submitted for a second device subscribing for notification and subscription will be lost for second device on reboot i am not familiar with the code in gatt c but looks like the following code from cfg value value bt dbg handle value u attr handle cfg value update cfg if don t match if cfg value ccc value gatt ccc changed attr ccc should be replaced by bt dbg handle value u attr handle value update cfg if don t match if cfg value value cfg value value gatt ccc changed attr ccc reported issue is pointing out that storing for ccc configurations are not correctly handled when multiple connections are subscribed to the same attribue when using ccc store on write feature this is because the same condition for delivering the ccc changed callback is used to enqueue ccc stores this condition only handles the difference between any connection is subscribed and no connection is subscribed instead cccs should be stored if the value for the connection is different from the already stored value for the connection expected behavior cccs should be stored when updated by application impact ccc store on write does not work for multiple connections workaround don t use config bt settings ccc store on write together with config bt max conn | 1 |
744,222 | 25,933,942,152 | IssuesEvent | 2022-12-16 12:29:50 | containrrr/watchtower | https://api.github.com/repos/containrrr/watchtower | opened | [Feature Request] Only use custom credentials for certain labels | Type: Enhancement Priority: Low Status: Available | ### Is your feature request related to a problem? Please describe.
When running watchtower I have the option of using custom credentials
```
REPO_USER=username
REPO_PASS=password
```
But I, like I assume most users, don't pull all my images from my private repo, most are pulled from Docker Hub.
As it stands if I set custom Repo credentials all the Docker ones give an error
If I don't set it all the private ones do
So as of how I have to set up 2 Towers, & set them each with a label to monitor on on one & off on the other. But then you can't have some that actually get ignored.
### Describe the solution you'd like
It would be nice to have a `com.centurylinklabs.watchtower.custom` or `com.centurylinklabs.watchtower.credentials` label to make it so that those labeled will use the custom credentials while those not labeled will not.
Either that or let us use user-defined labels so I could have something like `watchtower.credentials.johnny` for ones that update using the custom credentials argument or `watchtower.credentials.docker` to act as though no custom arguments are set.
I'm sure this is less of an issue if using the Docker `config.json` but running under Docker Desktop that isn't an option.
Ideally it'd be nice to be able to specify credentials for multiple custom repos, though not something I personally would use I'm sure there are those who would.
Perhaps
```yaml
version: "3"
services:
portainer_agent:
image: portainer/agent:latest
network_mode: "host"
ports:
- 9001:9001
restart: always
labels:
- "com.centurylinklabs.watchtower.michelangelo=true"
mosquitto:
image: eclipse-mosquitto
container_name: buzzbuzz
ports:
- 1883:1883
restart: always
labels:
- "com.centurylinklabs.watchtower.salvador=true"
registry: # Custom Docker Repo Container
container_name: putstuffhere
image: registry:latest
ports:
- 5000:5000
restart: unless-stopped
labels:
- "com.centurylinklabs.watchtower.steve=true"
watchtower:
image: containrrr/watchtower
container_name: watchtower
environment:
- WATCHTOWER_CLEANUP=true
- WATCHTOWER_INCLUDE_STOPPED=true
- WATCHTOWER_POLL_INTERVAL=43200
- CUSTOM_REPOS=michelangelo, salvador, picasso, steve
- REPO_michelangelo_USER=Madonna
- REPO_michelangelo_PASS=OfBurge$$
- REPO_salvador_USER=Persistence
- REPO_salvador_PASS=NoClocks!
- REPO_picasso_USER=Pablo
- REPO_picasso_PASS=WeepingW0man
- REPO_steve_USER=steve
- REPO_steve_PASS=ilikefootball
volumes:
- /var/run/docker.sock:/var/run/docker.sock
restart: always
```
I'm not exactly sure how it would need to be for watchtower to use the arguments, I just gave an example to something I know I could make work in python.
### Describe alternatives you've considered
The only alternative is having 2 watchtowers & using 1 with `WATCHTOWER_LABEL_ENABLE` set to `true` & the other with `WATCHTOWER_LABEL_ENABLE` set to `false` & I'm not even sure that would work properly, plus it leaves no way to have ones ignored completely
### Additional context
_No response_ | 1.0 | [Feature Request] Only use custom credentials for certain labels - ### Is your feature request related to a problem? Please describe.
When running watchtower I have the option of using custom credentials
```
REPO_USER=username
REPO_PASS=password
```
But I, like I assume most users, don't pull all my images from my private repo, most are pulled from Docker Hub.
As it stands if I set custom Repo credentials all the Docker ones give an error
If I don't set it all the private ones do
So as of how I have to set up 2 Towers, & set them each with a label to monitor on on one & off on the other. But then you can't have some that actually get ignored.
### Describe the solution you'd like
It would be nice to have a `com.centurylinklabs.watchtower.custom` or `com.centurylinklabs.watchtower.credentials` label to make it so that those labeled will use the custom credentials while those not labeled will not.
Either that or let us use user-defined labels so I could have something like `watchtower.credentials.johnny` for ones that update using the custom credentials argument or `watchtower.credentials.docker` to act as though no custom arguments are set.
I'm sure this is less of an issue if using the Docker `config.json` but running under Docker Desktop that isn't an option.
Ideally it'd be nice to be able to specify credentials for multiple custom repos, though not something I personally would use I'm sure there are those who would.
Perhaps
```yaml
version: "3"
services:
portainer_agent:
image: portainer/agent:latest
network_mode: "host"
ports:
- 9001:9001
restart: always
labels:
- "com.centurylinklabs.watchtower.michelangelo=true"
mosquitto:
image: eclipse-mosquitto
container_name: buzzbuzz
ports:
- 1883:1883
restart: always
labels:
- "com.centurylinklabs.watchtower.salvador=true"
registry: # Custom Docker Repo Container
container_name: putstuffhere
image: registry:latest
ports:
- 5000:5000
restart: unless-stopped
labels:
- "com.centurylinklabs.watchtower.steve=true"
watchtower:
image: containrrr/watchtower
container_name: watchtower
environment:
- WATCHTOWER_CLEANUP=true
- WATCHTOWER_INCLUDE_STOPPED=true
- WATCHTOWER_POLL_INTERVAL=43200
- CUSTOM_REPOS=michelangelo, salvador, picasso, steve
- REPO_michelangelo_USER=Madonna
- REPO_michelangelo_PASS=OfBurge$$
- REPO_salvador_USER=Persistence
- REPO_salvador_PASS=NoClocks!
- REPO_picasso_USER=Pablo
- REPO_picasso_PASS=WeepingW0man
- REPO_steve_USER=steve
- REPO_steve_PASS=ilikefootball
volumes:
- /var/run/docker.sock:/var/run/docker.sock
restart: always
```
I'm not exactly sure how it would need to be for watchtower to use the arguments, I just gave an example to something I know I could make work in python.
### Describe alternatives you've considered
The only alternative is having 2 watchtowers & using 1 with `WATCHTOWER_LABEL_ENABLE` set to `true` & the other with `WATCHTOWER_LABEL_ENABLE` set to `false` & I'm not even sure that would work properly, plus it leaves no way to have ones ignored completely
### Additional context
_No response_ | priority | only use custom credentials for certain labels is your feature request related to a problem please describe when running watchtower i have the option of using custom credentials repo user username repo pass password but i like i assume most users don t pull all my images from my private repo most are pulled from docker hub as it stands if i set custom repo credentials all the docker ones give an error if i don t set it all the private ones do so as of how i have to set up towers set them each with a label to monitor on on one off on the other but then you can t have some that actually get ignored describe the solution you d like it would be nice to have a com centurylinklabs watchtower custom or com centurylinklabs watchtower credentials label to make it so that those labeled will use the custom credentials while those not labeled will not either that or let us use user defined labels so i could have something like watchtower credentials johnny for ones that update using the custom credentials argument or watchtower credentials docker to act as though no custom arguments are set i m sure this is less of an issue if using the docker config json but running under docker desktop that isn t an option ideally it d be nice to be able to specify credentials for multiple custom repos though not something i personally would use i m sure there are those who would perhaps yaml version services portainer agent image portainer agent latest network mode host ports restart always labels com centurylinklabs watchtower michelangelo true mosquitto image eclipse mosquitto container name buzzbuzz ports restart always labels com centurylinklabs watchtower salvador true registry custom docker repo container container name putstuffhere image registry latest ports restart unless stopped labels com centurylinklabs watchtower steve true watchtower image containrrr watchtower container name watchtower environment watchtower cleanup true watchtower include stopped true watchtower poll interval custom repos michelangelo salvador picasso steve repo michelangelo user madonna repo michelangelo pass ofburge repo salvador user persistence repo salvador pass noclocks repo picasso user pablo repo picasso pass repo steve user steve repo steve pass ilikefootball volumes var run docker sock var run docker sock restart always i m not exactly sure how it would need to be for watchtower to use the arguments i just gave an example to something i know i could make work in python describe alternatives you ve considered the only alternative is having watchtowers using with watchtower label enable set to true the other with watchtower label enable set to false i m not even sure that would work properly plus it leaves no way to have ones ignored completely additional context no response | 1 |
823,254 | 30,962,256,105 | IssuesEvent | 2023-08-08 05:33:57 | priyankarpal/ProjectsHut | https://api.github.com/repos/priyankarpal/ProjectsHut | opened | Add Docker Image for easier setup | good first issue 🟩 priority: low 🚦status: awaiting triage projects addition | ### Add a new project to the list
I would like to propose adding a Docker image to the project.
It will be easier for contributors and users to set up and run the project since they won't have to manually install dependencies.
I would be glad to work on this and create a pull request if the maintainers agree.
### Record
- [X] I have checked the existing [issues](https://github.com/priyankarpal/ProjectsHut/issues)
- [X] I have read the [Contributing Guidelines](https://github.com/priyankarpal/ProjectsHut/blob/main/contributing.md)
- [X] I agree to follow this project's [Code of Conduct](https://github.com/priyankarpal/ProjectsHut/blob/main/CODE_OF_CONDUCT.md)
- [X] I want to work on this issue | 1.0 | Add Docker Image for easier setup - ### Add a new project to the list
I would like to propose adding a Docker image to the project.
It will be easier for contributors and users to set up and run the project since they won't have to manually install dependencies.
I would be glad to work on this and create a pull request if the maintainers agree.
### Record
- [X] I have checked the existing [issues](https://github.com/priyankarpal/ProjectsHut/issues)
- [X] I have read the [Contributing Guidelines](https://github.com/priyankarpal/ProjectsHut/blob/main/contributing.md)
- [X] I agree to follow this project's [Code of Conduct](https://github.com/priyankarpal/ProjectsHut/blob/main/CODE_OF_CONDUCT.md)
- [X] I want to work on this issue | priority | add docker image for easier setup add a new project to the list i would like to propose adding a docker image to the project it will be easier for contributors and users to set up and run the project since they won t have to manually install dependencies i would be glad to work on this and create a pull request if the maintainers agree record i have checked the existing i have read the i agree to follow this project s i want to work on this issue | 1 |
346,844 | 10,420,622,085 | IssuesEvent | 2019-09-16 01:44:32 | itsmeow/betteranimalsplus | https://api.github.com/repos/itsmeow/betteranimalsplus | closed | Picking up Feral Wolves with Carry On makes them invisible | bug mc:1.14 mod compat priority:low side:client | **Describe the bug** (Required)
Picking up certain tameable mobs (Feral Wolf and Lammergier) with [https://www.curseforge.com/minecraft/mc-mods/carry-on](Carry On) and placing them back down makes them invisible. They are still there, fully functional, just not visible. They are still invisible after reloading the world.
**To Reproduce** (Required unless not known)
Steps to reproduce the behavior:
0. Have Carry On and BA+ installed
1. Spawn tameable, such as Feral Wolf
2. Shift-rclick on feral wolf
3. Rclick on ground
**Expected behavior**
Mob gets placed down, fully visible.
**Screenshots**


(oddly, wolf still has its eyes and outline)
**Versions:**
- Forge Version: 28.1.1
- MC Version: 1.14.4
- Mod Version: BA+ 7.1.2 CarryOn 1.12.3
**Additional context**
May be a CarryOn problem, but given there isn't a crash I can't tell.
| 1.0 | Picking up Feral Wolves with Carry On makes them invisible - **Describe the bug** (Required)
Picking up certain tameable mobs (Feral Wolf and Lammergier) with [https://www.curseforge.com/minecraft/mc-mods/carry-on](Carry On) and placing them back down makes them invisible. They are still there, fully functional, just not visible. They are still invisible after reloading the world.
**To Reproduce** (Required unless not known)
Steps to reproduce the behavior:
0. Have Carry On and BA+ installed
1. Spawn tameable, such as Feral Wolf
2. Shift-rclick on feral wolf
3. Rclick on ground
**Expected behavior**
Mob gets placed down, fully visible.
**Screenshots**


(oddly, wolf still has its eyes and outline)
**Versions:**
- Forge Version: 28.1.1
- MC Version: 1.14.4
- Mod Version: BA+ 7.1.2 CarryOn 1.12.3
**Additional context**
May be a CarryOn problem, but given there isn't a crash I can't tell.
| priority | picking up feral wolves with carry on makes them invisible describe the bug required picking up certain tameable mobs feral wolf and lammergier with carry on and placing them back down makes them invisible they are still there fully functional just not visible they are still invisible after reloading the world to reproduce required unless not known steps to reproduce the behavior have carry on and ba installed spawn tameable such as feral wolf shift rclick on feral wolf rclick on ground expected behavior mob gets placed down fully visible screenshots oddly wolf still has its eyes and outline versions forge version mc version mod version ba carryon additional context may be a carryon problem but given there isn t a crash i can t tell | 1 |
627,407 | 19,904,298,636 | IssuesEvent | 2022-01-25 11:08:26 | geosolutions-it/MapStore2 | https://api.github.com/repos/geosolutions-it/MapStore2 | closed | Javascript error when geolocation is not enabled | bug Priority: Low Accepted Internal Good first issue | ## Description
<!-- Add here a few sentences describing the bug. -->
On Firefox (but we should check other browsers too), the following error appears in console when the geo.enabled setting is set to false:
```
TypeError: "navigator.geolocation is undefined"
value http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:125
vi http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:85
Ma http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:85
Ls http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:85
tl http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:85
$s http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:85
Gs http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:85
Uo http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:85
unstable_runWithPriority http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:93
No http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:85
Uo http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:85
zo http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:85
Ws http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:85
wn http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:85
```
## How to reproduce
<!-- A list of steps to reproduce the bug -->
- open Firefox
- type about:config in the url bar
- find geo.enabled and set it to false, save the settings
- open a MapStore map
*Expected Result*
<!-- Describe here the expected result -->
No errors in console.
*Current Result*
<!-- Describe here the current behavior -->
Error in console.
- [ ] Not browser related
<details><summary> <b>Browser info</b> </summary>
<!-- If browser related, please compile the following table -->
<!-- If your browser is not in the list please add a new row to the table with the version -->
(use this site: <a href="https://www.whatsmybrowser.org/">https://www.whatsmybrowser.org/</a> for non expert users)
| Browser Affected | Version |
|---|---|
|Firefox| |
</details>
## Other useful information
<!-- error stack trace, screenshot, videos, or link to repository code are welcome -->
| 1.0 | Javascript error when geolocation is not enabled - ## Description
<!-- Add here a few sentences describing the bug. -->
On Firefox (but we should check other browsers too), the following error appears in console when the geo.enabled setting is set to false:
```
TypeError: "navigator.geolocation is undefined"
value http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:125
vi http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:85
Ma http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:85
Ls http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:85
tl http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:85
$s http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:85
Gs http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:85
Uo http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:85
unstable_runWithPriority http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:93
No http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:85
Uo http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:85
zo http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:85
Ws http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:85
wn http://localhost:8082/mapstore/dist/mapstore2.js?e77b3b7f1b4c87ec99f6:85
```
## How to reproduce
<!-- A list of steps to reproduce the bug -->
- open Firefox
- type about:config in the url bar
- find geo.enabled and set it to false, save the settings
- open a MapStore map
*Expected Result*
<!-- Describe here the expected result -->
No errors in console.
*Current Result*
<!-- Describe here the current behavior -->
Error in console.
- [ ] Not browser related
<details><summary> <b>Browser info</b> </summary>
<!-- If browser related, please compile the following table -->
<!-- If your browser is not in the list please add a new row to the table with the version -->
(use this site: <a href="https://www.whatsmybrowser.org/">https://www.whatsmybrowser.org/</a> for non expert users)
| Browser Affected | Version |
|---|---|
|Firefox| |
</details>
## Other useful information
<!-- error stack trace, screenshot, videos, or link to repository code are welcome -->
| priority | javascript error when geolocation is not enabled description on firefox but we should check other browsers too the following error appears in console when the geo enabled setting is set to false typeerror navigator geolocation is undefined value vi ma ls tl s gs uo unstable runwithpriority no uo zo ws wn how to reproduce open firefox type about config in the url bar find geo enabled and set it to false save the settings open a mapstore map expected result no errors in console current result error in console not browser related browser info use this site a href for non expert users browser affected version firefox other useful information | 1 |
491,105 | 14,145,129,283 | IssuesEvent | 2020-11-10 17:19:01 | diffix/explorer | https://api.github.com/repos/diffix/explorer | closed | Jupyter client update for api changes | low priority | The Jupyter client needs to be updated for compatibility with multi-column requests and return values. | 1.0 | Jupyter client update for api changes - The Jupyter client needs to be updated for compatibility with multi-column requests and return values. | priority | jupyter client update for api changes the jupyter client needs to be updated for compatibility with multi column requests and return values | 1 |
646,811 | 21,076,150,124 | IssuesEvent | 2022-04-02 06:54:21 | apache/dolphinscheduler | https://api.github.com/repos/apache/dolphinscheduler | closed | [Bug][UI Next][V1.0.0-Alpha] Missing function, import workflow, missing file drag upload window upload | bug UI priority:low | ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
Missing function, import workflow, missing file drag upload window upload
new dev:
<img width="665" alt="image" src="https://user-images.githubusercontent.com/76080484/156964933-77d729a5-5bd4-4331-951e-0e15c4cc8327.png">
### What you expected to happen
old version:2.0.5
<img width="1599" alt="image" src="https://user-images.githubusercontent.com/76080484/156965185-52990ec8-bde5-4404-9039-1149621cfe05.png">
### How to reproduce
dev version :Click Import Workflow
### Anything else
_No response_
### Version
dev
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| 1.0 | [Bug][UI Next][V1.0.0-Alpha] Missing function, import workflow, missing file drag upload window upload - ### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
### What happened
Missing function, import workflow, missing file drag upload window upload
new dev:
<img width="665" alt="image" src="https://user-images.githubusercontent.com/76080484/156964933-77d729a5-5bd4-4331-951e-0e15c4cc8327.png">
### What you expected to happen
old version:2.0.5
<img width="1599" alt="image" src="https://user-images.githubusercontent.com/76080484/156965185-52990ec8-bde5-4404-9039-1149621cfe05.png">
### How to reproduce
dev version :Click Import Workflow
### Anything else
_No response_
### Version
dev
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
| priority | missing function import workflow missing file drag upload window upload search before asking i had searched in the and found no similar issues what happened missing function import workflow missing file drag upload window upload new dev img width alt image src what you expected to happen old version img width alt image src how to reproduce dev version :click import workflow anything else no response version dev are you willing to submit pr yes i am willing to submit a pr code of conduct i agree to follow this project s | 1 |
406,022 | 11,886,108,442 | IssuesEvent | 2020-03-27 21:06:12 | Dolibarr/dolibarr | https://api.github.com/repos/Dolibarr/dolibarr | closed | Email templates that can be combined | Feature request Issue Stale (automatic label) Priority Low | now the email template types are hardcoded - new types are not easy to include or selectable.
with a table we can also create private or public textmodules to paste it like the signatur on a position in a new mail.
my wish is to create a table

next step is to create the manager to setup -> email
in a new tab with label email-templates

like this:

the code is finish. If that is ok i will add it in a pull request.
| 1.0 | Email templates that can be combined - now the email template types are hardcoded - new types are not easy to include or selectable.
with a table we can also create private or public textmodules to paste it like the signatur on a position in a new mail.
my wish is to create a table

next step is to create the manager to setup -> email
in a new tab with label email-templates

like this:

the code is finish. If that is ok i will add it in a pull request.
| priority | email templates that can be combined now the email template types are hardcoded new types are not easy to include or selectable with a table we can also create private or public textmodules to paste it like the signatur on a position in a new mail my wish is to create a table next step is to create the manager to setup email in a new tab with label email templates like this the code is finish if that is ok i will add it in a pull request | 1 |
114,829 | 4,646,943,806 | IssuesEvent | 2016-10-01 06:26:51 | pymedusa/SickRage | https://api.github.com/repos/pymedusa/SickRage | closed | Unsafe attempt to load URL | bug need more info Priority: 3. Low upstream | ```
vender.min.js?14150:3 Unsafe attempt to load URL data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale from frame with URL https://*****/schedule. Domains, protocols and ports must match
```
@OmgImAlexis any idea?. | 1.0 | Unsafe attempt to load URL - ```
vender.min.js?14150:3 Unsafe attempt to load URL data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale from frame with URL https://*****/schedule. Domains, protocols and ports must match
```
@OmgImAlexis any idea?. | priority | unsafe attempt to load url vender min js unsafe attempt to load url data image svg xml greyscale from frame with url domains protocols and ports must match omgimalexis any idea | 1 |
448,315 | 12,947,712,205 | IssuesEvent | 2020-07-19 00:47:35 | simon987/sist2 | https://api.github.com/repos/simon987/sist2 | closed | Remove thread lock hotfix in ebook.c if no longer necessary | enhancement low priority scan | If the segfault issue is fixed in mupdf 1.17.0, remove lock (to investigate) | 1.0 | Remove thread lock hotfix in ebook.c if no longer necessary - If the segfault issue is fixed in mupdf 1.17.0, remove lock (to investigate) | priority | remove thread lock hotfix in ebook c if no longer necessary if the segfault issue is fixed in mupdf remove lock to investigate | 1 |
128,785 | 5,075,645,862 | IssuesEvent | 2016-12-27 20:53:03 | dteviot/WebToEpub | https://api.github.com/repos/dteviot/WebToEpub | reopened | Parser issue: nepusation | enhancement low priority | The parser for "http://www.nepustation.com/" grabs... garbage; I think the content is "protected" some way or another.
If you try to grab from "http://www.nepustation.com/cheat-majutsu-de-unmei-wo-nejifuseru/" you get garbage text in the chapter; you get the same if you don't enable JS for nepustation.com while browsing.
A direct link to the page "http://www.nepustation.com/cheat-majutsu-de-unmei-wo-nejifuseru/first-episode-hero/" (the links parsed by the addon are not the right ones...)
Oh, did I forget to say there's a hidden text (NEPU) too? This is mental despite being MTL...
I hope it's fixable... | 1.0 | Parser issue: nepusation - The parser for "http://www.nepustation.com/" grabs... garbage; I think the content is "protected" some way or another.
If you try to grab from "http://www.nepustation.com/cheat-majutsu-de-unmei-wo-nejifuseru/" you get garbage text in the chapter; you get the same if you don't enable JS for nepustation.com while browsing.
A direct link to the page "http://www.nepustation.com/cheat-majutsu-de-unmei-wo-nejifuseru/first-episode-hero/" (the links parsed by the addon are not the right ones...)
Oh, did I forget to say there's a hidden text (NEPU) too? This is mental despite being MTL...
I hope it's fixable... | priority | parser issue nepusation the parser for grabs garbage i think the content is protected some way or another if you try to grab from you get garbage text in the chapter you get the same if you don t enable js for nepustation com while browsing a direct link to the page the links parsed by the addon are not the right ones oh did i forget to say there s a hidden text nepu too this is mental despite being mtl i hope it s fixable | 1 |
197,260 | 6,953,496,663 | IssuesEvent | 2017-12-06 21:15:05 | NCEAS/metacatui | https://api.github.com/repos/NCEAS/metacatui | opened | Border around Sign in with ORCID button is broken | bug low priority | I just visited https://dev.nceas.ucsb.edu/#share and saw this:
<img width="621" alt="screen shot 2017-12-06 at 12 13 21 pm" src="https://user-images.githubusercontent.com/563/33685708-eeee2f6a-da7e-11e7-98c5-43355381ed84.png">
Browser: Firefox Quantum 57.0.1 (Mac OS 10.13.1)
Doesn't appear to affect Chrome, Safari | 1.0 | Border around Sign in with ORCID button is broken - I just visited https://dev.nceas.ucsb.edu/#share and saw this:
<img width="621" alt="screen shot 2017-12-06 at 12 13 21 pm" src="https://user-images.githubusercontent.com/563/33685708-eeee2f6a-da7e-11e7-98c5-43355381ed84.png">
Browser: Firefox Quantum 57.0.1 (Mac OS 10.13.1)
Doesn't appear to affect Chrome, Safari | priority | border around sign in with orcid button is broken i just visited and saw this img width alt screen shot at pm src browser firefox quantum mac os doesn t appear to affect chrome safari | 1 |
356,808 | 10,597,762,317 | IssuesEvent | 2019-10-10 02:01:39 | Sevaarcen/RADAR | https://api.github.com/repos/Sevaarcen/RADAR | opened | Implement TLS on Flask API | enhancement priority - low | Implement TLS for data encryption when using Flask API
Pros:
* Data security
Cons:
* self-signed certificates will need to be trusted... how do we easily do that?
* do we require certificates? Is HTTPS optional? How should this be implemented | 1.0 | Implement TLS on Flask API - Implement TLS for data encryption when using Flask API
Pros:
* Data security
Cons:
* self-signed certificates will need to be trusted... how do we easily do that?
* do we require certificates? Is HTTPS optional? How should this be implemented | priority | implement tls on flask api implement tls for data encryption when using flask api pros data security cons self signed certificates will need to be trusted how do we easily do that do we require certificates is https optional how should this be implemented | 1 |
366,780 | 10,825,989,946 | IssuesEvent | 2019-11-09 19:29:55 | qutebrowser/qutebrowser | https://api.github.com/repos/qutebrowser/qutebrowser | opened | Double renderer process crashes in OOM situations | priority: 2 - low | When going out of memory, it can happen that all tabs have a renderer process crash. Then, qutebrowser displays error pages for all tabs, which apparently causes them to be killed (by the OOM killer?) once again, leading to a double renderer process crash page.
Maybe fixing #3918 will already help with this - if not, we should see what we can do about it.
Ideas:
- Don't display an error page at all when a process was killed (rather than crashed) - display e.g. a statusbar error instead.
- At least detect the situation were we're already displaying a crash and avoid doing the same again.
- Ideally, don't use a webpage for the error page, see #724. | 1.0 | Double renderer process crashes in OOM situations - When going out of memory, it can happen that all tabs have a renderer process crash. Then, qutebrowser displays error pages for all tabs, which apparently causes them to be killed (by the OOM killer?) once again, leading to a double renderer process crash page.
Maybe fixing #3918 will already help with this - if not, we should see what we can do about it.
Ideas:
- Don't display an error page at all when a process was killed (rather than crashed) - display e.g. a statusbar error instead.
- At least detect the situation were we're already displaying a crash and avoid doing the same again.
- Ideally, don't use a webpage for the error page, see #724. | priority | double renderer process crashes in oom situations when going out of memory it can happen that all tabs have a renderer process crash then qutebrowser displays error pages for all tabs which apparently causes them to be killed by the oom killer once again leading to a double renderer process crash page maybe fixing will already help with this if not we should see what we can do about it ideas don t display an error page at all when a process was killed rather than crashed display e g a statusbar error instead at least detect the situation were we re already displaying a crash and avoid doing the same again ideally don t use a webpage for the error page see | 1 |
453,223 | 13,066,767,511 | IssuesEvent | 2020-07-30 22:28:55 | MakerStation/FabPrinters-Server | https://api.github.com/repos/MakerStation/FabPrinters-Server | closed | Aggiungere icona caricamento lista comandi + caricare tutta la lista | GUI Low Priority enhancement | Ora la lista dei comandi supporta lo scroll, quidi server che si carichino tutti (o meglio che andando verso l'alto si carichino man mano [stile discord/watshapp]. Bisogna fare anche che quando si aggiunge un comando scrolla in basso in automatico | 1.0 | Aggiungere icona caricamento lista comandi + caricare tutta la lista - Ora la lista dei comandi supporta lo scroll, quidi server che si carichino tutti (o meglio che andando verso l'alto si carichino man mano [stile discord/watshapp]. Bisogna fare anche che quando si aggiunge un comando scrolla in basso in automatico | priority | aggiungere icona caricamento lista comandi caricare tutta la lista ora la lista dei comandi supporta lo scroll quidi server che si carichino tutti o meglio che andando verso l alto si carichino man mano bisogna fare anche che quando si aggiunge un comando scrolla in basso in automatico | 1 |
313,168 | 9,557,825,118 | IssuesEvent | 2019-05-03 12:44:54 | robotframework/robotframework | https://api.github.com/repos/robotframework/robotframework | closed | `Log` and elsewhere: `repr` of long strings cut on Python 3 | bug priority: low | While working with #3164, it turned out that Python's [PrettyPrinter](https://docs.python.org/3/library/pprint.html#pprint.PrettyPrinter) that we use when creating `repr` of objects automatically cuts long strings. This isn't good behavior in our case for same reasons as explained in [this StackOverflow question](https://stackoverflow.com/questions/31485402). Unfortunately PrettyPrinter cannot be customized in this regard, but luckily the aforementioned question also has an answer making it pretty easy to workaround the issue.
This Issue is mainly visible with `Log` keyword when used with `repr=True` (or `formatter=repr` once #3164 is implemented), but we also use the affected `prepr()` utility in few other places.
| 1.0 | `Log` and elsewhere: `repr` of long strings cut on Python 3 - While working with #3164, it turned out that Python's [PrettyPrinter](https://docs.python.org/3/library/pprint.html#pprint.PrettyPrinter) that we use when creating `repr` of objects automatically cuts long strings. This isn't good behavior in our case for same reasons as explained in [this StackOverflow question](https://stackoverflow.com/questions/31485402). Unfortunately PrettyPrinter cannot be customized in this regard, but luckily the aforementioned question also has an answer making it pretty easy to workaround the issue.
This Issue is mainly visible with `Log` keyword when used with `repr=True` (or `formatter=repr` once #3164 is implemented), but we also use the affected `prepr()` utility in few other places.
| priority | log and elsewhere repr of long strings cut on python while working with it turned out that python s that we use when creating repr of objects automatically cuts long strings this isn t good behavior in our case for same reasons as explained in unfortunately prettyprinter cannot be customized in this regard but luckily the aforementioned question also has an answer making it pretty easy to workaround the issue this issue is mainly visible with log keyword when used with repr true or formatter repr once is implemented but we also use the affected prepr utility in few other places | 1 |
673,047 | 22,919,722,358 | IssuesEvent | 2022-07-17 13:33:16 | ATLauncher/ATLauncher | https://api.github.com/repos/ATLauncher/ATLauncher | closed | Date Format and Instance Title Format dropdown not saved after restarting the launcher | bug low-priority | **Describe the bug**
In the general tab of the settings menu, if you set the date format and instance title format to something other than the default, the date format and instance title format dropdown gets reset to the first options after restarting the launcher. This is mildly annoying to change every time I want to modify other settings in any of the tabs.
**To Reproduce**
Steps to reproduce the behavior:
1. Change date format and instance format to something other than the first option and save.
2. Restart the launcher and open settings.
3. The date format and instance title format dropdown are reset to the default values.
**Expected behavior**
The dropdown should remember the value that is selected, like other dropdowns in the settings menu.
**System information (please complete the following information, or remove if not applicable):**
- OS (including distro/version): [e.g. Windows 10, OSX Big Sur, Arch Linux]
Tested on Arch Linux and Windows 11
| 1.0 | Date Format and Instance Title Format dropdown not saved after restarting the launcher - **Describe the bug**
In the general tab of the settings menu, if you set the date format and instance title format to something other than the default, the date format and instance title format dropdown gets reset to the first options after restarting the launcher. This is mildly annoying to change every time I want to modify other settings in any of the tabs.
**To Reproduce**
Steps to reproduce the behavior:
1. Change date format and instance format to something other than the first option and save.
2. Restart the launcher and open settings.
3. The date format and instance title format dropdown are reset to the default values.
**Expected behavior**
The dropdown should remember the value that is selected, like other dropdowns in the settings menu.
**System information (please complete the following information, or remove if not applicable):**
- OS (including distro/version): [e.g. Windows 10, OSX Big Sur, Arch Linux]
Tested on Arch Linux and Windows 11
| priority | date format and instance title format dropdown not saved after restarting the launcher describe the bug in the general tab of the settings menu if you set the date format and instance title format to something other than the default the date format and instance title format dropdown gets reset to the first options after restarting the launcher this is mildly annoying to change every time i want to modify other settings in any of the tabs to reproduce steps to reproduce the behavior change date format and instance format to something other than the first option and save restart the launcher and open settings the date format and instance title format dropdown are reset to the default values expected behavior the dropdown should remember the value that is selected like other dropdowns in the settings menu system information please complete the following information or remove if not applicable os including distro version tested on arch linux and windows | 1 |
473,551 | 13,644,113,133 | IssuesEvent | 2020-09-25 18:18:50 | gnosis/conditional-tokens-explorer | https://api.github.com/repos/gnosis/conditional-tokens-explorer | reopened | "No unwrapped collateral yet" should be "none" | Low priority bug | In position details, we should change "No unwrapped collateral yet" to "none".

| 1.0 | "No unwrapped collateral yet" should be "none" - In position details, we should change "No unwrapped collateral yet" to "none".

| priority | no unwrapped collateral yet should be none in position details we should change no unwrapped collateral yet to none | 1 |
730,839 | 25,191,268,793 | IssuesEvent | 2022-11-12 01:34:07 | AY2223S1-CS2103-F13-2/tp | https://api.github.com/repos/AY2223S1-CS2103-F13-2/tp | closed | As a dyslexic user I can change the font of the program | type.Story priority.Low | ... so that I parse the text and use the program well | 1.0 | As a dyslexic user I can change the font of the program - ... so that I parse the text and use the program well | priority | as a dyslexic user i can change the font of the program so that i parse the text and use the program well | 1 |
656,345 | 21,727,544,773 | IssuesEvent | 2022-05-11 09:01:39 | svthalia/concrexit | https://api.github.com/repos/svthalia/concrexit | opened | Security.txt | priority: low feature | ### Is your feature request related to a problem? Please describe.
There is a new security.txt standard
### Describe the solution you'd like
We should implement it
### Motivation
Because we are hippe jongens
### Describe alternatives you've considered
Not implementing it
### Additional context
https://securitytxt.org/
| 1.0 | Security.txt - ### Is your feature request related to a problem? Please describe.
There is a new security.txt standard
### Describe the solution you'd like
We should implement it
### Motivation
Because we are hippe jongens
### Describe alternatives you've considered
Not implementing it
### Additional context
https://securitytxt.org/
| priority | security txt is your feature request related to a problem please describe there is a new security txt standard describe the solution you d like we should implement it motivation because we are hippe jongens describe alternatives you ve considered not implementing it additional context | 1 |
160,592 | 6,100,506,889 | IssuesEvent | 2017-06-20 12:46:32 | FezVrasta/popper.js | https://api.github.com/repos/FezVrasta/popper.js | closed | aria-describedby is placed on tooltip instead of reference element | # BUG DIFFICULTY: low PRIORITY: medium TARGETS: Tooltip.js | <!--
Thanks for your interest in contributing to Popper.js!
Please, make sure to fill all the sections of the template before submitting any issue.
Issues without the required informations will be closed.
Want your issue to be fixed earlier? Create a PR that introduces a CI test that fails
because of the bug you found!
-->
### CodePen demo
<!--
Fork and edit this CodePen to allow the contributors to easily reproduce your problem.
-->
Haven't created a codepen – as it is on your demo as well. See this screenshot

### Steps to reproduce the problem
1. Inspect tooltip after it is initialised
2. Tooltip has both aria-describedby and an id
3. Nothing gets added to the reference element (the button)
### What is the expected behavior?
I would expect that the button had the aria-describedby, and the tooltip the id – and thereby tie them together
### What went wrong?
I think that on line 194 in ```/src/tooltip/index.js``` should be changed from
``` js
// Add `aria-describedby` to our reference element for accessibility reasons
tooltipNode.setAttribute('aria-describedby', tooltipNode.id);
```
to
``` js
// Add `aria-describedby` to our reference element for accessibility reasons
reference.setAttribute('aria-describedby', tooltipNode.id);
```
| 1.0 | aria-describedby is placed on tooltip instead of reference element - <!--
Thanks for your interest in contributing to Popper.js!
Please, make sure to fill all the sections of the template before submitting any issue.
Issues without the required informations will be closed.
Want your issue to be fixed earlier? Create a PR that introduces a CI test that fails
because of the bug you found!
-->
### CodePen demo
<!--
Fork and edit this CodePen to allow the contributors to easily reproduce your problem.
-->
Haven't created a codepen – as it is on your demo as well. See this screenshot

### Steps to reproduce the problem
1. Inspect tooltip after it is initialised
2. Tooltip has both aria-describedby and an id
3. Nothing gets added to the reference element (the button)
### What is the expected behavior?
I would expect that the button had the aria-describedby, and the tooltip the id – and thereby tie them together
### What went wrong?
I think that on line 194 in ```/src/tooltip/index.js``` should be changed from
``` js
// Add `aria-describedby` to our reference element for accessibility reasons
tooltipNode.setAttribute('aria-describedby', tooltipNode.id);
```
to
``` js
// Add `aria-describedby` to our reference element for accessibility reasons
reference.setAttribute('aria-describedby', tooltipNode.id);
```
| priority | aria describedby is placed on tooltip instead of reference element thanks for your interest in contributing to popper js please make sure to fill all the sections of the template before submitting any issue issues without the required informations will be closed want your issue to be fixed earlier create a pr that introduces a ci test that fails because of the bug you found codepen demo fork and edit this codepen to allow the contributors to easily reproduce your problem haven t created a codepen – as it is on your demo as well see this screenshot steps to reproduce the problem inspect tooltip after it is initialised tooltip has both aria describedby and an id nothing gets added to the reference element the button what is the expected behavior i would expect that the button had the aria describedby and the tooltip the id – and thereby tie them together what went wrong i think that on line in src tooltip index js should be changed from js add aria describedby to our reference element for accessibility reasons tooltipnode setattribute aria describedby tooltipnode id to js add aria describedby to our reference element for accessibility reasons reference setattribute aria describedby tooltipnode id | 1 |
101,989 | 4,149,313,739 | IssuesEvent | 2016-06-15 14:07:56 | jpppina/migracion-galeno-art-forms11g | https://api.github.com/repos/jpppina/migracion-galeno-art-forms11g | opened | CIA – Diferencia en la barra de menu | Aplicación-CIA Error Priority-Low | Ambiente: CIA
Usuario: LEMCKED/a1234567
Opción de menú: Parámetros del Sistema / Parámetros Generales
Form: ARHP024
Error: Al ingresar a la pantalla, las barras de menú son distintas. Adjunto imagen.

Observaciones: --
| 1.0 | CIA – Diferencia en la barra de menu - Ambiente: CIA
Usuario: LEMCKED/a1234567
Opción de menú: Parámetros del Sistema / Parámetros Generales
Form: ARHP024
Error: Al ingresar a la pantalla, las barras de menú son distintas. Adjunto imagen.

Observaciones: --
| priority | cia – diferencia en la barra de menu ambiente cia usuario lemcked opción de menú parámetros del sistema parámetros generales form error al ingresar a la pantalla las barras de menú son distintas adjunto imagen observaciones | 1 |
280,638 | 8,684,389,117 | IssuesEvent | 2018-12-03 01:59:38 | MoonIlluminates/here | https://api.github.com/repos/MoonIlluminates/here | closed | Migrate to new kotlin multi platform structure | priority:low status:proposal type:refactor | Experimental coroutines can be removed as they have been included with kotlin 1.3
https://blog.jetbrains.com/kotlin/2018/09/kotlin-1-3-rc-is-here-migrate-your-coroutines/ | 1.0 | Migrate to new kotlin multi platform structure - Experimental coroutines can be removed as they have been included with kotlin 1.3
https://blog.jetbrains.com/kotlin/2018/09/kotlin-1-3-rc-is-here-migrate-your-coroutines/ | priority | migrate to new kotlin multi platform structure experimental coroutines can be removed as they have been included with kotlin | 1 |
588,956 | 17,686,482,456 | IssuesEvent | 2021-08-24 02:47:02 | hackforla/design-systems | https://api.github.com/repos/hackforla/design-systems | closed | Agenda for week of August 23rd 2021 | priority: low size: small Role: PM | Agenda for week of August 23rd 2021
### Overview
Weekly check in to discuss Issues, our assumptions and recruiting new team members.
### Action Items
- [x] Update on housekeeping - Issues, Wiki and team members leaving
- [x] Discuss what needs to happen if you leave the project
- [x] Research update
- [x] Design Update
| 1.0 | Agenda for week of August 23rd 2021 - Agenda for week of August 23rd 2021
### Overview
Weekly check in to discuss Issues, our assumptions and recruiting new team members.
### Action Items
- [x] Update on housekeeping - Issues, Wiki and team members leaving
- [x] Discuss what needs to happen if you leave the project
- [x] Research update
- [x] Design Update
| priority | agenda for week of august agenda for week of august overview weekly check in to discuss issues our assumptions and recruiting new team members action items update on housekeeping issues wiki and team members leaving discuss what needs to happen if you leave the project research update design update | 1 |
748,994 | 26,146,890,354 | IssuesEvent | 2022-12-30 07:00:46 | gamefreedomgit/Maelstrom | https://api.github.com/repos/gamefreedomgit/Maelstrom | closed | [Quest] An Ancient Reborn | Item NPC Quest - Cataclysm (1-60) Priority: Low Status: Needs Confirmation Bug Report from Discord | Buuba
OP
— Yesterday at 4:42 AM
Aviana doesn't spawn after using the quest item | 1.0 | [Quest] An Ancient Reborn - Buuba
OP
— Yesterday at 4:42 AM
Aviana doesn't spawn after using the quest item | priority | an ancient reborn buuba op — yesterday at am aviana doesn t spawn after using the quest item | 1 |
426,648 | 12,377,197,833 | IssuesEvent | 2020-05-19 08:37:56 | neuropoly/spinalcordtoolbox | https://api.github.com/repos/neuropoly/spinalcordtoolbox | opened | Disable `download()` progress bar in CI | good first issue priority:LOW travis | Like, #2709, [`download()`](https://github.com/neuropoly/spinalcordtoolbox/blob/fcf2c9d29277ed85c70f9a9f7941922e104d997b/install_sct#L255) is noisy. This is good for interactive use but in CI it's a nuisance. We should figure out how to turn it off, but only for CI; curl and wget don't seem to have any handy environment variables we can lean on here. Maybe an `alias`? | 1.0 | Disable `download()` progress bar in CI - Like, #2709, [`download()`](https://github.com/neuropoly/spinalcordtoolbox/blob/fcf2c9d29277ed85c70f9a9f7941922e104d997b/install_sct#L255) is noisy. This is good for interactive use but in CI it's a nuisance. We should figure out how to turn it off, but only for CI; curl and wget don't seem to have any handy environment variables we can lean on here. Maybe an `alias`? | priority | disable download progress bar in ci like is noisy this is good for interactive use but in ci it s a nuisance we should figure out how to turn it off but only for ci curl and wget don t seem to have any handy environment variables we can lean on here maybe an alias | 1 |
624,461 | 19,698,523,846 | IssuesEvent | 2022-01-12 14:32:50 | Vatsim-Scandinavia/controlcenter | https://api.github.com/repos/Vatsim-Scandinavia/controlcenter | opened | Show training state in mentor report | enhancement front-end low priority | The mentor report today can be a bit misleading as it doesn't show what the student's training state is, for instance they haven't had a session for three weeks because they're awaiting exam.
Add a small icon in the report to indicate this. | 1.0 | Show training state in mentor report - The mentor report today can be a bit misleading as it doesn't show what the student's training state is, for instance they haven't had a session for three weeks because they're awaiting exam.
Add a small icon in the report to indicate this. | priority | show training state in mentor report the mentor report today can be a bit misleading as it doesn t show what the student s training state is for instance they haven t had a session for three weeks because they re awaiting exam add a small icon in the report to indicate this | 1 |
268,146 | 8,403,990,731 | IssuesEvent | 2018-10-11 11:29:03 | blur-network/blur | https://api.github.com/repos/blur-network/blur | closed | please update root-zone trust-anchors in dnssec_test.py file | invalid low-priority | Users of your software that enable DNSSEC will not be able to validate DNS after October the 11th 2018.
Your repository contains a dnssec_test.py file without the new DNSSEC trust-anchors:
resolver.add_ta(". IN DS 19036 8 2 49AAC11D7B6F6446702E54A1607371607A1A41855200FD2CE1CDDE32F24E8FB5")
It should also include:
resolver.add_ta(". IN DS 20326 8 2 E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC683457104237C7F8EC8D")
More information can be found at: https://www.icann.org/resources/pages/ksk-rollover
Please don’t hesitate to get in touch.
Warmly,
Roy Arends
ICANN
| 1.0 | please update root-zone trust-anchors in dnssec_test.py file - Users of your software that enable DNSSEC will not be able to validate DNS after October the 11th 2018.
Your repository contains a dnssec_test.py file without the new DNSSEC trust-anchors:
resolver.add_ta(". IN DS 19036 8 2 49AAC11D7B6F6446702E54A1607371607A1A41855200FD2CE1CDDE32F24E8FB5")
It should also include:
resolver.add_ta(". IN DS 20326 8 2 E06D44B80B8F1D39A95C0B0D7C65D08458E880409BBC683457104237C7F8EC8D")
More information can be found at: https://www.icann.org/resources/pages/ksk-rollover
Please don’t hesitate to get in touch.
Warmly,
Roy Arends
ICANN
| priority | please update root zone trust anchors in dnssec test py file users of your software that enable dnssec will not be able to validate dns after october the your repository contains a dnssec test py file without the new dnssec trust anchors resolver add ta in ds it should also include resolver add ta in ds more information can be found at please don’t hesitate to get in touch warmly roy arends icann | 1 |
447,479 | 12,888,768,711 | IssuesEvent | 2020-07-13 13:32:52 | crestic-urca/remotelabz | https://api.github.com/repos/crestic-urca/remotelabz | closed | Creating & pushing Dockerfile | feature creation low priority | In GitLab by @Atlanta on Dec 14, 2018, 16:10
It would be great to have a Docker image with latest commit built-in to quickly deploy the app in a dev or prepared environment. | 1.0 | Creating & pushing Dockerfile - In GitLab by @Atlanta on Dec 14, 2018, 16:10
It would be great to have a Docker image with latest commit built-in to quickly deploy the app in a dev or prepared environment. | priority | creating pushing dockerfile in gitlab by atlanta on dec it would be great to have a docker image with latest commit built in to quickly deploy the app in a dev or prepared environment | 1 |
49,521 | 3,003,386,951 | IssuesEvent | 2015-07-24 23:25:58 | facelessuser/Rummage | https://api.github.com/repos/facelessuser/Rummage | closed | Linux auto-complete combo not working | Bug Priority - Low Severity - Major | Auto complete on Linux is instead just copying text into the textbox...argghh. Fix it or kill it for Linux. I don't plan on spending a whole lot of time trying to get this working. So if I can't do it in a reasonable amount of time, I 'm just going to have it not do auto-complete and the user can just use the drop down.
Sometimes wxPython just isn't cross platform in functionality. Minor things like this, I'm just not going to worry about.
With all that said, I tried this out on 3.0.0 on Linux, maybe 3.0.3 is better (I use 3.0.3 on all other platforms). I guess I might need a new a new virtual machine with Ubuntu. | 1.0 | Linux auto-complete combo not working - Auto complete on Linux is instead just copying text into the textbox...argghh. Fix it or kill it for Linux. I don't plan on spending a whole lot of time trying to get this working. So if I can't do it in a reasonable amount of time, I 'm just going to have it not do auto-complete and the user can just use the drop down.
Sometimes wxPython just isn't cross platform in functionality. Minor things like this, I'm just not going to worry about.
With all that said, I tried this out on 3.0.0 on Linux, maybe 3.0.3 is better (I use 3.0.3 on all other platforms). I guess I might need a new a new virtual machine with Ubuntu. | priority | linux auto complete combo not working auto complete on linux is instead just copying text into the textbox argghh fix it or kill it for linux i don t plan on spending a whole lot of time trying to get this working so if i can t do it in a reasonable amount of time i m just going to have it not do auto complete and the user can just use the drop down sometimes wxpython just isn t cross platform in functionality minor things like this i m just not going to worry about with all that said i tried this out on on linux maybe is better i use on all other platforms i guess i might need a new a new virtual machine with ubuntu | 1 |
618,952 | 19,500,437,561 | IssuesEvent | 2021-12-28 01:32:15 | Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2 | https://api.github.com/repos/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2 | opened | Highligh Traits in Localization | suggestion :question: localisation :page_facing_up: priority low :grey_exclamation: good first issue | <!--
**DO NOT REMOVE PRE-EXISTING LINES**
------------------------------------------------------------------------------------------------------------
-->
**Describe your suggestion in full detail below:**
Visit localization lines where traits are referenced via `GetTrait` and stylize them with `|V` like `[GetTrait('being_undead').GetName(GetNullCharacter)|V]`.
Usually, this is made by Paradox in vanilla to highlight traits.
<details>
<summary>Click to expand</summary>

</details> | 1.0 | Highligh Traits in Localization - <!--
**DO NOT REMOVE PRE-EXISTING LINES**
------------------------------------------------------------------------------------------------------------
-->
**Describe your suggestion in full detail below:**
Visit localization lines where traits are referenced via `GetTrait` and stylize them with `|V` like `[GetTrait('being_undead').GetName(GetNullCharacter)|V]`.
Usually, this is made by Paradox in vanilla to highlight traits.
<details>
<summary>Click to expand</summary>

</details> | priority | highligh traits in localization do not remove pre existing lines describe your suggestion in full detail below visit localization lines where traits are referenced via gettrait and stylize them with v like usually this is made by paradox in vanilla to highlight traits click to expand | 1 |
498,577 | 14,421,754,632 | IssuesEvent | 2020-12-05 00:12:00 | OpenMined/PySyft | https://api.github.com/repos/OpenMined/PySyft | closed | Change PyTorch Feature Warning to Log only | Priority: 4 - Low :sunglasses: Status: Stale :bread: Type: Improvement :chart_with_upwards_trend: syft 0.3 | ## Description
Until logging is ready put this print statement inside a sy.VERBOSE check:
```
# src/syft/lib/torch/__init__.py
if sy.VERBOSE:
print(f"Skipping torch.{method} not supported in {TORCH_VERSION}")
```
Or if there are circular dependencies just comment out the code and add a TODO for when logging is added.
## Definition of Done
These print statements don't appear by default on syft_0.3.0 code anymore. | 1.0 | Change PyTorch Feature Warning to Log only - ## Description
Until logging is ready put this print statement inside a sy.VERBOSE check:
```
# src/syft/lib/torch/__init__.py
if sy.VERBOSE:
print(f"Skipping torch.{method} not supported in {TORCH_VERSION}")
```
Or if there are circular dependencies just comment out the code and add a TODO for when logging is added.
## Definition of Done
These print statements don't appear by default on syft_0.3.0 code anymore. | priority | change pytorch feature warning to log only description until logging is ready put this print statement inside a sy verbose check src syft lib torch init py if sy verbose print f skipping torch method not supported in torch version or if there are circular dependencies just comment out the code and add a todo for when logging is added definition of done these print statements don t appear by default on syft code anymore | 1 |
800,391 | 28,364,130,625 | IssuesEvent | 2023-04-12 12:52:14 | ivpn/desktop-app | https://api.github.com/repos/ivpn/desktop-app | opened | Disable fastest server when switching to SingleHop | priority: low type: enhancement | ### Description:
Currently when connected with MultiHop and switching to SingleHop, if fastest server was selected before, the app will select the fastest server, however, there is an issue if latency values are not present when connected with MultiHop and switching to SingleHop, the app will connect randomly to the first server on the list.
In order to avoid this issue, when connected with MultiHop and switching to SingleHop, the fastest server option should be disabled automatically, so SingleHop connection will be established to the EntryServer used from the MultiHop connection. | 1.0 | Disable fastest server when switching to SingleHop - ### Description:
Currently when connected with MultiHop and switching to SingleHop, if fastest server was selected before, the app will select the fastest server, however, there is an issue if latency values are not present when connected with MultiHop and switching to SingleHop, the app will connect randomly to the first server on the list.
In order to avoid this issue, when connected with MultiHop and switching to SingleHop, the fastest server option should be disabled automatically, so SingleHop connection will be established to the EntryServer used from the MultiHop connection. | priority | disable fastest server when switching to singlehop description currently when connected with multihop and switching to singlehop if fastest server was selected before the app will select the fastest server however there is an issue if latency values are not present when connected with multihop and switching to singlehop the app will connect randomly to the first server on the list in order to avoid this issue when connected with multihop and switching to singlehop the fastest server option should be disabled automatically so singlehop connection will be established to the entryserver used from the multihop connection | 1 |
468,995 | 13,494,715,846 | IssuesEvent | 2020-09-11 22:03:28 | arfc/arfc.github.io | https://api.github.com/repos/arfc/arfc.github.io | closed | Instances of 'molton' in the Moltres input example | Difficulty:1-Beginner Priority:4-Low Status:5-In Review Type:Bug Type:Docs |
## I'm submitting a ...
- [x] bug report
- [ ] feature request
- [ ] question
## Expected Behavior
In arfc.github.io/software/moltres/wiki/input_example.md, all instances of the word that refers to liquefied salt are spelled "molten"
## Actual Behavior
In arfc.github.io/software/moltres/wiki/input_example.md, there are two instances of the word that refers to liquefied salt are spelled "molton"
## Steps to Reproduce the Problem
1. Launch your instance of the arfc.github.io website and navigate to the Moltres wiki and then go to 'Input Example', or go to [http://arfc.github.io/software/moltres/wiki/input_example/](http://arfc.github.io/software/moltres/wiki/input_example/)
2. Search the webpage for the phrase 'molton'
3. Observe
## Specifications
- Version:
- ruby 2.7.1p83 (2020-03-31 revision a0c7c23c9c) [x86_64-darwin18]
- jekyll 4.1.1
- Platform:
- macOS Mojave 10.14.5
## How can this issue be closed?
Every 'molton' must be changed to 'molten'
| 1.0 | Instances of 'molton' in the Moltres input example -
## I'm submitting a ...
- [x] bug report
- [ ] feature request
- [ ] question
## Expected Behavior
In arfc.github.io/software/moltres/wiki/input_example.md, all instances of the word that refers to liquefied salt are spelled "molten"
## Actual Behavior
In arfc.github.io/software/moltres/wiki/input_example.md, there are two instances of the word that refers to liquefied salt are spelled "molton"
## Steps to Reproduce the Problem
1. Launch your instance of the arfc.github.io website and navigate to the Moltres wiki and then go to 'Input Example', or go to [http://arfc.github.io/software/moltres/wiki/input_example/](http://arfc.github.io/software/moltres/wiki/input_example/)
2. Search the webpage for the phrase 'molton'
3. Observe
## Specifications
- Version:
- ruby 2.7.1p83 (2020-03-31 revision a0c7c23c9c) [x86_64-darwin18]
- jekyll 4.1.1
- Platform:
- macOS Mojave 10.14.5
## How can this issue be closed?
Every 'molton' must be changed to 'molten'
| priority | instances of molton in the moltres input example i m submitting a bug report feature request question expected behavior in arfc github io software moltres wiki input example md all instances of the word that refers to liquefied salt are spelled molten actual behavior in arfc github io software moltres wiki input example md there are two instances of the word that refers to liquefied salt are spelled molton steps to reproduce the problem launch your instance of the arfc github io website and navigate to the moltres wiki and then go to input example or go to search the webpage for the phrase molton observe specifications version ruby revision jekyll platform macos mojave how can this issue be closed every molton must be changed to molten | 1 |
671,367 | 22,758,489,440 | IssuesEvent | 2022-07-07 18:46:30 | cds-snc/notification-planning | https://api.github.com/repos/cds-snc/notification-planning | opened | Conduct user research to learn how users store their API keys and their knowledge of security measures | Low Priority | Faible priorité Security | Sécurité Data l Données | _Conduct user research to learn how users store their API keys and their knowledge of security measures_
## Description
Related to tasks #730 and #759
As a (user), I need to be able to do (X) so that I can achieve (Y) outcome.
WHY are we building?
WHAT are we building?
VALUE created by our solution
## Acceptance Criteria** (Definition of done)
_To be refined through discussion with the team_
Given some context, when (X) action occurs, then (Y) outcome is achieved
If this user story emerged from User Research insights:
- [ ] Link research insight back to hypothesis from Epic or Objective in Airtable
- [ ] Once change/fix/feature is implemented, mark insight as "resolved" in Airtable
- [ ] Once change/fix/feature is implements, link insight to design artifacts (Figma) in Airtable
* A11y
* Bilingualism
* Privacy considerations
* Security controls in place
* Measuring success and metrics
## QA Steps
- [ ] Tested in a realistic production scenario
| 1.0 | Conduct user research to learn how users store their API keys and their knowledge of security measures - _Conduct user research to learn how users store their API keys and their knowledge of security measures_
## Description
Related to tasks #730 and #759
As a (user), I need to be able to do (X) so that I can achieve (Y) outcome.
WHY are we building?
WHAT are we building?
VALUE created by our solution
## Acceptance Criteria** (Definition of done)
_To be refined through discussion with the team_
Given some context, when (X) action occurs, then (Y) outcome is achieved
If this user story emerged from User Research insights:
- [ ] Link research insight back to hypothesis from Epic or Objective in Airtable
- [ ] Once change/fix/feature is implemented, mark insight as "resolved" in Airtable
- [ ] Once change/fix/feature is implements, link insight to design artifacts (Figma) in Airtable
* A11y
* Bilingualism
* Privacy considerations
* Security controls in place
* Measuring success and metrics
## QA Steps
- [ ] Tested in a realistic production scenario
| priority | conduct user research to learn how users store their api keys and their knowledge of security measures conduct user research to learn how users store their api keys and their knowledge of security measures description related to tasks and as a user i need to be able to do x so that i can achieve y outcome why are we building what are we building value created by our solution acceptance criteria definition of done to be refined through discussion with the team given some context when x action occurs then y outcome is achieved if this user story emerged from user research insights link research insight back to hypothesis from epic or objective in airtable once change fix feature is implemented mark insight as resolved in airtable once change fix feature is implements link insight to design artifacts figma in airtable bilingualism privacy considerations security controls in place measuring success and metrics qa steps tested in a realistic production scenario | 1 |
731,793 | 25,231,292,618 | IssuesEvent | 2022-11-14 20:04:59 | YunoHost/issues | https://api.github.com/repos/YunoHost/issues | closed | Add an option to hook_exec to copy the script to a tmp location before running it. | :cake: enhancement good first issue :package: App management :construction: refactoring Priority: low | ###### Original Redmine Issue: [910](https://dev.yunohost.org/issues/910)
Author Name: **alexAubin**
---
Follow up of the discussion here https://github.com/YunoHost/yunohost/pull/275#discussion_r113342142
It looks like we often do stuff like :
```
_, tmp_script = tempfile.mkstemp(prefix='backup_')
subprocess.call(['install', '-Dm555', app_script, tmp_script])
```
to run some app_script, before calling hook_exec(tmp_script). It'd be nice to have an option to do this automatically.
| 1.0 | Add an option to hook_exec to copy the script to a tmp location before running it. - ###### Original Redmine Issue: [910](https://dev.yunohost.org/issues/910)
Author Name: **alexAubin**
---
Follow up of the discussion here https://github.com/YunoHost/yunohost/pull/275#discussion_r113342142
It looks like we often do stuff like :
```
_, tmp_script = tempfile.mkstemp(prefix='backup_')
subprocess.call(['install', '-Dm555', app_script, tmp_script])
```
to run some app_script, before calling hook_exec(tmp_script). It'd be nice to have an option to do this automatically.
| priority | add an option to hook exec to copy the script to a tmp location before running it original redmine issue author name alexaubin follow up of the discussion here it looks like we often do stuff like tmp script tempfile mkstemp prefix backup subprocess call to run some app script before calling hook exec tmp script it d be nice to have an option to do this automatically | 1 |
334,690 | 10,144,016,873 | IssuesEvent | 2019-08-04 17:05:56 | eternialz/moeverdose | https://api.github.com/repos/eternialz/moeverdose | closed | Indexes should be sortables | Enhancement Priority:Low Theme:Frontend | Posts, tags, user favorited and user uploaded posts, etc. should be sortable by their upload date, favorite count, overdose/shortages, etc. in ascending and descending order. A reusable component could be made for this. | 1.0 | Indexes should be sortables - Posts, tags, user favorited and user uploaded posts, etc. should be sortable by their upload date, favorite count, overdose/shortages, etc. in ascending and descending order. A reusable component could be made for this. | priority | indexes should be sortables posts tags user favorited and user uploaded posts etc should be sortable by their upload date favorite count overdose shortages etc in ascending and descending order a reusable component could be made for this | 1 |
620,823 | 19,570,541,713 | IssuesEvent | 2022-01-04 09:23:02 | portefaix/portefaix | https://api.github.com/repos/portefaix/portefaix | opened | Teleport: support for additional labels | priority/low kind/feature area/kubernetes lifecycle/frozen todo | Teleport: support for additional labels
https://github.com/gravitational/teleport/pull/9155
portefaix.xyz/version: v0.25.0
https://github.com/portefaix/portefaix/blob/163b3a31f2698da5a997f1cfcebd41feff2b26c9/kubernetes/base/teleport/teleport/teleport.yaml#L51
```yaml
# Copyright (C) 2021 Nicolas Lamirault <nicolas.lamirault@gmail.com>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: teleport
namespace: teleport
spec:
chart:
spec:
# renovate: registryUrl=https://charts.releases.teleport.dev
chart: teleport-cluster
version: 8.0.1
sourceRef:
kind: HelmRepository
name: teleport
namespace: flux-system
interval: 5m
releaseName: teleport
targetNamespace: teleport
test:
enable: false # Enable helm test
install:
crds: CreateReplace
remediation: # perform remediation when helm install fails
retries: 3
upgrade:
crds: CreateReplace
remediation: # perform remediation when helm upgrade fails
retries: 3
remediateLastFailure: true # remediate the last failure, when no retries remain
cleanupOnFail: true
rollback:
timeout: 1m
cleanupOnFail: true
timeout: 10m
values:
# TODO: Teleport: support for additional labels
# labels: kind/feature, priority/low, lifecycle/frozen, area/kubernetes
# https://github.com/gravitational/teleport/pull/9155
# additionalLabels:
# portefaix.xyz/version: v0.25.0
```
f7eb66d4391427df621439a6d9c1eb89d907d10a | 1.0 | Teleport: support for additional labels - Teleport: support for additional labels
https://github.com/gravitational/teleport/pull/9155
portefaix.xyz/version: v0.25.0
https://github.com/portefaix/portefaix/blob/163b3a31f2698da5a997f1cfcebd41feff2b26c9/kubernetes/base/teleport/teleport/teleport.yaml#L51
```yaml
# Copyright (C) 2021 Nicolas Lamirault <nicolas.lamirault@gmail.com>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: teleport
namespace: teleport
spec:
chart:
spec:
# renovate: registryUrl=https://charts.releases.teleport.dev
chart: teleport-cluster
version: 8.0.1
sourceRef:
kind: HelmRepository
name: teleport
namespace: flux-system
interval: 5m
releaseName: teleport
targetNamespace: teleport
test:
enable: false # Enable helm test
install:
crds: CreateReplace
remediation: # perform remediation when helm install fails
retries: 3
upgrade:
crds: CreateReplace
remediation: # perform remediation when helm upgrade fails
retries: 3
remediateLastFailure: true # remediate the last failure, when no retries remain
cleanupOnFail: true
rollback:
timeout: 1m
cleanupOnFail: true
timeout: 10m
values:
# TODO: Teleport: support for additional labels
# labels: kind/feature, priority/low, lifecycle/frozen, area/kubernetes
# https://github.com/gravitational/teleport/pull/9155
# additionalLabels:
# portefaix.xyz/version: v0.25.0
```
f7eb66d4391427df621439a6d9c1eb89d907d10a | priority | teleport support for additional labels teleport support for additional labels portefaix xyz version yaml copyright c nicolas lamirault licensed under the apache license version the license you may not use this file except in compliance with the license you may obtain a copy of the license at unless required by applicable law or agreed to in writing software distributed under the license is distributed on an as is basis without warranties or conditions of any kind either express or implied see the license for the specific language governing permissions and limitations under the license apiversion helm toolkit fluxcd io kind helmrelease metadata name teleport namespace teleport spec chart spec renovate registryurl chart teleport cluster version sourceref kind helmrepository name teleport namespace flux system interval releasename teleport targetnamespace teleport test enable false enable helm test install crds createreplace remediation perform remediation when helm install fails retries upgrade crds createreplace remediation perform remediation when helm upgrade fails retries remediatelastfailure true remediate the last failure when no retries remain cleanuponfail true rollback timeout cleanuponfail true timeout values todo teleport support for additional labels labels kind feature priority low lifecycle frozen area kubernetes additionallabels portefaix xyz version | 1 |
501,714 | 14,531,966,097 | IssuesEvent | 2020-12-14 21:38:09 | ntop/ntopng | https://api.github.com/repos/ntop/ntopng | closed | TLS certificate name dissection possibly not valid | low-priority bug | Dissection of certificates ends early with some garbled characters

| 1.0 | TLS certificate name dissection possibly not valid - Dissection of certificates ends early with some garbled characters

| priority | tls certificate name dissection possibly not valid dissection of certificates ends early with some garbled characters | 1 |
634,677 | 20,369,109,689 | IssuesEvent | 2022-02-21 09:29:38 | dodona-edu/dodona | https://api.github.com/repos/dodona-edu/dodona | closed | Improve labeling of time periods on cumulative plot | bug low priority | I guess the cumulative plots have an off-by-one issue when results are binned per 12 hours. It's just a labelling issue but the period that is for example marked as (12:00-0:00 Tuesday September 28) actually is the second half of the day Monday September 27 (only the 0:00 minute is on Tuesday September 28). I don't know if anything is counted double at the 0:00 and 12:00 at the moment, but at least I would suggest to have time periods of 0:00-11:59 and 12:00-23:59 in this case (instead of 0:00-12:00 and 12:00-00). I was actually confused because at first it seems as if the largest group of submissions came on Tuesday and Saturday, whereas we have hands-on sessions on Mondays and Fridays, which are traditionally the periods where a lot of submissions are made. But nothings wrong with the data itself, it's only an issue of the labelling: 12:00-00 Tuesday September 28 is actually Monday afternoon (when the very first hands-on session happened).


| 1.0 | Improve labeling of time periods on cumulative plot - I guess the cumulative plots have an off-by-one issue when results are binned per 12 hours. It's just a labelling issue but the period that is for example marked as (12:00-0:00 Tuesday September 28) actually is the second half of the day Monday September 27 (only the 0:00 minute is on Tuesday September 28). I don't know if anything is counted double at the 0:00 and 12:00 at the moment, but at least I would suggest to have time periods of 0:00-11:59 and 12:00-23:59 in this case (instead of 0:00-12:00 and 12:00-00). I was actually confused because at first it seems as if the largest group of submissions came on Tuesday and Saturday, whereas we have hands-on sessions on Mondays and Fridays, which are traditionally the periods where a lot of submissions are made. But nothings wrong with the data itself, it's only an issue of the labelling: 12:00-00 Tuesday September 28 is actually Monday afternoon (when the very first hands-on session happened).


| priority | improve labeling of time periods on cumulative plot i guess the cumulative plots have an off by one issue when results are binned per hours it s just a labelling issue but the period that is for example marked as tuesday september actually is the second half of the day monday september only the minute is on tuesday september i don t know if anything is counted double at the and at the moment but at least i would suggest to have time periods of and in this case instead of and i was actually confused because at first it seems as if the largest group of submissions came on tuesday and saturday whereas we have hands on sessions on mondays and fridays which are traditionally the periods where a lot of submissions are made but nothings wrong with the data itself it s only an issue of the labelling tuesday september is actually monday afternoon when the very first hands on session happened | 1 |
419,979 | 12,231,013,580 | IssuesEvent | 2020-05-04 06:45:13 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | opened | [0.9.0 staging-1538] Manage Funds window has troubles with changing size. | Priority: Low | 1. Can't change width if I try to use right side:

2. If I use bottom side I can change both width and height (like if I will use corner):

| 1.0 | [0.9.0 staging-1538] Manage Funds window has troubles with changing size. - 1. Can't change width if I try to use right side:

2. If I use bottom side I can change both width and height (like if I will use corner):

| priority | manage funds window has troubles with changing size can t change width if i try to use right side if i use bottom side i can change both width and height like if i will use corner | 1 |
375,686 | 11,132,875,607 | IssuesEvent | 2019-12-20 08:00:42 | Qiskit/qiskit-terra | https://api.github.com/repos/Qiskit/qiskit-terra | closed | Latex drawer should not plot pi/1 | bug good first issue priority: low status: needs information | <!-- ⚠️ If you do not respect this template, your issue will be closed -->
<!-- ⚠️ Make sure to browse the opened and closed issues -->
### Information
- **Qiskit Terra version**: master
- **Python version**:
- **Operating system**:
### What is the current behavior?
<img width="338" alt="Screen Shot 2019-12-08 at 7 58 27 AM" src="https://user-images.githubusercontent.com/1249193/70389670-8f657f00-1990-11ea-92ab-e5a5258b38aa.png">
### Steps to reproduce the problem
### What is the expected behavior?
### Suggested solutions
| 1.0 | Latex drawer should not plot pi/1 - <!-- ⚠️ If you do not respect this template, your issue will be closed -->
<!-- ⚠️ Make sure to browse the opened and closed issues -->
### Information
- **Qiskit Terra version**: master
- **Python version**:
- **Operating system**:
### What is the current behavior?
<img width="338" alt="Screen Shot 2019-12-08 at 7 58 27 AM" src="https://user-images.githubusercontent.com/1249193/70389670-8f657f00-1990-11ea-92ab-e5a5258b38aa.png">
### Steps to reproduce the problem
### What is the expected behavior?
### Suggested solutions
| priority | latex drawer should not plot pi information qiskit terra version master python version operating system what is the current behavior img width alt screen shot at am src steps to reproduce the problem what is the expected behavior suggested solutions | 1 |
87,391 | 3,750,705,538 | IssuesEvent | 2016-03-11 08:40:13 | subchannel13/zvjezdojedac | https://api.github.com/repos/subchannel13/zvjezdojedac | opened | FPS on battery | Priority-Low | Use different framerate limit when PC is not plugged. Some instructions how to do it:
http://stackoverflow.com/questions/5378449/c-sharp-raise-event-on-powerstatus-change
Also there is a different way for implementing render loop:
http://www.opentk.com/node/1601#comment-8541 | 1.0 | FPS on battery - Use different framerate limit when PC is not plugged. Some instructions how to do it:
http://stackoverflow.com/questions/5378449/c-sharp-raise-event-on-powerstatus-change
Also there is a different way for implementing render loop:
http://www.opentk.com/node/1601#comment-8541 | priority | fps on battery use different framerate limit when pc is not plugged some instructions how to do it also there is a different way for implementing render loop | 1 |
758,891 | 26,572,736,802 | IssuesEvent | 2023-01-21 11:42:05 | AlphaBeta906/BloodAlchemy2 | https://api.github.com/repos/AlphaBeta906/BloodAlchemy2 | opened | Barrel system | issue: feature priority: 1-low release: canary | ## Introduction
The Barrel System is a way to prevent watts from being hoarded by users. Basically a barrel can store 200 watts (can be upgraded,) and will decay. The decay cycle will last 25 days (also can be upgraded,) and it won't automatically self-delete (very intentional game design system ~~not because I can't program it~~.)
## Tasks
- [ ] Generate a basic form of a barrel with watts and date (upgrades will be added later)
- [ ] Show watts that a barrel has
- [ ] Delete/add barrels
- [ ] Use barrels in some sort of shop (future task) | 1.0 | Barrel system - ## Introduction
The Barrel System is a way to prevent watts from being hoarded by users. Basically a barrel can store 200 watts (can be upgraded,) and will decay. The decay cycle will last 25 days (also can be upgraded,) and it won't automatically self-delete (very intentional game design system ~~not because I can't program it~~.)
## Tasks
- [ ] Generate a basic form of a barrel with watts and date (upgrades will be added later)
- [ ] Show watts that a barrel has
- [ ] Delete/add barrels
- [ ] Use barrels in some sort of shop (future task) | priority | barrel system introduction the barrel system is a way to prevent watts from being hoarded by users basically a barrel can store watts can be upgraded and will decay the decay cycle will last days also can be upgraded and it won t automatically self delete very intentional game design system not because i can t program it tasks generate a basic form of a barrel with watts and date upgrades will be added later show watts that a barrel has delete add barrels use barrels in some sort of shop future task | 1 |
778,898 | 27,333,015,588 | IssuesEvent | 2023-02-25 21:40:51 | clt313/SuperballVR | https://api.github.com/repos/clt313/SuperballVR | opened | Update settings menu with current project goals | priority: low | Unless we can think of some gameplay options, we should remove the Gameplay button from the settings menu. | 1.0 | Update settings menu with current project goals - Unless we can think of some gameplay options, we should remove the Gameplay button from the settings menu. | priority | update settings menu with current project goals unless we can think of some gameplay options we should remove the gameplay button from the settings menu | 1 |
529,177 | 15,382,657,152 | IssuesEvent | 2021-03-03 01:05:37 | mantidproject/mantid | https://api.github.com/repos/mantidproject/mantid | closed | Remove use of ADS in PlotPeakByLogValue | Indirect Inelastic Low Priority Maintenance Stale | Currently WorkspaceGroups are handled poorly in the PlotPeakByLogValue algorithm. The are put into the ADS rather than being separate Output Properties in the algorithm. All use of the ADS in this algorithm should be removed in favor of using the Properties.
This should be done in two parts:
- [x] 1. Removing ADS in favor of Algorithm Properties
- [x] 2. After this, branch should be merged with master
- [ ] 3. Altering calls made to PlotPeakByLogValue to accommodate this change
---
Places that call PlotPeakByLogValue include:
- `ConvolutionFitSequential.cpp`
- `MultiDataSetFit.cpp`
- `SequentialFitDialog.cpp`
- `IndirectDataAnalysis.py`
- `IndirectCommonTest.py`
- `PlotPeakByLogValue.cpp`
- `PlotPeakByLogValueTest.cpp`
- `PlotPeakByLogValue-v1.rst`
---
The following need to be checked with this change:
- [ ] Unit Tests
- [ ] Doc Tests
- [ ] System tests
- [ ] General functionality
| 1.0 | Remove use of ADS in PlotPeakByLogValue - Currently WorkspaceGroups are handled poorly in the PlotPeakByLogValue algorithm. The are put into the ADS rather than being separate Output Properties in the algorithm. All use of the ADS in this algorithm should be removed in favor of using the Properties.
This should be done in two parts:
- [x] 1. Removing ADS in favor of Algorithm Properties
- [x] 2. After this, branch should be merged with master
- [ ] 3. Altering calls made to PlotPeakByLogValue to accommodate this change
---
Places that call PlotPeakByLogValue include:
- `ConvolutionFitSequential.cpp`
- `MultiDataSetFit.cpp`
- `SequentialFitDialog.cpp`
- `IndirectDataAnalysis.py`
- `IndirectCommonTest.py`
- `PlotPeakByLogValue.cpp`
- `PlotPeakByLogValueTest.cpp`
- `PlotPeakByLogValue-v1.rst`
---
The following need to be checked with this change:
- [ ] Unit Tests
- [ ] Doc Tests
- [ ] System tests
- [ ] General functionality
| priority | remove use of ads in plotpeakbylogvalue currently workspacegroups are handled poorly in the plotpeakbylogvalue algorithm the are put into the ads rather than being separate output properties in the algorithm all use of the ads in this algorithm should be removed in favor of using the properties this should be done in two parts removing ads in favor of algorithm properties after this branch should be merged with master altering calls made to plotpeakbylogvalue to accommodate this change places that call plotpeakbylogvalue include convolutionfitsequential cpp multidatasetfit cpp sequentialfitdialog cpp indirectdataanalysis py indirectcommontest py plotpeakbylogvalue cpp plotpeakbylogvaluetest cpp plotpeakbylogvalue rst the following need to be checked with this change unit tests doc tests system tests general functionality | 1 |
652,748 | 21,560,586,913 | IssuesEvent | 2022-05-01 04:59:21 | Sequel-Ace/Sequel-Ace | https://api.github.com/repos/Sequel-Ace/Sequel-Ace | closed | VARCHAR/CHAR.. column NOT NULLABLE but DEFAULT NULL may should show Default NULL(not blank) in table structure view | stale Need More Info Low priority | <!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
- Sequel Ace Version (including build number): Until Version 3.5.1 Build 20031
- MySQL Version: Mysql 8.0.28
```
mysql> SHOW CREATE TABLE `test`.`test`\G
*************************** 1. row ***************************
Table: test
Create Table: CREATE TABLE `test` (
`id` int unsigned NOT NULL,
`name` varchar(8) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL,
`type` char(8) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci
1 row in set (0.00 sec)
mysql> SELECT `COLUMN_NAME`, `DATA_TYPE`, `COLUMN_TYPE`, `IS_NULLABLE`, `COLUMN_DEFAULT`
-> FROM `information_schema`.`COLUMNS`
-> WHERE `TABLE_SCHEMA` = "test"
-> AND `TABLE_NAME` = "test"
-> ORDER BY `ORDINAL_POSITION`;
+-------------+-----------+--------------+-------------+----------------+
| COLUMN_NAME | DATA_TYPE | COLUMN_TYPE | IS_NULLABLE | COLUMN_DEFAULT |
+-------------+-----------+--------------+-------------+----------------+
| id | int | int unsigned | NO | NULL |
| name | varchar | varchar(8) | NO | NULL |
| type | char | char(8) | NO | |
+-------------+-----------+--------------+-------------+----------------+
3 rows in set (0.00 sec)
```
`name` DEFAULT VALUE is different from `type`, but in table structure view they are same:

In SQL, DEFAULT NULL is different from "", even column NOT NULLABLE:
```
mysql> INSERT INTO `test`.`test` (`id`, `name`, `type`) value (1, DEFAULT, "TYPE");
ERROR 1364 (HY000): Field 'name' doesn't have a default value
mysql> INSERT INTO `test`.`test` (`id`, `name`, `type`) value (1, "NAME", DEFAULT);
Query OK, 1 row affected (0.00 sec)
mysql> SELECT * FROM `test`.`test`;
+----+------+------+
| id | name | type |
+----+------+------+
| 1 | NAME | |
+----+------+------+
1 row in set (0.00 sec)
```
DEFAULT INSERT can be used in dynamic SQL(if column null use DEFAULT). INSERT NULL `name` cause ERROR, but INSERT "" `type` success silently(cause dirty data).
No "string not empty" constraints before MYSQL 8.0.16, I use "DEFAULT NULL NOT NULL" to prevent forget to set the required column.
Hope to see Default NULL clearly in structure ui.
Suggest:

| 1.0 | VARCHAR/CHAR.. column NOT NULLABLE but DEFAULT NULL may should show Default NULL(not blank) in table structure view - <!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->
- Sequel Ace Version (including build number): Until Version 3.5.1 Build 20031
- MySQL Version: Mysql 8.0.28
```
mysql> SHOW CREATE TABLE `test`.`test`\G
*************************** 1. row ***************************
Table: test
Create Table: CREATE TABLE `test` (
`id` int unsigned NOT NULL,
`name` varchar(8) CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci NOT NULL,
`type` char(8) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci
1 row in set (0.00 sec)
mysql> SELECT `COLUMN_NAME`, `DATA_TYPE`, `COLUMN_TYPE`, `IS_NULLABLE`, `COLUMN_DEFAULT`
-> FROM `information_schema`.`COLUMNS`
-> WHERE `TABLE_SCHEMA` = "test"
-> AND `TABLE_NAME` = "test"
-> ORDER BY `ORDINAL_POSITION`;
+-------------+-----------+--------------+-------------+----------------+
| COLUMN_NAME | DATA_TYPE | COLUMN_TYPE | IS_NULLABLE | COLUMN_DEFAULT |
+-------------+-----------+--------------+-------------+----------------+
| id | int | int unsigned | NO | NULL |
| name | varchar | varchar(8) | NO | NULL |
| type | char | char(8) | NO | |
+-------------+-----------+--------------+-------------+----------------+
3 rows in set (0.00 sec)
```
`name` DEFAULT VALUE is different from `type`, but in table structure view they are same:

In SQL, DEFAULT NULL is different from "", even column NOT NULLABLE:
```
mysql> INSERT INTO `test`.`test` (`id`, `name`, `type`) value (1, DEFAULT, "TYPE");
ERROR 1364 (HY000): Field 'name' doesn't have a default value
mysql> INSERT INTO `test`.`test` (`id`, `name`, `type`) value (1, "NAME", DEFAULT);
Query OK, 1 row affected (0.00 sec)
mysql> SELECT * FROM `test`.`test`;
+----+------+------+
| id | name | type |
+----+------+------+
| 1 | NAME | |
+----+------+------+
1 row in set (0.00 sec)
```
DEFAULT INSERT can be used in dynamic SQL(if column null use DEFAULT). INSERT NULL `name` cause ERROR, but INSERT "" `type` success silently(cause dirty data).
No "string not empty" constraints before MYSQL 8.0.16, I use "DEFAULT NULL NOT NULL" to prevent forget to set the required column.
Hope to see Default NULL clearly in structure ui.
Suggest:

| priority | varchar char column not nullable but default null may should show default null not blank in table structure view sequel ace version including build number until version build mysql version mysql mysql show create table test test g row table test create table create table test id int unsigned not null name varchar character set collate ai ci not null type char not null default engine innodb default charset collate ai ci row in set sec mysql select column name data type column type is nullable column default from information schema columns where table schema test and table name test order by ordinal position column name data type column type is nullable column default id int int unsigned no null name varchar varchar no null type char char no rows in set sec name default value is different from type but in table structure view they are same in sql default null is different from even column not nullable mysql insert into test test id name type value default type error field name doesn t have a default value mysql insert into test test id name type value name default query ok row affected sec mysql select from test test id name type name row in set sec default insert can be used in dynamic sql if column null use default insert null name cause error but insert type success silently cause dirty data no string not empty constraints before mysql i use default null not null to prevent forget to set the required column hope to see default null clearly in structure ui suggest | 1 |
645,202 | 20,997,956,551 | IssuesEvent | 2022-03-29 14:55:55 | rathena/rathena | https://api.github.com/repos/rathena/rathena | closed | Reading Spell Book and Comet not working properly | status:confirmed component:skill priority:low mode:renewal type:bug | <!-- NOTE: Anything within these brackets will be hidden on the preview of the Issue. -->
* **rAthena Hash**:
<!-- Please specify the rAthena [GitHub hash](https://help.github.com/articles/autolinked-references-and-urls/#commit-shas) on which you encountered this issue.
How to get your GitHub Hash:
1. cd your/rAthena/directory/
2. git rev-parse --short HEAD
3. Copy the resulting hash.
-->
* **Client Date**: 20210107
<!-- Please specify the client date you used. -->
* **Server Mode**: Renewal
<!-- Which mode does your server use: Pre-Renewal or Renewal? -->
* **Description of Issue**:
* Result: <!-- Describe the issue that you experienced in detail. --> Reading Spell Book sometimes cannot be casted and or cannot use any book for that matter especially above 3 spells.
Additional: Comet For some reason doesn't use the Magic Poison Status effect even if it is indicated on Status DB and was instead using burn.
* Expected Result: <!-- Describe what you would expect to happen in detail. --> You can do the things above
* How to Reproduce: <!-- If you have not stated in the description of the result already, please give us a short guide how we can reproduce your issue. --> Use reading spell book Issue started after the Status Change DB update
* Official Information: <!-- If possible, provide information from official servers (kRO or other sources) which prove that the result is wrong. Please take into account that iRO (especially iRO Wiki) is not always the same as kRO. -->
<!-- * _NOTE: Make sure you quote ``` `@atcommands` ``` just like this so that you do not tag uninvolved GitHub users!_ -->
* **Modifications that may affect results**:
<!-- * Please provide any information that could influence the expected result. -->
<!-- * This can be either configurations you changed, database values you changed, or even external source modifications. -->
| 1.0 | Reading Spell Book and Comet not working properly - <!-- NOTE: Anything within these brackets will be hidden on the preview of the Issue. -->
* **rAthena Hash**:
<!-- Please specify the rAthena [GitHub hash](https://help.github.com/articles/autolinked-references-and-urls/#commit-shas) on which you encountered this issue.
How to get your GitHub Hash:
1. cd your/rAthena/directory/
2. git rev-parse --short HEAD
3. Copy the resulting hash.
-->
* **Client Date**: 20210107
<!-- Please specify the client date you used. -->
* **Server Mode**: Renewal
<!-- Which mode does your server use: Pre-Renewal or Renewal? -->
* **Description of Issue**:
* Result: <!-- Describe the issue that you experienced in detail. --> Reading Spell Book sometimes cannot be casted and or cannot use any book for that matter especially above 3 spells.
Additional: Comet For some reason doesn't use the Magic Poison Status effect even if it is indicated on Status DB and was instead using burn.
* Expected Result: <!-- Describe what you would expect to happen in detail. --> You can do the things above
* How to Reproduce: <!-- If you have not stated in the description of the result already, please give us a short guide how we can reproduce your issue. --> Use reading spell book Issue started after the Status Change DB update
* Official Information: <!-- If possible, provide information from official servers (kRO or other sources) which prove that the result is wrong. Please take into account that iRO (especially iRO Wiki) is not always the same as kRO. -->
<!-- * _NOTE: Make sure you quote ``` `@atcommands` ``` just like this so that you do not tag uninvolved GitHub users!_ -->
* **Modifications that may affect results**:
<!-- * Please provide any information that could influence the expected result. -->
<!-- * This can be either configurations you changed, database values you changed, or even external source modifications. -->
| priority | reading spell book and comet not working properly rathena hash please specify the rathena on which you encountered this issue how to get your github hash cd your rathena directory git rev parse short head copy the resulting hash client date server mode renewal description of issue result reading spell book sometimes cannot be casted and or cannot use any book for that matter especially above spells additional comet for some reason doesn t use the magic poison status effect even if it is indicated on status db and was instead using burn expected result you can do the things above how to reproduce use reading spell book issue started after the status change db update official information modifications that may affect results | 1 |
538,948 | 15,781,263,233 | IssuesEvent | 2021-04-01 11:06:40 | GoogleCloudPlatform/dotnet-docs-samples | https://api.github.com/repos/GoogleCloudPlatform/dotnet-docs-samples | closed | Dialogflow: Add mega agents sample. | api: dialogflow priority: p2 samples type: feature request | Just routing googleapis/google-cloud-dotnet/issues/5156 here, where it belongs. (It can't be actually transfered because the repos are under different orgs.)
FYI: @juliolitwin | 1.0 | Dialogflow: Add mega agents sample. - Just routing googleapis/google-cloud-dotnet/issues/5156 here, where it belongs. (It can't be actually transfered because the repos are under different orgs.)
FYI: @juliolitwin | priority | dialogflow add mega agents sample just routing googleapis google cloud dotnet issues here where it belongs it can t be actually transfered because the repos are under different orgs fyi juliolitwin | 1 |
654,368 | 21,649,033,063 | IssuesEvent | 2022-05-06 07:19:39 | Blackoutburst/Wally | https://api.github.com/repos/Blackoutburst/Wally | opened | Migrate the database | low priority | The database format completely changed so it must be converted to the new format | 1.0 | Migrate the database - The database format completely changed so it must be converted to the new format | priority | migrate the database the database format completely changed so it must be converted to the new format | 1 |
824,529 | 31,160,700,676 | IssuesEvent | 2023-08-16 15:47:48 | Automattic/woocommerce-payments | https://api.github.com/repos/Automattic/woocommerce-payments | reopened | SEPA doesn't support subscription products in split UPE | type: bug priority: low component: wcpay subscriptions | Split UPE doesn't support checking out subscription products with SEPA.
With an old UPE in `develop`:
* Users can use SEPA to buy a subscription product
* Users can re-use SEPA, which are already on the saved payment methods list
* Users cannot save SEPA they use when checking out a subscription.
On the split UPE, however:
* Users cannot use SEPA to buy a subscription product
* Users see SEPA methods that were saved previously, but when using them, there’s an error
Acceptance criteria:
* Users can use SEPA to buy a subscription product
* Users can re-use SEPA, which are already on the saved payment methods list
* Users cannot save SEPA they use when checking out a subscription. | 1.0 | SEPA doesn't support subscription products in split UPE - Split UPE doesn't support checking out subscription products with SEPA.
With an old UPE in `develop`:
* Users can use SEPA to buy a subscription product
* Users can re-use SEPA, which are already on the saved payment methods list
* Users cannot save SEPA they use when checking out a subscription.
On the split UPE, however:
* Users cannot use SEPA to buy a subscription product
* Users see SEPA methods that were saved previously, but when using them, there’s an error
Acceptance criteria:
* Users can use SEPA to buy a subscription product
* Users can re-use SEPA, which are already on the saved payment methods list
* Users cannot save SEPA they use when checking out a subscription. | priority | sepa doesn t support subscription products in split upe split upe doesn t support checking out subscription products with sepa with an old upe in develop users can use sepa to buy a subscription product users can re use sepa which are already on the saved payment methods list users cannot save sepa they use when checking out a subscription on the split upe however users cannot use sepa to buy a subscription product users see sepa methods that were saved previously but when using them there’s an error acceptance criteria users can use sepa to buy a subscription product users can re use sepa which are already on the saved payment methods list users cannot save sepa they use when checking out a subscription | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.