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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
778,870 | 27,332,406,710 | IssuesEvent | 2023-02-25 19:59:49 | Kashuab/mobx-depot | https://api.github.com/repos/Kashuab/mobx-depot | closed | Reduce verbosity in base models | low priority cleanup | Every property in a base model class gets these definitions:
```tsx
private _firstName?: string;
get firstName(): string {
if (this._firstName === undefined) throw new Error('Property firstName is not selected');
return this._firstName;
}
set firstName(value: string) {
this._firstName = v... | 1.0 | Reduce verbosity in base models - Every property in a base model class gets these definitions:
```tsx
private _firstName?: string;
get firstName(): string {
if (this._firstName === undefined) throw new Error('Property firstName is not selected');
return this._firstName;
}
set firstName(value: ... | priority | reduce verbosity in base models every property in a base model class gets these definitions tsx private firstname string get firstname string if this firstname undefined throw new error property firstname is not selected return this firstname set firstname value ... | 1 |
607,306 | 18,779,470,315 | IssuesEvent | 2021-11-08 03:29:23 | PollBuddy/PollBuddy | https://api.github.com/repos/PollBuddy/PollBuddy | opened | DB Indexes for groups | backend low-priority | **Please describe what has to be done**
Create DB indexes for searching for what groups a user is a member of, and which groups they are an admin of, by searching on user's `_id`. | 1.0 | DB Indexes for groups - **Please describe what has to be done**
Create DB indexes for searching for what groups a user is a member of, and which groups they are an admin of, by searching on user's `_id`. | priority | db indexes for groups please describe what has to be done create db indexes for searching for what groups a user is a member of and which groups they are an admin of by searching on user s id | 1 |
272,641 | 8,515,758,192 | IssuesEvent | 2018-10-31 22:53:08 | JustArchiNET/ASF-ui | https://api.github.com/repos/JustArchiNET/ASF-ui | closed | Improve recognizability for used/unused keys pop up | Priority: Low Type: Improvement | I think that maybe not every user would know that you can click the text and get a pop up.
Right now the only indicator is the changing cursor when hovering over the text.

Maybe we could improve that... | 1.0 | Improve recognizability for used/unused keys pop up - I think that maybe not every user would know that you can click the text and get a pop up.
Right now the only indicator is the changing cursor when hovering over the text.
. Possibly a button for adding more PVs as well. | 1.0 | Allow entering two or more "original" PVs on song submission page - Currently there's fields for one original PV and one reprint. Should add dropdowns for selecting type for each PV (by default the first can be original and second a reprint). Possibly a button for adding more PVs as well. | priority | allow entering two or more original pvs on song submission page currently there s fields for one original pv and one reprint should add dropdowns for selecting type for each pv by default the first can be original and second a reprint possibly a button for adding more pvs as well | 1 |
506,648 | 14,669,807,730 | IssuesEvent | 2020-12-30 02:17:03 | GrapheneOS/os_issue_tracker | https://api.github.com/repos/GrapheneOS/os_issue_tracker | closed | roll back changes to vndk ABI caused by churn from compiler hardening | enhancement low-priority upstream | This seems to have been triggered by enabling -ftrivial-auto-var-init=zero. It doesn't seem like anything is actually wrong but rather a lot of non-public things leak into the C++ ABI potentially due to them not using -fvisibility=hidden. | 1.0 | roll back changes to vndk ABI caused by churn from compiler hardening - This seems to have been triggered by enabling -ftrivial-auto-var-init=zero. It doesn't seem like anything is actually wrong but rather a lot of non-public things leak into the C++ ABI potentially due to them not using -fvisibility=hidden. | priority | roll back changes to vndk abi caused by churn from compiler hardening this seems to have been triggered by enabling ftrivial auto var init zero it doesn t seem like anything is actually wrong but rather a lot of non public things leak into the c abi potentially due to them not using fvisibility hidden | 1 |
123,038 | 4,848,921,589 | IssuesEvent | 2016-11-10 18:55:34 | dalaranwow/dalaran-wow | https://api.github.com/repos/dalaranwow/dalaran-wow | closed | Runetog Wildhammer not offering flight services | Continent - Outland Priority - Low | **Description**:
The NPC Runetog Wildhammer, located at 78.4 34.9 in Hellfire Peninsula, is a Gryphon Master.
**Current behaviour**: Tell us what happens in detail (Where, When, What, Why, Who)
Clicking on the dialogue option "Show me where I can fly" gives no response; there is no option to choose a flight path.
**E... | 1.0 | Runetog Wildhammer not offering flight services - **Description**:
The NPC Runetog Wildhammer, located at 78.4 34.9 in Hellfire Peninsula, is a Gryphon Master.
**Current behaviour**: Tell us what happens in detail (Where, When, What, Why, Who)
Clicking on the dialogue option "Show me where I can fly" gives no respons... | priority | runetog wildhammer not offering flight services description the npc runetog wildhammer located at in hellfire peninsula is a gryphon master current behaviour tell us what happens in detail where when what why who clicking on the dialogue option show me where i can fly gives no response ... | 1 |
756,321 | 26,466,448,298 | IssuesEvent | 2023-01-17 00:30:06 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | Logging with RTT backend on STM32WB strange behavier | bug priority: low area: Logging platform: STM32 Stale | RTT backend of Loging have strange behavier. It prints out strange characters not in period 2s.
If then clear DBG_STOP flag in DBGMCU register it works better. It prints strange chars only when BLE stack start. After that it looks that it works.
To clear or not set DBG_STOP bit I was commented line 65 "LL_DBGMCU_En... | 1.0 | Logging with RTT backend on STM32WB strange behavier - RTT backend of Loging have strange behavier. It prints out strange characters not in period 2s.
If then clear DBG_STOP flag in DBGMCU register it works better. It prints strange chars only when BLE stack start. After that it looks that it works.
To clear or not... | priority | logging with rtt backend on strange behavier rtt backend of loging have strange behavier it prints out strange characters not in period if then clear dbg stop flag in dbgmcu register it works better it prints strange chars only when ble stack start after that it looks that it works to clear or not set db... | 1 |
785,865 | 27,626,198,336 | IssuesEvent | 2023-03-10 07:02:23 | rism-digital/verovio | https://api.github.com/repos/rism-digital/verovio | closed | --even-note-spacing option description | enhancement low priority | The `--even-note-spacing` option when listing options information on the command-line is vague and not useful:
```
--even-note-spacing Specify the linear spacing factor
```
Technically it is an option that sets `--spacingLinear 0` (and perhaps by accident `--spacingNonLinear 0`). "Specify the li... | 1.0 | --even-note-spacing option description - The `--even-note-spacing` option when listing options information on the command-line is vague and not useful:
```
--even-note-spacing Specify the linear spacing factor
```
Technically it is an option that sets `--spacingLinear 0` (and perhaps by accident `... | priority | even note spacing option description the even note spacing option when listing options information on the command line is vague and not useful even note spacing specify the linear spacing factor technically it is an option that sets spacinglinear and perhaps by accident ... | 1 |
299,338 | 9,205,374,866 | IssuesEvent | 2019-03-08 10:23:42 | qissue-bot/QGIS | https://api.github.com/repos/qissue-bot/QGIS | closed | can't connect to postgres without password | Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report | ---
Author Name: **Maciej Sieczka -** (Maciej Sieczka -)
Original Redmine Issue: 735, https://issues.qgis.org/issues/735
Original Assignee: nobody -
---
When I try to connect or test a connection to a [[PostGIS]] database as user that has no password I get an error:
```
fe_sendauth: no password supplied
```
The... | 1.0 | can't connect to postgres without password - ---
Author Name: **Maciej Sieczka -** (Maciej Sieczka -)
Original Redmine Issue: 735, https://issues.qgis.org/issues/735
Original Assignee: nobody -
---
When I try to connect or test a connection to a [[PostGIS]] database as user that has no password I get an error:
``... | priority | can t connect to postgres without password author name maciej sieczka maciej sieczka original redmine issue original assignee nobody when i try to connect or test a connection to a database as user that has no password i get an error fe sendauth no password supplied th... | 1 |
797,140 | 28,138,890,243 | IssuesEvent | 2023-04-01 18:06:17 | Atlas-OS/Atlas | https://api.github.com/repos/Atlas-OS/Atlas | closed | Network connections' bridging doesn't create bridge network device | bug low priority | ### Prerequisites
- [X] This is not a support issue or a question. For any support, questions or help, visit our [Discord server](https://discord.com/servers/atlas-795710270000332800).
- [X] I performed a [cursory search of the issue tracker](https://github.com/Atlas-OS/Atlas/issues?q=is%3Aissue) to avoid opening a... | 1.0 | Network connections' bridging doesn't create bridge network device - ### Prerequisites
- [X] This is not a support issue or a question. For any support, questions or help, visit our [Discord server](https://discord.com/servers/atlas-795710270000332800).
- [X] I performed a [cursory search of the issue tracker](http... | priority | network connections bridging doesn t create bridge network device prerequisites this is not a support issue or a question for any support questions or help visit our i performed a to avoid opening a duplicate issue i checked the to understand that the issue i am reporting is not ... | 1 |
383,208 | 11,352,471,388 | IssuesEvent | 2020-01-24 13:43:14 | tracim/tracim | https://api.github.com/repos/tracim/tracim | closed | remove deprecated LDAP parameters | backend low priority verified | ## Bug description & symptom
bug discovered with https://github.com/tracim/tracim/issues/2612
Some ldap parameters are now deprecated because there not used to connect to LDAP.
These parameters are legacy config from tracim v1. Connection mecanism has changed making those parameters not useful anymore.
`LDAP_UR... | 1.0 | remove deprecated LDAP parameters - ## Bug description & symptom
bug discovered with https://github.com/tracim/tracim/issues/2612
Some ldap parameters are now deprecated because there not used to connect to LDAP.
These parameters are legacy config from tracim v1. Connection mecanism has changed making those parame... | priority | remove deprecated ldap parameters bug description symptom bug discovered with some ldap parameters are now deprecated because there not used to connect to ldap these parameters are legacy config from tracim connection mecanism has changed making those parameters not useful anymore ldap url is th... | 1 |
377,619 | 11,177,313,404 | IssuesEvent | 2019-12-30 10:17:27 | rosenpin/always-on-amoled | https://api.github.com/repos/rosenpin/always-on-amoled | closed | Option for gestures shortcuts | enhancement priority: low | Gestures to:
- [x] Read the time/battery status/notifications
- [x] Perform tasker tasks/shortcuts
- [ ] Open apps
- [x] Control music
| 1.0 | Option for gestures shortcuts - Gestures to:
- [x] Read the time/battery status/notifications
- [x] Perform tasker tasks/shortcuts
- [ ] Open apps
- [x] Control music
| priority | option for gestures shortcuts gestures to read the time battery status notifications perform tasker tasks shortcuts open apps control music | 1 |
657,552 | 21,796,471,727 | IssuesEvent | 2022-05-15 18:03:03 | status-im/status-desktop | https://api.github.com/repos/status-im/status-desktop | closed | Can't decline a contact request for recovered account | bug Chat Activity_center priority 3: low hard-to-replicate on hold E:Bugfixes | # Bug Report
## Description
In case there is incoming request , that was already present before, so lets say u imported account and have incoming contact request and u do nothing with it and wipe all your data folder and import the same account again - in this case the contact request re-appears and u can't decli... | 1.0 | Can't decline a contact request for recovered account - # Bug Report
## Description
In case there is incoming request , that was already present before, so lets say u imported account and have incoming contact request and u do nothing with it and wipe all your data folder and import the same account again - in th... | priority | can t decline a contact request for recovered account bug report description in case there is incoming request that was already present before so lets say u imported account and have incoming contact request and u do nothing with it and wipe all your data folder and import the same account again in th... | 1 |
333,903 | 10,133,253,085 | IssuesEvent | 2019-08-02 02:23:51 | nhn/tui.grid | https://api.github.com/repos/nhn/tui.grid | closed | apply new prettier options | 4.x Enhancement NHN Priority: Low | * apply new prettier options
```
{
"printWidth" : 100,
"singleQuote" : true
}
``` | 1.0 | apply new prettier options - * apply new prettier options
```
{
"printWidth" : 100,
"singleQuote" : true
}
``` | priority | apply new prettier options apply new prettier options printwidth singlequote true | 1 |
669,210 | 22,616,506,353 | IssuesEvent | 2022-06-29 22:55:52 | RAF-SI-2021/Banka-Back | https://api.github.com/repos/RAF-SI-2021/Banka-Back | closed | SetOtpSeecret does not have any seecret validation | bug area/backend priority/low | Check if sent secret is 20 bytes long base32 encoded string | 1.0 | SetOtpSeecret does not have any seecret validation - Check if sent secret is 20 bytes long base32 encoded string | priority | setotpseecret does not have any seecret validation check if sent secret is bytes long encoded string | 1 |
279,760 | 8,672,748,023 | IssuesEvent | 2018-11-29 23:13:14 | rathena/rathena | https://api.github.com/repos/rathena/rathena | closed | White Imprison + Reflect | component:skill mode:prerenewal mode:renewal priority:low status:confirmed type:bug | * **rAthena Hash**: https://github.com/rathena/rathena/commit/7066cac9a4df30851a31a717bc6635313b006489
* **Client Date**: 2018-06-21
* **Server Mode**: RE
* **Description of Issue**: Reflecting is working on targets that are over White Imprison effect.
* How to Reproduce: Use White Imprison on a target with any i... | 1.0 | White Imprison + Reflect - * **rAthena Hash**: https://github.com/rathena/rathena/commit/7066cac9a4df30851a31a717bc6635313b006489
* **Client Date**: 2018-06-21
* **Server Mode**: RE
* **Description of Issue**: Reflecting is working on targets that are over White Imprison effect.
* How to Reproduce: Use White Impr... | priority | white imprison reflect rathena hash client date server mode re description of issue reflecting is working on targets that are over white imprison effect how to reproduce use white imprison on a target with any item to reflect and attack this target | 1 |
119,610 | 4,773,122,623 | IssuesEvent | 2016-10-26 23:07:41 | codesardine/Jade-Application-Kit | https://api.github.com/repos/codesardine/Jade-Application-Kit | closed | add ability to run shell scripts at runtime | enhancement Low Priority | ## FEATURE REQUEST:
#### Context
this is nothing we cant do with code but sometimes a quik shell script is very usefull!
this needs to be done in a way that the scripts cannot be executed remotely. | 1.0 | add ability to run shell scripts at runtime - ## FEATURE REQUEST:
#### Context
this is nothing we cant do with code but sometimes a quik shell script is very usefull!
this needs to be done in a way that the scripts cannot be executed remotely. | priority | add ability to run shell scripts at runtime feature request context this is nothing we cant do with code but sometimes a quik shell script is very usefull this needs to be done in a way that the scripts cannot be executed remotely | 1 |
292,439 | 8,958,054,032 | IssuesEvent | 2019-01-27 10:58:45 | OpenPrinting/openprinting.github.io | https://api.github.com/repos/OpenPrinting/openprinting.github.io | closed | Add license to the website | difficulty/low priority/high | Add license to the website. @tillkamppeter please suggest what license should be used for the website. | 1.0 | Add license to the website - Add license to the website. @tillkamppeter please suggest what license should be used for the website. | priority | add license to the website add license to the website tillkamppeter please suggest what license should be used for the website | 1 |
790,523 | 27,828,395,211 | IssuesEvent | 2023-03-20 00:53:16 | AY2223S2-CS2113-W15-3/tp | https://api.github.com/repos/AY2223S2-CS2113-W15-3/tp | closed | Add text color based on the type of error message | type.Enhancement priority.Low | For example, if its an error message:
ERROR_BUDGET_INVALID_ACTION("Invalid action for budget. Use these actions: add, set, del, list, find, help")
Print the message in red colour (cant put colour here in markdown).
Also for warning message, print the message in yellow colour. | 1.0 | Add text color based on the type of error message - For example, if its an error message:
ERROR_BUDGET_INVALID_ACTION("Invalid action for budget. Use these actions: add, set, del, list, find, help")
Print the message in red colour (cant put colour here in markdown).
Also for warning message, print the message in y... | priority | add text color based on the type of error message for example if its an error message error budget invalid action invalid action for budget use these actions add set del list find help print the message in red colour cant put colour here in markdown also for warning message print the message in y... | 1 |
327,334 | 9,974,211,693 | IssuesEvent | 2019-07-09 10:03:34 | persephone-tools/persephone | https://api.github.com/repos/persephone-tools/persephone | closed | Move optional parameters into kwargs | low-priority refactor | Currently there's a few places where there are optional parameters that are not in kwargs. This means we can't pass optional parameters with defaults in a few places, once you skip an optional one there's no way to pass subsequent ones as positional.
Consider `Corpus.__init__`:
```
def __init__(self, feat_type: st... | 1.0 | Move optional parameters into kwargs - Currently there's a few places where there are optional parameters that are not in kwargs. This means we can't pass optional parameters with defaults in a few places, once you skip an optional one there's no way to pass subsequent ones as positional.
Consider `Corpus.__init__`:... | priority | move optional parameters into kwargs currently there s a few places where there are optional parameters that are not in kwargs this means we can t pass optional parameters with defaults in a few places once you skip an optional one there s no way to pass subsequent ones as positional consider corpus init ... | 1 |
700,099 | 24,046,007,121 | IssuesEvent | 2022-09-16 08:23:59 | ChainSafe/forest | https://api.github.com/repos/ChainSafe/forest | closed | Update `lru` dependency | Priority: 4 - Low Maintenance Status: Needs Triage Ready | **Issue summary**
<!-- A clear and concise description of what the issue is. -->
It's required that https://github.com/ChainSafe/forest/pull/1896 will be first merged
**Other information and links**
<!-- Add any other context, existing implementation reference or screenshots about the task here. -->
<!--... | 1.0 | Update `lru` dependency - **Issue summary**
<!-- A clear and concise description of what the issue is. -->
It's required that https://github.com/ChainSafe/forest/pull/1896 will be first merged
**Other information and links**
<!-- Add any other context, existing implementation reference or screenshots about th... | priority | update lru dependency issue summary it s required that will be first merged other information and links | 1 |
816,351 | 30,596,825,345 | IssuesEvent | 2023-07-21 23:36:46 | digitaldanny/LaserDefendersV2 | https://api.github.com/repos/digitaldanny/LaserDefendersV2 | opened | Enemy: Slapper | priority-low gameplay | - Spinning enemy that can slap you crooked. For a short period of time, you will be pointed at a random angle.
- Animation to show that the player is about to straighten out again. | 1.0 | Enemy: Slapper - - Spinning enemy that can slap you crooked. For a short period of time, you will be pointed at a random angle.
- Animation to show that the player is about to straighten out again. | priority | enemy slapper spinning enemy that can slap you crooked for a short period of time you will be pointed at a random angle animation to show that the player is about to straighten out again | 1 |
597,492 | 18,165,145,732 | IssuesEvent | 2021-09-27 13:56:45 | ooni/backend | https://api.github.com/repos/ooni/backend | opened | Add API endpoint for returning number of measurements per software_name | user feedback ooni/api priority/low | This would involve either adding support for it in the aggregation API endpoint or creating a new endpoint which is solely responsible for this.
This issue was a request from a community member. | 1.0 | Add API endpoint for returning number of measurements per software_name - This would involve either adding support for it in the aggregation API endpoint or creating a new endpoint which is solely responsible for this.
This issue was a request from a community member. | priority | add api endpoint for returning number of measurements per software name this would involve either adding support for it in the aggregation api endpoint or creating a new endpoint which is solely responsible for this this issue was a request from a community member | 1 |
619,776 | 19,534,621,896 | IssuesEvent | 2021-12-31 02:21:12 | EddieHubCommunity/LinkFree | https://api.github.com/repos/EddieHubCommunity/LinkFree | closed | Add a dark theme for night | ⭐ goal: addition help wanted 🕹 aspect: interface 🏁 status: ready for dev 🟩 priority: low Hacktoberfest no-issue-activity | We should add a toggle for users to switch between dark and light mode. | 1.0 | Add a dark theme for night - We should add a toggle for users to switch between dark and light mode. | priority | add a dark theme for night we should add a toggle for users to switch between dark and light mode | 1 |
196,284 | 6,926,427,539 | IssuesEvent | 2017-11-30 19:07:47 | ngageoint/hootenanny | https://api.github.com/repos/ngageoint/hootenanny | opened | Remove non-area refs script is stripping out a REF ID that shouldn't | Category: Core Priority: Low Status: Defined Type: Bug | model-training.child/train-area.child
"States Street Playground" - rips 00b0b3 out of REF2 in nonarearef output (happens to ref a multipoly...not sure if that is related to the cause); does not rip it out of "Corona Heights" | 1.0 | Remove non-area refs script is stripping out a REF ID that shouldn't - model-training.child/train-area.child
"States Street Playground" - rips 00b0b3 out of REF2 in nonarearef output (happens to ref a multipoly...not sure if that is related to the cause); does not rip it out of "Corona Heights" | priority | remove non area refs script is stripping out a ref id that shouldn t model training child train area child states street playground rips out of in nonarearef output happens to ref a multipoly not sure if that is related to the cause does not rip it out of corona heights | 1 |
761,388 | 26,678,764,260 | IssuesEvent | 2023-01-26 16:05:47 | VeriFIT/mata | https://api.github.com/repos/VeriFIT/mata | closed | Decide whether to keep Nfa::increase_size() | For:library Module:nfa Type:discussion Priority:low | ```cpp
//TODO: why this? Maybe we could have add_state(int state)
//Btw, why do we need adding states actually, we could just add states with transitions,
// or with initial/final states.
void increase_size(size_t size)
{
assert(this->delta.post_size() <= size);
delta.increas... | 1.0 | Decide whether to keep Nfa::increase_size() - ```cpp
//TODO: why this? Maybe we could have add_state(int state)
//Btw, why do we need adding states actually, we could just add states with transitions,
// or with initial/final states.
void increase_size(size_t size)
{
assert(this->delt... | priority | decide whether to keep nfa increase size cpp todo why this maybe we could have add state int state btw why do we need adding states actually we could just add states with transitions or with initial final states void increase size size t size assert this delt... | 1 |
53,848 | 3,051,916,795 | IssuesEvent | 2015-08-12 11:52:14 | casacore/casacore | https://api.github.com/repos/casacore/casacore | closed | Add functions to derivedmscal to get data from subtables | enhancement low priority | Sometimes it is nice to see e.g. the antenna name in a TaQL selection. It can be done by indexing the result of a subquery, but being able to use something like mscal.ant1name() is much easier.
It can be generalized to functions like mscal.ant1col('NAME') and mscal.spwcol('CHAN_FREQS') to get any column from a subtabl... | 1.0 | Add functions to derivedmscal to get data from subtables - Sometimes it is nice to see e.g. the antenna name in a TaQL selection. It can be done by indexing the result of a subquery, but being able to use something like mscal.ant1name() is much easier.
It can be generalized to functions like mscal.ant1col('NAME') and ... | priority | add functions to derivedmscal to get data from subtables sometimes it is nice to see e g the antenna name in a taql selection it can be done by indexing the result of a subquery but being able to use something like mscal is much easier it can be generalized to functions like mscal name and mscal spwcol ... | 1 |
247,983 | 7,926,427,252 | IssuesEvent | 2018-07-06 02:03:28 | FStarLang/FStar | https://api.github.com/repos/FStarLang/FStar | opened | Use full hash when reporting git commit | kind/enhancement priority/low | This is a minor tweak, but it would be helpful if F*, when reporting version information with `--version`, reported the full git commit hash. At the moment, it's reporting a truncated hash, and the length of the truncation seems to vary based on which git client you're using (we've seen 5, 9, and 10 characters for the... | 1.0 | Use full hash when reporting git commit - This is a minor tweak, but it would be helpful if F*, when reporting version information with `--version`, reported the full git commit hash. At the moment, it's reporting a truncated hash, and the length of the truncation seems to vary based on which git client you're using ... | priority | use full hash when reporting git commit this is a minor tweak but it would be helpful if f when reporting version information with version reported the full git commit hash at the moment it s reporting a truncated hash and the length of the truncation seems to vary based on which git client you re using ... | 1 |
749,063 | 26,148,808,922 | IssuesEvent | 2022-12-30 10:14:30 | Avaiga/taipy-gui | https://api.github.com/repos/Avaiga/taipy-gui | closed | Chart: funnelarea | 📈 Improvement Gui: Back-End 🟩 Priority: Low | **Description**
Support plotly.js funnelarea type (needs the values axis)
https://plotly.com/javascript/funnel-charts/#funnelarea-plot
**Acceptance Criteria**
- [ ] Ensure new code is unit tested, and check code coverage is at least 90%
- [ ] Propagate any change on the demos and run all of them to ensure there is no... | 1.0 | Chart: funnelarea - **Description**
Support plotly.js funnelarea type (needs the values axis)
https://plotly.com/javascript/funnel-charts/#funnelarea-plot
**Acceptance Criteria**
- [ ] Ensure new code is unit tested, and check code coverage is at least 90%
- [ ] Propagate any change on the demos and run all of them t... | priority | chart funnelarea description support plotly js funnelarea type needs the values axis acceptance criteria ensure new code is unit tested and check code coverage is at least propagate any change on the demos and run all of them to ensure there is no breaking change ensure any change is we... | 1 |
608,801 | 18,848,828,496 | IssuesEvent | 2021-11-11 18:00:55 | ResonantGeoData/ResonantGeoData | https://api.github.com/repos/ResonantGeoData/ResonantGeoData | closed | Storage patch is not thread-safe | bug low-priority | This should only happen in development environments or other cases where MinIO is used in a Docker network.
```python
In [1]: from rgd.geodata.models import ChecksumFile
In [2]: from rgd.utility import patch_internal_presign
In [3]: f1 = ChecksumFile.objects.first()
In [4]: f2 = ChecksumFile.objects.first()
In ... | 1.0 | Storage patch is not thread-safe - This should only happen in development environments or other cases where MinIO is used in a Docker network.
```python
In [1]: from rgd.geodata.models import ChecksumFile
In [2]: from rgd.utility import patch_internal_presign
In [3]: f1 = ChecksumFile.objects.first()
In [4]: f2 ... | priority | storage patch is not thread safe this should only happen in development environments or other cases where minio is used in a docker network python in from rgd geodata models import checksumfile in from rgd utility import patch internal presign in checksumfile objects first in checksum... | 1 |
703,070 | 24,145,909,922 | IssuesEvent | 2022-09-21 18:43:27 | kytos-ng/flow_stats | https://api.github.com/repos/kytos-ng/flow_stats | closed | Drop OF1.0 support | priority_medium 2022.3 epic_drop_openflow_0x01 | Since `epic_drop_openflow_0x01` is progressing faster than `epic_flow_stats_v1_stable`, we'll need to drop OF1.0 before dropping `of_core` OF1.0 support https://github.com/kytos-ng/of_core/pull/82, otherwise this NApp won't load. Initially the idea was to drop on issue #35, but we'll drop OF1.0 support first since this... | 1.0 | Drop OF1.0 support - Since `epic_drop_openflow_0x01` is progressing faster than `epic_flow_stats_v1_stable`, we'll need to drop OF1.0 before dropping `of_core` OF1.0 support https://github.com/kytos-ng/of_core/pull/82, otherwise this NApp won't load. Initially the idea was to drop on issue #35, but we'll drop OF1.0 sup... | priority | drop support since epic drop openflow is progressing faster than epic flow stats stable we ll need to drop before dropping of core support otherwise this napp won t load initially the idea was to drop on issue but we ll drop support first since this is progressing faster to avoid get... | 1 |
605,184 | 18,726,588,035 | IssuesEvent | 2021-11-03 16:52:22 | ChainSafe/chainbridge-ui | https://api.github.com/repos/ChainSafe/chainbridge-ui | closed | Double Approve | Type: Enhancement Priority: P3 Low | <!--- Provide a general summary of the issue in the Title above -->
I was sending transaction from Alfajores to WB's BESU with ours UI and observed that MetaMasked asked me twice about approve, so i went to check the blockexplorer and found that 2 approve were sent
https://alfajores-blockscout.celo-testnet.org/tx/0x724... | 1.0 | Double Approve - <!--- Provide a general summary of the issue in the Title above -->
I was sending transaction from Alfajores to WB's BESU with ours UI and observed that MetaMasked asked me twice about approve, so i went to check the blockexplorer and found that 2 approve were sent
https://alfajores-blockscout.celo-tes... | priority | double approve i was sending transaction from alfajores to wb s besu with ours ui and observed that metamasked asked me twice about approve so i went to check the blockexplorer and found that approve were sent first one approve was with amount expected behavior approve should be sent once current... | 1 |
555,694 | 16,463,433,730 | IssuesEvent | 2021-05-22 00:28:05 | CanberraOceanRacingClub/namadgi3 | https://api.github.com/repos/CanberraOceanRacingClub/namadgi3 | closed | Replace Vacuum cleaner | Working bee priority 1: High priority 3: Low shopping list | Suggestion from Mark Miller:
One more think to think about - I suggest we replace the old bulky vac with a Dyson stick - that old vacuum is bulky and marking the boat as it is pulled around - just my suggestion - leave it in your hands to discuss. | 2.0 | Replace Vacuum cleaner - Suggestion from Mark Miller:
One more think to think about - I suggest we replace the old bulky vac with a Dyson stick - that old vacuum is bulky and marking the boat as it is pulled around - just my suggestion - leave it in your hands to discuss. | priority | replace vacuum cleaner suggestion from mark miller one more think to think about i suggest we replace the old bulky vac with a dyson stick that old vacuum is bulky and marking the boat as it is pulled around just my suggestion leave it in your hands to discuss | 1 |
553,119 | 16,357,453,799 | IssuesEvent | 2021-05-14 02:03:06 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | intel_adsp_cavs15: run tests/kernel/smp/ failed on ADSP | bug platform: Intel CAVS priority: low | **Describe the bug**
run this testcase failed on ADSP
**To Reproduce**
Steps to reproduce the behavior:
1. twister -p intel_adsp_cavs15 --device-testing -T tests/kernel/smp/ --west-flash="/home/ztest/work/zephyrproject/zephyr/boards/xtensa/intel_adsp_cavs15/tools/flash.sh,/home/ztest/work/zephyrproject/modules/au... | 1.0 | intel_adsp_cavs15: run tests/kernel/smp/ failed on ADSP - **Describe the bug**
run this testcase failed on ADSP
**To Reproduce**
Steps to reproduce the behavior:
1. twister -p intel_adsp_cavs15 --device-testing -T tests/kernel/smp/ --west-flash="/home/ztest/work/zephyrproject/zephyr/boards/xtensa/intel_adsp_cavs1... | priority | intel adsp run tests kernel smp failed on adsp describe the bug run this testcase failed on adsp to reproduce steps to reproduce the behavior twister p intel adsp device testing t tests kernel smp west flash home ztest work zephyrproject zephyr boards xtensa intel adsp tools flash s... | 1 |
117,293 | 4,713,284,534 | IssuesEvent | 2016-10-14 19:32:13 | Vendivar/IslandTrollTribes2 | https://api.github.com/repos/Vendivar/IslandTrollTribes2 | closed | Shapeshifter ability hotkeys are inconsistent | abilities low priority ui | The three toggle abilities move around all over the place as abilities are added/removed. I'm not sure how to get them to stay still. | 1.0 | Shapeshifter ability hotkeys are inconsistent - The three toggle abilities move around all over the place as abilities are added/removed. I'm not sure how to get them to stay still. | priority | shapeshifter ability hotkeys are inconsistent the three toggle abilities move around all over the place as abilities are added removed i m not sure how to get them to stay still | 1 |
270,914 | 8,474,620,296 | IssuesEvent | 2018-10-24 16:37:55 | ClangBuiltLinux/linux | https://api.github.com/repos/ClangBuiltLinux/linux | closed | -Wconstant-logical-operand in kernel/sched/fair.c | -Wconstant-logical-operand [BUG] linux [PATCH] Accepted low priority | ```
kernel/sched/fair.c:3705:14: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand]
if (initial && sched_feat(START_DEBIT))
^ ~~~~~~~~~~~~~~~~~~~~~~~
kernel/sched/fair.c:3705:14: note: use '&' for a bitwise operation
if (initial && sched_feat(START_... | 1.0 | -Wconstant-logical-operand in kernel/sched/fair.c - ```
kernel/sched/fair.c:3705:14: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand]
if (initial && sched_feat(START_DEBIT))
^ ~~~~~~~~~~~~~~~~~~~~~~~
kernel/sched/fair.c:3705:14: note: use '&' for a bitwise... | priority | wconstant logical operand in kernel sched fair c kernel sched fair c warning use of logical with constant operand if initial sched feat start debit kernel sched fair c note use for a bitwise operation if initial ... | 1 |
764,408 | 26,798,943,704 | IssuesEvent | 2023-02-01 13:54:04 | prysmaticlabs/prysm | https://api.github.com/repos/prysmaticlabs/prysm | closed | Make Running a Prysm Local Devnet Trivial | Enhancement Help Wanted Priority: Low | # 🚀 Feature Request
### Description
Running a local Prysm "devnet" meaning mock beacon node + validators is non-trivial and requires some commands and flags that are unintuitive to users. Being able to launch a dev setup is important and is done extensively by our team when testing code, however, no instructions... | 1.0 | Make Running a Prysm Local Devnet Trivial - # 🚀 Feature Request
### Description
Running a local Prysm "devnet" meaning mock beacon node + validators is non-trivial and requires some commands and flags that are unintuitive to users. Being able to launch a dev setup is important and is done extensively by our team... | priority | make running a prysm local devnet trivial 🚀 feature request description running a local prysm devnet meaning mock beacon node validators is non trivial and requires some commands and flags that are unintuitive to users being able to launch a dev setup is important and is done extensively by our team... | 1 |
486,136 | 14,004,885,854 | IssuesEvent | 2020-10-28 17:41:03 | IIT-BHU-InstiApp/workshops-app-backend | https://api.github.com/repos/IIT-BHU-InstiApp/workshops-app-backend | closed | Implement logging using the logging module | Low Priority enhancement | * Implement logging to keep track of the events during execution.
* Helps to know when and where the error occurred.
* Python's builtin logging module can be used: https://docs.djangoproject.com/en/3.0/topics/logging/
| 1.0 | Implement logging using the logging module - * Implement logging to keep track of the events during execution.
* Helps to know when and where the error occurred.
* Python's builtin logging module can be used: https://docs.djangoproject.com/en/3.0/topics/logging/
| priority | implement logging using the logging module implement logging to keep track of the events during execution helps to know when and where the error occurred python s builtin logging module can be used | 1 |
440,079 | 12,692,623,648 | IssuesEvent | 2020-06-21 23:42:33 | getting-things-gnome/gtg | https://api.github.com/repos/getting-things-gnome/gtg | closed | Sorting the task browser by title is case sensitive and influenced by the presence of tags | bug priority:low reproducible-in-git | This is how GTG git currently sorts by title, which is not really useful:

We can do better by taking upper/lowercase out of the equation:

We can do better by taking upp... | priority | sorting the task browser by title is case sensitive and influenced by the presence of tags this is how gtg git currently sorts by title which is not really useful we can do better by taking upper lowercase out of the equation and then solve the matter entirely by ignoring tag marker charac... | 1 |
392,257 | 11,589,089,596 | IssuesEvent | 2020-02-24 00:14:11 | CHOMPStation2/CHOMPStation2 | https://api.github.com/repos/CHOMPStation2/CHOMPStation2 | closed | X01 Projectile facing issue | Bug Icon Edit Low Priority | #### Brief description of the issue
The gauss projectile of the X01 gun does not turn based on click angle, it is only a 1 directional sprite.
#### What you expected to happen
Multi-directional sprite. I expect it to behave like regular bullets.
#### What actually happened
It fires a static southern-facing pro... | 1.0 | X01 Projectile facing issue - #### Brief description of the issue
The gauss projectile of the X01 gun does not turn based on click angle, it is only a 1 directional sprite.
#### What you expected to happen
Multi-directional sprite. I expect it to behave like regular bullets.
#### What actually happened
It fire... | priority | projectile facing issue brief description of the issue the gauss projectile of the gun does not turn based on click angle it is only a directional sprite what you expected to happen multi directional sprite i expect it to behave like regular bullets what actually happened it fires a ... | 1 |
418,267 | 12,195,550,822 | IssuesEvent | 2020-04-29 17:33:42 | OpenNebula/one | https://api.github.com/repos/OpenNebula/one | closed | OpenNebula generates zeroed virtual_router_id | Category: Context Category: Core & System Category: Virtual Router Priority: Low Status: Accepted Type: Bug | **Description**
When no `VROUTER_KEEPALIVED_ID` is provided OpenNebula generates it based on the internal id and by simple binary operation `and (&)` which can result in zero if internal id is zero (or has lower 8 bits zeroed) - code reference:
https://github.com/OpenNebula/one/blob/7df413faeba1f890f05a980617ef6919b7... | 1.0 | OpenNebula generates zeroed virtual_router_id - **Description**
When no `VROUTER_KEEPALIVED_ID` is provided OpenNebula generates it based on the internal id and by simple binary operation `and (&)` which can result in zero if internal id is zero (or has lower 8 bits zeroed) - code reference:
https://github.com/OpenNe... | priority | opennebula generates zeroed virtual router id description when no vrouter keepalived id is provided opennebula generates it based on the internal id and by simple binary operation and which can result in zero if internal id is zero or has lower bits zeroed code reference this virtual router... | 1 |
588,497 | 17,661,420,315 | IssuesEvent | 2021-08-21 15:32:29 | amperser/proselint | https://api.github.com/repos/amperser/proselint | closed | dates_times.am_pm.lowercase_periods is triggered when using uppercase letters | bug: fixed type: fix priority: low version: patch cat: false-positive | Witness the following bash session:
```bash
$ proselint <(echo 'It is 6:00 PM, you know.')
/dev/fd/63:1:9: dates_times.am_pm.lowercase_periods With lowercase letters, the periods are standard.
$ proselint --version
0.8.0
```
Since the check is explicitly for lowercase letters, it should not be triggered whe... | 1.0 | dates_times.am_pm.lowercase_periods is triggered when using uppercase letters - Witness the following bash session:
```bash
$ proselint <(echo 'It is 6:00 PM, you know.')
/dev/fd/63:1:9: dates_times.am_pm.lowercase_periods With lowercase letters, the periods are standard.
$ proselint --version
0.8.0
```
Sin... | priority | dates times am pm lowercase periods is triggered when using uppercase letters witness the following bash session bash proselint echo it is pm you know dev fd dates times am pm lowercase periods with lowercase letters the periods are standard proselint version since... | 1 |
174,897 | 6,544,245,362 | IssuesEvent | 2017-09-03 13:45:10 | nim-lang/Nim | https://api.github.com/repos/nim-lang/Nim | closed | Minor issue : compiling with doc2 throws Error: ambiguous call | Easy Low Priority | Simple example:
```nim
# test.nim
import os
## Documentation here
echo("User home dir " , getHomeDir())
```
Compile with nim doc2 test
```nim
test.nim(3, 36) Error: ambiguous call; both ospaths.getHomeDir() and os.getHomeDir() match for: ()
```
The error seems to have no effect and the file test.html is ... | 1.0 | Minor issue : compiling with doc2 throws Error: ambiguous call - Simple example:
```nim
# test.nim
import os
## Documentation here
echo("User home dir " , getHomeDir())
```
Compile with nim doc2 test
```nim
test.nim(3, 36) Error: ambiguous call; both ospaths.getHomeDir() and os.getHomeDir() match for: ()
`... | priority | minor issue compiling with throws error ambiguous call simple example nim test nim import os documentation here echo user home dir gethomedir compile with nim test nim test nim error ambiguous call both ospaths gethomedir and os gethomedir match for the... | 1 |
363,419 | 10,741,091,403 | IssuesEvent | 2019-10-29 19:30:31 | eriq-augustine/test-issue-copy | https://api.github.com/repos/eriq-augustine/test-issue-copy | opened | Reuse Terms in Weight Learning? | Components - Optimization Components - Weight Learning Difficulty - Medium Performance Priority - Low Type - Investigation | <a href="https://github.com/eriq-augustine"><img src="https://avatars0.githubusercontent.com/u/337857?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [eriq-augustine](https://github.com/eriq-augustine)**
_Wednesday Jan 02, 2019 at 19:41 GMT_
_Originally opened as https://github.com/eriq-augus... | 1.0 | Reuse Terms in Weight Learning? - <a href="https://github.com/eriq-augustine"><img src="https://avatars0.githubusercontent.com/u/337857?v=4" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [eriq-augustine](https://github.com/eriq-augustine)**
_Wednesday Jan 02, 2019 at 19:41 GMT_
_Originally opene... | priority | reuse terms in weight learning issue by wednesday jan at gmt originally opened as right now we throw out and re generate terms for each run of weight learning it s a bit wasteful but terms can be complex and simply updating them in place may be difficult we need to see if there... | 1 |
399,902 | 11,763,241,958 | IssuesEvent | 2020-03-14 06:02:29 | aeternity/superhero-wallet | https://api.github.com/repos/aeternity/superhero-wallet | closed | Resolve .chain names from the browser | area/ux kind/feature priority/low status/hodl | Open `{superhero}/user-profile/ak_...` on typing `yourname.chain` in the browser. | 1.0 | Resolve .chain names from the browser - Open `{superhero}/user-profile/ak_...` on typing `yourname.chain` in the browser. | priority | resolve chain names from the browser open superhero user profile ak on typing yourname chain in the browser | 1 |
379,840 | 11,236,482,191 | IssuesEvent | 2020-01-09 10:32:13 | input-output-hk/ouroboros-network | https://api.github.com/repos/input-output-hk/ouroboros-network | closed | Vectored IO for sockets. | networking optimisation priority low | Change sockets to use vectored IO and use an SDU length based on the local lazy bytestring. | 1.0 | Vectored IO for sockets. - Change sockets to use vectored IO and use an SDU length based on the local lazy bytestring. | priority | vectored io for sockets change sockets to use vectored io and use an sdu length based on the local lazy bytestring | 1 |
599,519 | 18,276,091,625 | IssuesEvent | 2021-10-04 19:01:14 | Esri/solutions-widget-utility-network-trace | https://api.github.com/repos/Esri/solutions-widget-utility-network-trace | opened | Set parameter to allow change highlight colors | JSAPI widget Priority - Low parameter | Add parameter so dev can change the default colors and so we can also allow these colors to be changed through exb widget.

| 1.0 | Set parameter to allow change highlight colors - Add parameter so dev can change the default colors and so we can also allow these colors to be changed through exb widget.

| priority | set parameter to allow change highlight colors add parameter so dev can change the default colors and so we can also allow these colors to be changed through exb widget | 1 |
406,595 | 11,899,940,058 | IssuesEvent | 2020-03-30 09:49:07 | OpenNebula/one | https://api.github.com/repos/OpenNebula/one | closed | Service stuck in SCALING state | Category: Orchestration - Flow Priority: Normal Status: Accepted Type: Bug | **Description**
If I scale a service some new VM gets deployed. If there are not enough resources to deploy the new VMs the service will stay in the SCALING state. I can not find any way to get the service back to normal RUNNING state.
**To Reproduce**
Have any service running. Scale a role to a size which does no... | 1.0 | Service stuck in SCALING state - **Description**
If I scale a service some new VM gets deployed. If there are not enough resources to deploy the new VMs the service will stay in the SCALING state. I can not find any way to get the service back to normal RUNNING state.
**To Reproduce**
Have any service running. Sca... | priority | service stuck in scaling state description if i scale a service some new vm gets deployed if there are not enough resources to deploy the new vms the service will stay in the scaling state i can not find any way to get the service back to normal running state to reproduce have any service running sca... | 1 |
496,003 | 14,291,834,439 | IssuesEvent | 2020-11-23 23:33:41 | ac2cz/FoxTelem | https://api.github.com/repos/ac2cz/FoxTelem | closed | High CPU usage | low priority | Just displaying the Input tab uses 15% of CPU. Switching to health and it goes to zero.
It is zero until you hit start (from restart).
This seems to be a display error. Also in 1.09k6 | 1.0 | High CPU usage - Just displaying the Input tab uses 15% of CPU. Switching to health and it goes to zero.
It is zero until you hit start (from restart).
This seems to be a display error. Also in 1.09k6 | priority | high cpu usage just displaying the input tab uses of cpu switching to health and it goes to zero it is zero until you hit start from restart this seems to be a display error also in | 1 |
589,669 | 17,755,859,640 | IssuesEvent | 2021-08-28 18:46:59 | Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2 | https://api.github.com/repos/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2 | opened | Pygmy ethnicity | suggestion :question: priority low :grey_exclamation: | <!--
**DO NOT REMOVE PRE-EXISTING LINES**
------------------------------------------------------------------------------------------------------------
-->
**Describe your suggestion in full detail below:**
I think that Pygmies as an ethnicity would be one of the easiest to implement in the game, since pygmies basi... | 1.0 | Pygmy ethnicity - <!--
**DO NOT REMOVE PRE-EXISTING LINES**
------------------------------------------------------------------------------------------------------------
-->
**Describe your suggestion in full detail below:**
I think that Pygmies as an ethnicity would be one of the easiest to implement in the game, ... | priority | pygmy ethnicity do not remove pre existing lines describe your suggestion in full detail below i think that pygmies as an ethnicity would be one of the easiest to implement in the game ... | 1 |
328,861 | 10,000,869,745 | IssuesEvent | 2019-07-12 14:22:11 | NerdThings/Ngine | https://api.github.com/repos/NerdThings/Ngine | opened | Windows ANGLE/DirectX Support | enhancement feature priority-low | ## Proposed Features
Raylib just added a project that allows a windows game to run under ANGLE. We can try to support this.
*There is nothing further to say at this time*
| 1.0 | Windows ANGLE/DirectX Support - ## Proposed Features
Raylib just added a project that allows a windows game to run under ANGLE. We can try to support this.
*There is nothing further to say at this time*
| priority | windows angle directx support proposed features raylib just added a project that allows a windows game to run under angle we can try to support this there is nothing further to say at this time | 1 |
319,746 | 9,754,170,361 | IssuesEvent | 2019-06-04 10:54:49 | EthVM/EthVM | https://api.github.com/repos/EthVM/EthVM | opened | Change message for Tokens in Ropsten | enhancement priority:low project: FrontEnd | * **I'm submitting a ...**
- [X] feature request
- [ ] bug report
* **Feature Request**

Can we change the message above for something like:
> here are no tokens th... | 1.0 | Change message for Tokens in Ropsten - * **I'm submitting a ...**
- [X] feature request
- [ ] bug report
* **Feature Request**

Can we change the message above for som... | priority | change message for tokens in ropsten i m submitting a feature request bug report feature request can we change the message above for something like here are no tokens that have actual value on ropsten testnet so this section is disabled as we are going to hav... | 1 |
360,166 | 10,684,993,736 | IssuesEvent | 2019-10-22 11:45:51 | scipp/scipp | https://api.github.com/repos/scipp/scipp | closed | 1D plotting of variables with different units should be displayed on different axes | priority:low python | ```Python
d = sc.Dataset()
N = 50
d.coords[Dim.Tof] = sc.Variable([Dim.Tof], values=np.arange(N).astype(np.float64), unit=sc.units.us)
d['Sample'] = sc.Variable([Dim.Tof], values=10.0*np.random.rand(N), unit=sc.units.counts)
d['Background'] = sc.Variable([Dim.Tof], values=5.0*np.random.rand(N), unit=sc.units.m)
`... | 1.0 | 1D plotting of variables with different units should be displayed on different axes - ```Python
d = sc.Dataset()
N = 50
d.coords[Dim.Tof] = sc.Variable([Dim.Tof], values=np.arange(N).astype(np.float64), unit=sc.units.us)
d['Sample'] = sc.Variable([Dim.Tof], values=10.0*np.random.rand(N), unit=sc.units.counts)
d['B... | priority | plotting of variables with different units should be displayed on different axes python d sc dataset n d coords sc variable values np arange n astype np unit sc units us d sc variable values np random rand n unit sc units counts d sc variable values np random rand ... | 1 |
712,304 | 24,489,941,216 | IssuesEvent | 2022-10-09 23:12:07 | raceintospace/raceintospace | https://api.github.com/repos/raceintospace/raceintospace | closed | Show Director Ranking in endgame? | Enhancement Low Priority | It seems like it would be nice if the endgame offered an option to show the Director Ranking screen, in addition to the other options of things to see.


 but now that we have the capability to test the entire workflow locally it's annoying to wait 5 minutes, it should be an env var so we can set it to something like 30s if we want to. | 1.0 | Add env var for worker refresh rate - We have the workers hardcoded to update from normandy every 5 minutes (300s) but now that we have the capability to test the entire workflow locally it's annoying to wait 5 minutes, it should be an env var so we can set it to something like 30s if we want to. | priority | add env var for worker refresh rate we have the workers hardcoded to update from normandy every minutes but now that we have the capability to test the entire workflow locally it s annoying to wait minutes it should be an env var so we can set it to something like if we want to | 1 |
398,901 | 11,742,482,270 | IssuesEvent | 2020-03-12 00:57:27 | thaliawww/concrexit | https://api.github.com/repos/thaliawww/concrexit | closed | Save calendar view selection to session | events feature priority: low | In GitLab by @se-bastiaan on Sep 17, 2018, 17:51
### One-sentence description
Save calendar view selection to session
### Desired behaviour
Save the selected view type of the website calendar to the user session so that you don't have to select it over and over again. | 1.0 | Save calendar view selection to session - In GitLab by @se-bastiaan on Sep 17, 2018, 17:51
### One-sentence description
Save calendar view selection to session
### Desired behaviour
Save the selected view type of the website calendar to the user session so that you don't have to select it over and over again. | priority | save calendar view selection to session in gitlab by se bastiaan on sep one sentence description save calendar view selection to session desired behaviour save the selected view type of the website calendar to the user session so that you don t have to select it over and over again | 1 |
406,362 | 11,890,614,543 | IssuesEvent | 2020-03-28 19:10:10 | containrrr/watchtower | https://api.github.com/repos/containrrr/watchtower | closed | Watchtower working but running docker-compose up -d still rebuilds container | Do not close Priority: Low Status: Available Type: Bug | So Watchtower is working just fine for me as it pulls the latest image for a container daily at 6AM and I get email notifications regarding that. Here's one example of a notification I got today:
```
Subject: Watchtower updates on 62aace002bd4
Body:
2019-06-16 06:01:20 (info): Found new mdhiggins/sonarr-sma:la... | 1.0 | Watchtower working but running docker-compose up -d still rebuilds container - So Watchtower is working just fine for me as it pulls the latest image for a container daily at 6AM and I get email notifications regarding that. Here's one example of a notification I got today:
```
Subject: Watchtower updates on 62aac... | priority | watchtower working but running docker compose up d still rebuilds container so watchtower is working just fine for me as it pulls the latest image for a container daily at and i get email notifications regarding that here s one example of a notification i got today subject watchtower updates on body... | 1 |
554,360 | 16,418,739,965 | IssuesEvent | 2021-05-19 09:56:02 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | drivers: led_pwm: Improper label assignment | area: Drivers bug priority: low | **Describe the bug**
led_pwm driver uses label property assigned directly to the node that is compatible with "pwm-leds". The dts binding assumes that the label is assigned to its child node. Because of that the driver ignores the assigned label and it always uses the default one.
I think that the label should be a... | 1.0 | drivers: led_pwm: Improper label assignment - **Describe the bug**
led_pwm driver uses label property assigned directly to the node that is compatible with "pwm-leds". The dts binding assumes that the label is assigned to its child node. Because of that the driver ignores the assigned label and it always uses the defa... | priority | drivers led pwm improper label assignment describe the bug led pwm driver uses label property assigned directly to the node that is compatible with pwm leds the dts binding assumes that the label is assigned to its child node because of that the driver ignores the assigned label and it always uses the defa... | 1 |
76,927 | 3,506,114,011 | IssuesEvent | 2016-01-08 03:40:47 | keroserene/go-webrtc | https://api.github.com/repos/keroserene/go-webrtc | opened | Implement "negotiated" flag on DataChannels | priority: low | Instead of automatic creation on the other end, allows peers to manually create a data channel together using the same label and probably some custom signaling. (Doesn't seem required for our use case at the moment, but may be useful for others' scenarios, and/or if our assumptions change) | 1.0 | Implement "negotiated" flag on DataChannels - Instead of automatic creation on the other end, allows peers to manually create a data channel together using the same label and probably some custom signaling. (Doesn't seem required for our use case at the moment, but may be useful for others' scenarios, and/or if our ass... | priority | implement negotiated flag on datachannels instead of automatic creation on the other end allows peers to manually create a data channel together using the same label and probably some custom signaling doesn t seem required for our use case at the moment but may be useful for others scenarios and or if our ass... | 1 |
383,770 | 11,362,199,593 | IssuesEvent | 2020-01-26 19:45:10 | Spartan97/OldTimeHockey | https://api.github.com/repos/Spartan97/OldTimeHockey | opened | Improve mobile experience on website by fitting standings/leaderboards tables to screen | Low Priority Website | Unsure how to do table scaling, but some cells may need to collapse/ellipsify | 1.0 | Improve mobile experience on website by fitting standings/leaderboards tables to screen - Unsure how to do table scaling, but some cells may need to collapse/ellipsify | priority | improve mobile experience on website by fitting standings leaderboards tables to screen unsure how to do table scaling but some cells may need to collapse ellipsify | 1 |
256,207 | 8,127,033,977 | IssuesEvent | 2018-08-17 06:16:18 | qutebrowser/qutebrowser | https://api.github.com/repos/qutebrowser/qutebrowser | closed | Handle unknown protocols in a more sane way | component: style / refactoring priority: 2 - low | Currently we handle unknown protocols in the error page extension - there might be a better way to do this.
Also at the moment a blank page is opened when opening a handler.
| 1.0 | Handle unknown protocols in a more sane way - Currently we handle unknown protocols in the error page extension - there might be a better way to do this.
Also at the moment a blank page is opened when opening a handler.
| priority | handle unknown protocols in a more sane way currently we handle unknown protocols in the error page extension there might be a better way to do this also at the moment a blank page is opened when opening a handler | 1 |
823,786 | 31,033,697,914 | IssuesEvent | 2023-08-10 14:00:33 | SunstriderEmu/BugTracker | https://api.github.com/repos/SunstriderEmu/BugTracker | closed | No corpse on the ground when a warlock pet dies | core low priority confirmed pets | **Description:**
This is an issue that happens to Warlocks, maybe it's a general one that happens to any pet.
When we kill a warlock's Felhunter there is no corpse - it despawns immediately. There should be a corpse.
**Conditions under which the problem occured:**
1. Enter any arena as a warlock
2. Summon a Fe... | 1.0 | No corpse on the ground when a warlock pet dies - **Description:**
This is an issue that happens to Warlocks, maybe it's a general one that happens to any pet.
When we kill a warlock's Felhunter there is no corpse - it despawns immediately. There should be a corpse.
**Conditions under which the problem occured:**
... | priority | no corpse on the ground when a warlock pet dies description this is an issue that happens to warlocks maybe it s a general one that happens to any pet when we kill a warlock s felhunter there is no corpse it despawns immediately there should be a corpse conditions under which the problem occured ... | 1 |
816,859 | 30,614,591,231 | IssuesEvent | 2023-07-24 01:07:41 | jlw4049/BHDStudio-Upload-Tool | https://api.github.com/repos/jlw4049/BHDStudio-Upload-Tool | closed | Prefix bhd to torrent | enhancement low-priority | Possible to get the torrent file that the upload tool creates to prefix the file with "[BeyondHD]" or "[BHD]"? | 1.0 | Prefix bhd to torrent - Possible to get the torrent file that the upload tool creates to prefix the file with "[BeyondHD]" or "[BHD]"? | priority | prefix bhd to torrent possible to get the torrent file that the upload tool creates to prefix the file with or | 1 |
358,806 | 10,641,143,201 | IssuesEvent | 2019-10-16 08:52:11 | salesagility/SuiteCRM | https://api.github.com/repos/salesagility/SuiteCRM | closed | Removing a link to G+ from website | Bug Low Priority | #### Issue
As G+ is closed for good, a link this pages should be removed.
#### Expected Behavior
No link to G+
#### Actual Behavior
A link to G+ on footer of https://suitecrm.com (and all/most site pages).
#### Possible Fix
Remove this bad link from all site pages.
#### Context
Google+ was shut down fo... | 1.0 | Removing a link to G+ from website - #### Issue
As G+ is closed for good, a link this pages should be removed.
#### Expected Behavior
No link to G+
#### Actual Behavior
A link to G+ on footer of https://suitecrm.com (and all/most site pages).
#### Possible Fix
Remove this bad link from all site pages.
#... | priority | removing a link to g from website issue as g is closed for good a link this pages should be removed expected behavior no link to g actual behavior a link to g on footer of and all most site pages possible fix remove this bad link from all site pages context google... | 1 |
773,761 | 27,169,574,526 | IssuesEvent | 2023-02-17 18:06:36 | chaotic-aur/packages | https://api.github.com/repos/chaotic-aur/packages | closed | [Request] gdm-plymouth-prime | request:new-pkg priority:low | ### Link to the package base(s) in the AUR
[gdm-plymouth-prime](https://aur.archlinux.org/pkgbase/gdm-plymouth-prime)
### Utility this package has for you
It is needed to run Plymouth splash screens in Gnome, using Nvidia hybrid graphics
### Do you consider the package(s) to be useful for every Chaotic-AUR user?
Y... | 1.0 | [Request] gdm-plymouth-prime - ### Link to the package base(s) in the AUR
[gdm-plymouth-prime](https://aur.archlinux.org/pkgbase/gdm-plymouth-prime)
### Utility this package has for you
It is needed to run Plymouth splash screens in Gnome, using Nvidia hybrid graphics
### Do you consider the package(s) to be useful... | priority | gdm plymouth prime link to the package base s in the aur utility this package has for you it is needed to run plymouth splash screens in gnome using nvidia hybrid graphics do you consider the package s to be useful for every chaotic aur user yes do you consider the package to be usefu... | 1 |
642,962 | 20,919,460,921 | IssuesEvent | 2022-03-24 16:04:09 | TeamBookTez/booktez-server | https://api.github.com/repos/TeamBookTez/booktez-server | closed | [refactor] Use a configuration manager | 🌈 refactor 3️⃣ priority: low | ## 🧐 Refactoring Target
- 모든 보안 정보가 필요한 부분에서 `process.env`로 호출하지 않고 configuration manager 파일을 만들어 불러오도록 리팩토링
## 📝 To Do
- [ ] `src/config/index.ts` 추가
- [ ] 현재 `process.env` 사용 중인 코드 수정
## ✅ Issue check list
1. Assignees, Labels 확인하기
2. Milestone 연결 확인하기
| 1.0 | [refactor] Use a configuration manager - ## 🧐 Refactoring Target
- 모든 보안 정보가 필요한 부분에서 `process.env`로 호출하지 않고 configuration manager 파일을 만들어 불러오도록 리팩토링
## 📝 To Do
- [ ] `src/config/index.ts` 추가
- [ ] 현재 `process.env` 사용 중인 코드 수정
## ✅ Issue check list
1. Assignees, Labels 확인하기
2. Milestone 연결 확인하기
| priority | use a configuration manager 🧐 refactoring target 모든 보안 정보가 필요한 부분에서 process env 로 호출하지 않고 configuration manager 파일을 만들어 불러오도록 리팩토링 📝 to do src config index ts 추가 현재 process env 사용 중인 코드 수정 ✅ issue check list assignees labels 확인하기 milestone 연결 확인하기 | 1 |
112,816 | 4,539,152,278 | IssuesEvent | 2016-09-09 09:49:59 | hfst/hfst | https://api.github.com/repos/hfst/hfst | closed | Regexp2fst -S segfaults in syntax errors or missing ; | auto-migrated future low priority regexp2fst sourceforge | On server so not much debug info:
$ hfst-regexp2fst -S fixes-good.regex
Muistialueen ylitys (luotiin core-tiedosto)
flammie@flammie ~/Koodit/giellatekno/startup-langs/gle/src (2249) [02:51:10]
$ gdb hfst-regexp2fst
GNU gdb (Ubuntu 7.7-0ubuntu3.1) 7.7
Copyright (C) 2014 Free Software Fo... | 1.0 | Regexp2fst -S segfaults in syntax errors or missing ; - On server so not much debug info:
$ hfst-regexp2fst -S fixes-good.regex
Muistialueen ylitys (luotiin core-tiedosto)
flammie@flammie ~/Koodit/giellatekno/startup-langs/gle/src (2249) [02:51:10]
$ gdb hfst-regexp2fst
GNU gdb (Ubuntu 7.7-... | priority | s segfaults in syntax errors or missing on server so not much debug info hfst s fixes good regex muistialueen ylitys luotiin core tiedosto flammie flammie koodit giellatekno startup langs gle src gdb hfst gnu gdb ubuntu copyright c free soft... | 1 |
645,661 | 21,011,928,335 | IssuesEvent | 2022-03-30 07:32:16 | rism-digital/verovio | https://api.github.com/repos/rism-digital/verovio | opened | Invisible barline layout behavior | enhancement low priority | It would be useful for invisible measure lines to not add any extra space in the layout. Here is an example:
<img width="391" alt="Screen Shot 2022-03-30 at 12 18 07 AM" src="https://user-images.githubusercontent.com/3487289/160774018-9da00a9c-0e9a-4532-8d3f-00d8f7766db6.png">
Ideally the space between all 16th ... | 1.0 | Invisible barline layout behavior - It would be useful for invisible measure lines to not add any extra space in the layout. Here is an example:
<img width="391" alt="Screen Shot 2022-03-30 at 12 18 07 AM" src="https://user-images.githubusercontent.com/3487289/160774018-9da00a9c-0e9a-4532-8d3f-00d8f7766db6.png">
... | priority | invisible barline layout behavior it would be useful for invisible measure lines to not add any extra space in the layout here is an example img width alt screen shot at am src ideally the space between all notes would be equal but there are two gaps the first gap between beats one ... | 1 |
539,114 | 15,783,577,412 | IssuesEvent | 2021-04-01 14:09:23 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | flash_write() in STM32L0 MCU throws hard fault | bug platform: STM32 priority: low | **Describe the bug**
There seems to a bug in the flash driver for STM32L0 MCU, possibly in one of these functions: flash_stm32_write_range() or write_value().
There should not be any alignment restrictions on the source address for the function flash_write(). However, this does not work as expected for the STM32L0 ... | 1.0 | flash_write() in STM32L0 MCU throws hard fault - **Describe the bug**
There seems to a bug in the flash driver for STM32L0 MCU, possibly in one of these functions: flash_stm32_write_range() or write_value().
There should not be any alignment restrictions on the source address for the function flash_write(). However... | priority | flash write in mcu throws hard fault describe the bug there seems to a bug in the flash driver for mcu possibly in one of these functions flash write range or write value there should not be any alignment restrictions on the source address for the function flash write however this does not ... | 1 |
450,464 | 13,011,881,744 | IssuesEvent | 2020-07-25 01:51:17 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | [Coverity CID :205640]Control flow issues in /subsys/testsuite/ztest/src/ztest.c | Coverity area: Other bug has-pr priority: low | Static code scan issues seen in File: /subsys/testsuite/ztest/src/ztest.c
Category: Control flow issues
Function: z_test_1cpu_stop
Component: Other
CID: 205640
Please fix or provide comments to square it off in coverity in the link: https://scan9.coverity.com/reports.htm#v32951/p12996 | 1.0 | [Coverity CID :205640]Control flow issues in /subsys/testsuite/ztest/src/ztest.c - Static code scan issues seen in File: /subsys/testsuite/ztest/src/ztest.c
Category: Control flow issues
Function: z_test_1cpu_stop
Component: Other
CID: 205640
Please fix or provide comments to square it off in coverity in the link:... | priority | control flow issues in subsys testsuite ztest src ztest c static code scan issues seen in file subsys testsuite ztest src ztest c category control flow issues function z test stop component other cid please fix or provide comments to square it off in coverity in the link | 1 |
652,887 | 21,563,656,651 | IssuesEvent | 2022-05-01 14:44:30 | asastats/channel | https://api.github.com/repos/asastats/channel | closed | Add note about server 500 errors to the FAQ | low priority task wontfix | Another fine task for a community member.
https://github.com/asastats/static-pages/tree/main/faq
So, basically, when a user encounters a server 500 error they don't need to report them asap as they are checked on a daily basis, but they can do that by simply reporting in our community channels or here that one ju... | 1.0 | Add note about server 500 errors to the FAQ - Another fine task for a community member.
https://github.com/asastats/static-pages/tree/main/faq
So, basically, when a user encounters a server 500 error they don't need to report them asap as they are checked on a daily basis, but they can do that by simply reporting... | priority | add note about server errors to the faq another fine task for a community member so basically when a user encounters a server error they don t need to report them asap as they are checked on a daily basis but they can do that by simply reporting in our community channels or here that one just happened... | 1 |
792,829 | 27,975,368,893 | IssuesEvent | 2023-03-25 14:15:11 | GTNewHorizons/GT-New-Horizons-Modpack | https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack | closed | Advanced assembly line index out of bounds spam | Type: bugMinor Priority: LOW Mod: GigaGramFab | ### Your GTNH Discord Username
_No response_
### Your Pack Version
2.3.0
### Your Server
Private Server
### Java Version
Java 8
### Type of Server
Vanilla Forge
### Your Expectation
/
### The Reality
The following error is spamming the console:
```java
[13:07:25] [Server thread/IN... | 1.0 | Advanced assembly line index out of bounds spam - ### Your GTNH Discord Username
_No response_
### Your Pack Version
2.3.0
### Your Server
Private Server
### Java Version
Java 8
### Type of Server
Vanilla Forge
### Your Expectation
/
### The Reality
The following error is spamming t... | priority | advanced assembly line index out of bounds spam your gtnh discord username no response your pack version your server private server java version java type of server vanilla forge your expectation the reality the following error is spamming t... | 1 |
621,614 | 19,592,890,831 | IssuesEvent | 2022-01-05 14:48:43 | pgfmc/Bot | https://api.github.com/repos/pgfmc/Bot | opened | Incorrect ranked name for staff when they die | bug low priority | The death message for staff members contains the incorrect ranked name (2 diamonds, expected 1) | 1.0 | Incorrect ranked name for staff when they die - The death message for staff members contains the incorrect ranked name (2 diamonds, expected 1) | priority | incorrect ranked name for staff when they die the death message for staff members contains the incorrect ranked name diamonds expected | 1 |
764,811 | 26,818,033,562 | IssuesEvent | 2023-02-02 07:08:20 | evo-lua/evo-runtime | https://api.github.com/repos/evo-lua/evo-runtime | opened | Add caching to the build workflows to (hopefully) reduce build times | Priority: High Complexity: Low Scope: GitHub Actions Status: Accepted Type: Improvement | See https://github.com/hendrikmuhs/ccache-action - need to check how much it actually helps.
Might be worth investigating now since webviews and openssl might add significant time here (though webview is mostly linkage...). | 1.0 | Add caching to the build workflows to (hopefully) reduce build times - See https://github.com/hendrikmuhs/ccache-action - need to check how much it actually helps.
Might be worth investigating now since webviews and openssl might add significant time here (though webview is mostly linkage...). | priority | add caching to the build workflows to hopefully reduce build times see need to check how much it actually helps might be worth investigating now since webviews and openssl might add significant time here though webview is mostly linkage | 1 |
243,142 | 7,853,770,471 | IssuesEvent | 2018-06-20 18:30:30 | photonstorm/phaser | https://api.github.com/repos/photonstorm/phaser | closed | Camera deadzone | 💖 Feature Request 🤓 Difficulty: Easy 🥉 Priority: Low | Is there anything similar on Phaser3 to camera's deadzone that exists on phaser-ce ?
The example of deadzone in phaser-ce:
https://phaser.io/examples/v2/camera/deadzone
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/59678058-camera-deadzone?utm... | 1.0 | Camera deadzone - Is there anything similar on Phaser3 to camera's deadzone that exists on phaser-ce ?
The example of deadzone in phaser-ce:
https://phaser.io/examples/v2/camera/deadzone
<bountysource-plugin>
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/59678058-c... | priority | camera deadzone is there anything similar on to camera s deadzone that exists on phaser ce the example of deadzone in phaser ce want to back this issue we accept bounties via | 1 |
474,629 | 13,672,685,494 | IssuesEvent | 2020-09-29 08:50:37 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | opened | [0.9.0 develop-67] Still missing some Ashlar Stone Brace Forms | Category: Art Priority: Low | to connect this:

something like SideBraceTurn and SideBraceCorner | 1.0 | [0.9.0 develop-67] Still missing some Ashlar Stone Brace Forms - to connect this:

something like SideBraceTurn and SideBraceCorner | priority | still missing some ashlar stone brace forms to connect this something like sidebraceturn and sidebracecorner | 1 |
339,888 | 10,263,699,303 | IssuesEvent | 2019-08-22 14:51:26 | bootstrap-vue/bootstrap-vue | https://api.github.com/repos/bootstrap-vue/bootstrap-vue | closed | Input prefix/suffix | Priority: Low Status: Workaround Available Type: Feature request | Is there a way to add input prefix or suffix?
If there is not I would like to see this feature.
Example:

Thanks. | 1.0 | Input prefix/suffix - Is there a way to add input prefix or suffix?
If there is not I would like to see this feature.
Example:

Thanks. | priority | input prefix suffix is there a way to add input prefix or suffix if there is not i would like to see this feature example thanks | 1 |
670,559 | 22,694,117,346 | IssuesEvent | 2022-07-05 02:47:06 | CAFECA-IO/TideBitEx | https://api.github.com/repos/CAFECA-IO/TideBitEx | closed | OrderBook 優化: 提供 range 功能 | 5 low priority | 可以設定books price 區間
<img width="323" alt="Screen Shot 2022-02-14 at 12 10 55 PM" src="https://user-images.githubusercontent.com/17249354/153798751-3896e5e8-692c-4aba-b023-b20040d912e8.png">
| 1.0 | OrderBook 優化: 提供 range 功能 - 可以設定books price 區間
<img width="323" alt="Screen Shot 2022-02-14 at 12 10 55 PM" src="https://user-images.githubusercontent.com/17249354/153798751-3896e5e8-692c-4aba-b023-b20040d912e8.png">
| priority | orderbook 優化: 提供 range 功能 可以設定books price 區間 img width alt screen shot at pm src | 1 |
285,508 | 8,761,516,499 | IssuesEvent | 2018-12-16 18:12:12 | BuddiX/orbit-app | https://api.github.com/repos/BuddiX/orbit-app | closed | redux-formのrenderFieldをcomponent化 | Low priority enhancement | ## 概要
redux-formを基盤とした各form内のrenderField関数をコンポーネン化する
## 背景
redux-formを再導入した
## URL
## その他 | 1.0 | redux-formのrenderFieldをcomponent化 - ## 概要
redux-formを基盤とした各form内のrenderField関数をコンポーネン化する
## 背景
redux-formを再導入した
## URL
## その他 | priority | redux formのrenderfieldをcomponent化 概要 redux formを基盤とした各form内のrenderfield関数をコンポーネン化する 背景 redux formを再導入した url その他 | 1 |
96,607 | 3,971,025,256 | IssuesEvent | 2016-05-04 09:59:41 | hutosaha/hrns- | https://api.github.com/repos/hutosaha/hrns- | closed | Client: ability to see overview of candidates for each vacancy | backlog client-user-flow priority-2 | As per this wireframe:
http://ovw7jm.axshare.com/#p=client__my_jobs&g=1
#24 will need to be modified to include this | 1.0 | Client: ability to see overview of candidates for each vacancy - As per this wireframe:
http://ovw7jm.axshare.com/#p=client__my_jobs&g=1
#24 will need to be modified to include this | priority | client ability to see overview of candidates for each vacancy as per this wireframe will need to be modified to include this | 1 |
811,854 | 30,302,854,841 | IssuesEvent | 2023-07-10 07:28:21 | dr3ams/Life-in-the-village-3 | https://api.github.com/repos/dr3ams/Life-in-the-village-3 | closed | [Bug]: Cut copper walls missing | Low Priority feature | ### General Info
- [X] I didn't added any mods
- [X] I can reproduce this issue consistently in single-player
- [ ] I can reproduce this issue consistently in multi-player
- [X] I have searched for this issue previously and it was either (1) not previously reported, or (2) previously fixed and I am having the same pro... | 1.0 | [Bug]: Cut copper walls missing - ### General Info
- [X] I didn't added any mods
- [X] I can reproduce this issue consistently in single-player
- [ ] I can reproduce this issue consistently in multi-player
- [X] I have searched for this issue previously and it was either (1) not previously reported, or (2) previously ... | priority | cut copper walls missing general info i didn t added any mods i can reproduce this issue consistently in single player i can reproduce this issue consistently in multi player i have searched for this issue previously and it was either not previously reported or previously fixed and i ... | 1 |
558,325 | 16,529,684,599 | IssuesEvent | 2021-05-27 03:05:50 | RaenonX-DL/dragalia-site-front | https://api.github.com/repos/RaenonX-DL/dragalia-site-front | closed | Multi message boxes before leaving the form pages | Priority-Low Type-Bugs | Might be caused by the component refresh.
Steps to reproduce:
1. Enter the post editing page
2. Attempt to switch the language
3. Multiple pop-ups before actually leaving the page | 1.0 | Multi message boxes before leaving the form pages - Might be caused by the component refresh.
Steps to reproduce:
1. Enter the post editing page
2. Attempt to switch the language
3. Multiple pop-ups before actually leaving the page | priority | multi message boxes before leaving the form pages might be caused by the component refresh steps to reproduce enter the post editing page attempt to switch the language multiple pop ups before actually leaving the page | 1 |
825,556 | 31,394,200,577 | IssuesEvent | 2023-08-26 18:20:12 | aklinker1/miasma | https://api.github.com/repos/aklinker1/miasma | closed | Use dataloaders for commonly accessed data | enhancement good first issue low priority | Dataloaders will improve the efficiency of the API by not requesting the same data twice from a data source. Right now, performance is fine, but as the complexity of the application grows, dataloaders will become necessary.
- [ ] Docker service by ID
- [ ] App by ID
- [ ] Node by ID
- [ ] Route by App ID
- [ ] E... | 1.0 | Use dataloaders for commonly accessed data - Dataloaders will improve the efficiency of the API by not requesting the same data twice from a data source. Right now, performance is fine, but as the complexity of the application grows, dataloaders will become necessary.
- [ ] Docker service by ID
- [ ] App by ID
- [... | priority | use dataloaders for commonly accessed data dataloaders will improve the efficiency of the api by not requesting the same data twice from a data source right now performance is fine but as the complexity of the application grows dataloaders will become necessary docker service by id app by id nod... | 1 |
560,480 | 16,597,623,001 | IssuesEvent | 2021-06-01 15:09:15 | ntop/ntopng | https://api.github.com/repos/ntop/ntopng | closed | TLS certificate expired alerts no longer triggering | Need Help alerts low-priority bug ⌛feedback needed | expiration is detected but alert is not triggered

| 1.0 | TLS certificate expired alerts no longer triggering - expiration is detected but alert is not triggered

| priority | tls certificate expired alerts no longer triggering expiration is detected but alert is not triggered | 1 |
492,002 | 14,175,064,895 | IssuesEvent | 2020-11-12 20:56:58 | aevix/Health-Tracker-2.0 | https://api.github.com/repos/aevix/Health-Tracker-2.0 | closed | change to custom icon | Priority level - low enhancement | issue:
in the tabs it shows default vue.js logo
expected:
it should show my own logo | 1.0 | change to custom icon - issue:
in the tabs it shows default vue.js logo
expected:
it should show my own logo | priority | change to custom icon issue in the tabs it shows default vue js logo expected it should show my own logo | 1 |
46,129 | 2,948,248,280 | IssuesEvent | 2015-07-06 00:00:13 | JamieSinn/TrailGUI | https://api.github.com/repos/JamieSinn/TrailGUI | closed | oneTrailAtATime not functional. | in progress low priority not a bug | TrailGUI dev 34
Users with access to more than one trail type are able to activate more than one trail at a time despite the setting being forced true.
```
#Whether or not the player can only have one trail at a time.
oneTrailAtATime: true
#Max number of concurrently equipped trails - Only used if the above ... | 1.0 | oneTrailAtATime not functional. - TrailGUI dev 34
Users with access to more than one trail type are able to activate more than one trail at a time despite the setting being forced true.
```
#Whether or not the player can only have one trail at a time.
oneTrailAtATime: true
#Max number of concurrently equippe... | priority | onetrailatatime not functional trailgui dev users with access to more than one trail type are able to activate more than one trail at a time despite the setting being forced true whether or not the player can only have one trail at a time onetrailatatime true max number of concurrently equipped... | 1 |
800,936 | 28,438,968,017 | IssuesEvent | 2023-04-15 17:12:52 | uni-notes/uni-notes | https://api.github.com/repos/uni-notes/uni-notes | closed | Ability to print pages | enhancement low priority | ERROR: type should be string, got "https://www.thoughtco.com/how-to-add-a-print-button-4072006\r\n\r\ndocs/overrides/main.html\r\n\r\n```\r\n{% extends \"base.html\" %}\r\n\r\n{% block content %}\r\n\r\n{% if page.url_to_print_page %}\r\n <a href=\"{{ page.url_to_print_page }}\" title=\"Print Site\" class=\"md-content__button md-icon\">\r\n {% include \".icons/material/printer.svg\" %}\r\n </a>\r\n{% endif %}\r\n\r\n{{ super() }}\r\n{% endblock content %}\r\n```" | 1.0 | Ability to print pages - https://www.thoughtco.com/how-to-add-a-print-button-4072006
docs/overrides/main.html
```
{% extends "base.html" %}
{% block content %}
{% if page.url_to_print_page %}
<a href="{{ page.url_to_print_page }}" title="Print Site" class="md-content__button md-icon">
{% incl... | priority | ability to print pages docs overrides main html extends base html block content if page url to print page include icons material printer svg endif super endblock content | 1 |
582,533 | 17,363,476,815 | IssuesEvent | 2021-07-30 01:51:42 | jmcsmith/MTGCards | https://api.github.com/repos/jmcsmith/MTGCards | closed | Add url parsing to rulings text. | Priority: Low enhancement | Purse urls in rulings text and have them open in safari web view.
[https://www.hackingwithswift.com/example-code/strings/how-to-detect-a-url-in-a-string-using-nsdatadetector]()
 | 1.0 | Add url parsing to rulings text. - Purse urls in rulings text and have them open in safari web view.
[https://www.hackingwithswift.com/example-code/strings/how-to-detect-a-url-in-a-string-using-nsdatadetector]()
 | priority | add url parsing to rulings text purse urls in rulings text and have them open in safari web view | 1 |
753,414 | 26,346,969,118 | IssuesEvent | 2023-01-10 23:13:00 | sb-mig/sb-mig | https://api.github.com/repos/sb-mig/sb-mig | closed | Datasources working unstable | bug low priority v6 | there is some weird behaviours with datasources, when there is no datasource on storyblok space, have to investigate it. | 1.0 | Datasources working unstable - there is some weird behaviours with datasources, when there is no datasource on storyblok space, have to investigate it. | priority | datasources working unstable there is some weird behaviours with datasources when there is no datasource on storyblok space have to investigate it | 1 |
279,206 | 8,658,807,219 | IssuesEvent | 2018-11-28 02:45:13 | MrBlizzard/RCAdmins-Tracker | https://api.github.com/repos/MrBlizzard/RCAdmins-Tracker | closed | [Spawn] Make a guardian statue explaining how they work | awaiting completion enhancement priority:low | when we add definable boss types to the spawns statue, we can put a statue that explains how they work to the people. Gives new players something to do, rather than one gym or so. | 1.0 | [Spawn] Make a guardian statue explaining how they work - when we add definable boss types to the spawns statue, we can put a statue that explains how they work to the people. Gives new players something to do, rather than one gym or so. | priority | make a guardian statue explaining how they work when we add definable boss types to the spawns statue we can put a statue that explains how they work to the people gives new players something to do rather than one gym or so | 1 |
253,870 | 8,066,781,285 | IssuesEvent | 2018-08-04 20:08:45 | perl6/ecosystem-unbitrot | https://api.github.com/repos/perl6/ecosystem-unbitrot | closed | Acme::Skynet | failing dependency low priority | Module [Acme::Skynet](https://modules.perl6.org/dist/Acme::Skynet) is failing its tests and/or does not install.
* Please close this issue only if the module **passes its tests and is installable**. One way to test it is to run `zef install MODULENAME`.
* If you can **install the module without any problems**, label t... | 1.0 | Acme::Skynet - Module [Acme::Skynet](https://modules.perl6.org/dist/Acme::Skynet) is failing its tests and/or does not install.
* Please close this issue only if the module **passes its tests and is installable**. One way to test it is to run `zef install MODULENAME`.
* If you can **install the module without any prob... | priority | acme skynet module is failing its tests and or does not install please close this issue only if the module passes its tests and is installable one way to test it is to run zef install modulename if you can install the module without any problems label this ticket with works for me and close ... | 1 |
114,118 | 4,614,504,090 | IssuesEvent | 2016-09-25 16:21:13 | PolarisSS13/Polaris | https://api.github.com/repos/PolarisSS13/Polaris | closed | Many instances in the game still say Captain instead of Station Admin | Oversight Priority: Low | #### Brief description of the issue
Many instances in the game, such as Accesses, still say "Captain" when this isn't correct anymore.
#### What you expected to happen
For all instances of Captain to be Station Administrator, since this is the change everyone decided on ~~except me~~.
#### What actually happene... | 1.0 | Many instances in the game still say Captain instead of Station Admin - #### Brief description of the issue
Many instances in the game, such as Accesses, still say "Captain" when this isn't correct anymore.
#### What you expected to happen
For all instances of Captain to be Station Administrator, since this is the... | priority | many instances in the game still say captain instead of station admin brief description of the issue many instances in the game such as accesses still say captain when this isn t correct anymore what you expected to happen for all instances of captain to be station administrator since this is the... | 1 |
736,463 | 25,475,304,498 | IssuesEvent | 2022-11-25 13:55:18 | StephanAkkerman/FinTwit_Bot | https://api.github.com/repos/StephanAkkerman/FinTwit_Bot | closed | Make a setup.py file + write readme | Priority: Low :3rd_place_medal: New feature :star: Text change :writing_hand: | Todo:
- [x] Create channels + categories (#172 ) according to the config.yaml file
- [x] Set up databases for first time use
- [x] Write down premium functions (sentiment analysis + option alerts) | 1.0 | Make a setup.py file + write readme - Todo:
- [x] Create channels + categories (#172 ) according to the config.yaml file
- [x] Set up databases for first time use
- [x] Write down premium functions (sentiment analysis + option alerts) | priority | make a setup py file write readme todo create channels categories according to the config yaml file set up databases for first time use write down premium functions sentiment analysis option alerts | 1 |
603,139 | 18,529,194,178 | IssuesEvent | 2021-10-21 02:16:56 | MPAS-Dev/MPAS-Analysis | https://api.github.com/repos/MPAS-Dev/MPAS-Analysis | closed | Try using new CFTimeIndex in xarray | enhancement low priority | xarray now supports years outside the years 1678 to 2262 that were its previous lower and upper bounds:
http://xarray.pydata.org/en/stable/time-series.html#non-standard-calendars-and-dates-outside-the-timestamp-valid-range
Apparently, this works via calls like:
```python
with xr.set_options(enable_cftimeindex=T... | 1.0 | Try using new CFTimeIndex in xarray - xarray now supports years outside the years 1678 to 2262 that were its previous lower and upper bounds:
http://xarray.pydata.org/en/stable/time-series.html#non-standard-calendars-and-dates-outside-the-timestamp-valid-range
Apparently, this works via calls like:
```python
wi... | priority | try using new cftimeindex in xarray xarray now supports years outside the years to that were its previous lower and upper bounds apparently this works via calls like python with xr set options enable cftimeindex true ds xr open dataset long model run nc | 1 |
820,038 | 30,758,583,953 | IssuesEvent | 2023-07-29 11:49:08 | chaotic-aur/packages | https://api.github.com/repos/chaotic-aur/packages | closed | [Request] beeper | request:new-pkg waiting:upstream-fix priority:low | ### Package:
[beeper](https://aur.archlinux.org/packages/beeper)
### Purpose:
all in one chat client for imessage, whatsapp, telegram, whatsapp and others - works across multiple OSes
### Benefits:
The developers are constantly updating this client everyday so would be great to have this automated to get the lates... | 1.0 | [Request] beeper - ### Package:
[beeper](https://aur.archlinux.org/packages/beeper)
### Purpose:
all in one chat client for imessage, whatsapp, telegram, whatsapp and others - works across multiple OSes
### Benefits:
The developers are constantly updating this client everyday so would be great to have this automat... | priority | beeper package purpose all in one chat client for imessage whatsapp telegram whatsapp and others works across multiple oses benefits the developers are constantly updating this client everyday so would be great to have this automated to get the latest pre built release via chaotic ... | 1 |
281,509 | 8,696,132,867 | IssuesEvent | 2018-12-04 16:43:10 | openstax/bit-backlog | https://api.github.com/repos/openstax/bit-backlog | closed | Bug: accounts-staging e-mail confirmation shows a Production link | bug priority3-low | Trello: https://trello.com/c/odNgXnwE/629-bug-accounts-staging-e-mail-confirmation-shows-a-production-link
Scenario
--
Description
...replacing `accounts` with `accounts-staging` allows the link to succeed.
Steps to Reproduce
--
* **Product**: [ ] Tutor [ ] Concept Coach [ ] OS Web [ ] Content Production Toolkit []... | 1.0 | Bug: accounts-staging e-mail confirmation shows a Production link - Trello: https://trello.com/c/odNgXnwE/629-bug-accounts-staging-e-mail-confirmation-shows-a-production-link
Scenario
--
Description
...replacing `accounts` with `accounts-staging` allows the link to succeed.
Steps to Reproduce
--
* **Product**: [ ] Tu... | priority | bug accounts staging e mail confirmation shows a production link trello scenario description replacing accounts with accounts staging allows the link to succeed steps to reproduce product tutor concept coach os web content production toolkit cnx accounts user ur... | 1 |
308,048 | 9,429,449,434 | IssuesEvent | 2019-04-12 06:05:17 | OpenSRP/opensrp-client-chw | https://api.github.com/repos/OpenSRP/opensrp-client-chw | closed | Implement profile page for all other family members | Family QA issues remaining low priority | This was mentioned in another issue, but all family members will get a profile page, not just children. For other family members who don't have home visits and services due (yet), the page will look like the below (ignore the child picture and imagine this is an adult shown):
<img width="335" alt="screen shot 2018-1... | 1.0 | Implement profile page for all other family members - This was mentioned in another issue, but all family members will get a profile page, not just children. For other family members who don't have home visits and services due (yet), the page will look like the below (ignore the child picture and imagine this is an adu... | priority | implement profile page for all other family members this was mentioned in another issue but all family members will get a profile page not just children for other family members who don t have home visits and services due yet the page will look like the below ignore the child picture and imagine this is an adu... | 1 |
173,522 | 6,526,023,571 | IssuesEvent | 2017-08-29 18:03:07 | panteLx/teamspeakhostingscript | https://api.github.com/repos/panteLx/teamspeakhostingscript | opened | Version Checker (needed requirements == TRUE) | + feature priority: low | Script that check if the needed requirements are met. (Like PHP Version, MYSQL Version etc.) | 1.0 | Version Checker (needed requirements == TRUE) - Script that check if the needed requirements are met. (Like PHP Version, MYSQL Version etc.) | priority | version checker needed requirements true script that check if the needed requirements are met like php version mysql version etc | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.