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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
245,549 | 7,887,541,752 | IssuesEvent | 2018-06-27 18:49:37 | aowen87/FOO | https://api.github.com/repos/aowen87/FOO | opened | some build_visit flags not documented in --help | Expected Use: 2 - Rare Feature Impact: 1 - Very Low OS: All Priority: Normal Support Group: Any version: 2.12.3 | --visit-build-hostname
--parallel-build
--log-file
--database-plugins
--bv-debug
--no-boost
--thread
These flags are parsed by bv_main.sh, but are not listed in the 'usage' function found in helper_funcs.sh
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redm... | 1.0 | some build_visit flags not documented in --help - --visit-build-hostname
--parallel-build
--log-file
--database-plugins
--bv-debug
--no-boost
--thread
These flags are parsed by bv_main.sh, but are not listed in the 'usage' function found in helper_funcs.sh
-----------------------REDMINE MIGRATION--------... | priority | some build visit flags not documented in help visit build hostname parallel build log file database plugins bv debug no boost thread these flags are parsed by bv main sh but are not listed in the usage function found in helper funcs sh redmine migration ... | 1 |
559,969 | 16,582,130,105 | IssuesEvent | 2021-05-31 13:17:05 | water111/jak-project | https://api.github.com/repos/water111/jak-project | opened | [decomp] Recognize inline zero initialization of stack matrix and vector | low-priority | We have a macro:
```lisp
(defmacro new-stack-vector0 ()
"Get a stack vector that's set to 0.
This is more efficient than (new 'stack 'vector) because
this doesn't call the constructor."
`(let ((vec (new 'stack-no-clear 'vector)))
(set! (-> vec quad) (the-as uint128 0))
vec
)
)
```
... | 1.0 | [decomp] Recognize inline zero initialization of stack matrix and vector - We have a macro:
```lisp
(defmacro new-stack-vector0 ()
"Get a stack vector that's set to 0.
This is more efficient than (new 'stack 'vector) because
this doesn't call the constructor."
`(let ((vec (new 'stack-no-clear 'vector)))... | priority | recognize inline zero initialization of stack matrix and vector we have a macro lisp defmacro new stack get a stack vector that s set to this is more efficient than new stack vector because this doesn t call the constructor let vec new stack no clear vector set ... | 1 |
93,007 | 3,880,858,183 | IssuesEvent | 2016-04-13 00:18:30 | andrewrk/zig | https://api.github.com/repos/andrewrk/zig | closed | Look into making github syntax highlight zig | lowpriority | It seems they merge PRs fairly often, it might be worth it. https://github.com/github/linguist | 1.0 | Look into making github syntax highlight zig - It seems they merge PRs fairly often, it might be worth it. https://github.com/github/linguist | priority | look into making github syntax highlight zig it seems they merge prs fairly often it might be worth it | 1 |
454,061 | 13,094,240,426 | IssuesEvent | 2020-08-03 12:01:42 | SkriptLang/Skript | https://api.github.com/repos/SkriptLang/Skript | closed | Merge some addon syntaxes to skript | enhancement priority: lowest | Since many years skript merge the content of an addon to himself if it is useful. I propose a list of addon feature wich should be merge to skript to prevent break of addon.
I know that devellopers spend a lot of time to doing this and they can not agree with this merge, so I recommand to this dev to make a PR himself... | 1.0 | Merge some addon syntaxes to skript - Since many years skript merge the content of an addon to himself if it is useful. I propose a list of addon feature wich should be merge to skript to prevent break of addon.
I know that devellopers spend a lot of time to doing this and they can not agree with this merge, so I reco... | priority | merge some addon syntaxes to skript since many years skript merge the content of an addon to himself if it is useful i propose a list of addon feature wich should be merge to skript to prevent break of addon i know that devellopers spend a lot of time to doing this and they can not agree with this merge so i reco... | 1 |
394,446 | 11,643,706,629 | IssuesEvent | 2020-02-29 15:07:43 | bounswe/bounswe2020group6 | https://api.github.com/repos/bounswe/bounswe2020group6 | closed | Proofreading user scenarios | low priority | There are some minor issues here and there with the user scenarios (grammarwise). It requires a bit of proofreading and correction. | 1.0 | Proofreading user scenarios - There are some minor issues here and there with the user scenarios (grammarwise). It requires a bit of proofreading and correction. | priority | proofreading user scenarios there are some minor issues here and there with the user scenarios grammarwise it requires a bit of proofreading and correction | 1 |
260,659 | 8,213,193,988 | IssuesEvent | 2018-09-04 18:45:36 | poanetwork/token-wizard | https://api.github.com/repos/poanetwork/token-wizard | closed | (Bug) Step 4-Minted: file `Auth-os_addresses.txt` doesn't contain adresses of `Sale manager` and `Token manager` contracts | Step4-Publish UI bug in progress low priority | Downloaded file `Auth-os_addresses.txt` (Minted crowdsale) should contain two more contracts in `Crowdsale` section :
1. Sale manager ( .env var REACT_APP_MINTED_CAPPED_CROWDSALE_MANAGER_ADDRESS)
2. Token manager ( .env var REACT_APP_MINTED_CAPPED_TOKEN_MANAGER_ADDRESS)
<img width="1440" alt="screen shot 2018-0... | 1.0 | (Bug) Step 4-Minted: file `Auth-os_addresses.txt` doesn't contain adresses of `Sale manager` and `Token manager` contracts - Downloaded file `Auth-os_addresses.txt` (Minted crowdsale) should contain two more contracts in `Crowdsale` section :
1. Sale manager ( .env var REACT_APP_MINTED_CAPPED_CROWDSALE_MANAGER_ADDR... | priority | bug step minted file auth os addresses txt doesn t contain adresses of sale manager and token manager contracts downloaded file auth os addresses txt minted crowdsale should contain two more contracts in crowdsale section sale manager env var react app minted capped crowdsale manager addr... | 1 |
542,598 | 15,863,145,911 | IssuesEvent | 2021-04-08 12:29:27 | WoWManiaUK/Blackwing-Lair | https://api.github.com/repos/WoWManiaUK/Blackwing-Lair | opened | [NPC] Trapper Mau'i | Daily Priority-Low | **Links:**
https://www.wowhead.com/npc=26228/trapper-maui
**What is happening:**
Quest accept should be blue
**What should happen:**
Should be blue, letting the player now its a daily repeatable
https://www.wowhead.com/quest=11960/planning-for-the-future
| 1.0 | [NPC] Trapper Mau'i - **Links:**
https://www.wowhead.com/npc=26228/trapper-maui
**What is happening:**
Quest accept should be blue
**What should happen:**
Should be blue, letting the player now its a daily repeatable
https://www.wowhead.com/quest=11960/planning-for-the-future
| priority | trapper mau i links what is happening quest accept should be blue what should happen should be blue letting the player now its a daily repeatable | 1 |
585,053 | 17,469,872,419 | IssuesEvent | 2021-08-07 00:30:00 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | Use XOSHIRO random number generator on NXP i.MX RT platform | bug priority: low platform: NXP has-pr | **Describe the bug**
Using the default HW random generator, the call re-seeds it every time which can cause unwanted delays. Using XORSHIRO to speed this up, could a desired default behavior.
**To Reproduce**
Run an application which calls `sys_rand_get` a lot using the default HW random generator.
**Expected b... | 1.0 | Use XOSHIRO random number generator on NXP i.MX RT platform - **Describe the bug**
Using the default HW random generator, the call re-seeds it every time which can cause unwanted delays. Using XORSHIRO to speed this up, could a desired default behavior.
**To Reproduce**
Run an application which calls `sys_rand_get... | priority | use xoshiro random number generator on nxp i mx rt platform describe the bug using the default hw random generator the call re seeds it every time which can cause unwanted delays using xorshiro to speed this up could a desired default behavior to reproduce run an application which calls sys rand get... | 1 |
374,011 | 11,054,030,534 | IssuesEvent | 2019-12-10 12:40:41 | acidanthera/bugtracker | https://api.github.com/repos/acidanthera/bugtracker | closed | Item in Piker highlighted with an asterisk not loaded by pressing Enter | enhancement priority:low project:oc | Is it possible to make that in the OpenCore Picker, the item highlighted with an asterisk will be immediately loaded by pressing Enter? | 1.0 | Item in Piker highlighted with an asterisk not loaded by pressing Enter - Is it possible to make that in the OpenCore Picker, the item highlighted with an asterisk will be immediately loaded by pressing Enter? | priority | item in piker highlighted with an asterisk not loaded by pressing enter is it possible to make that in the opencore picker the item highlighted with an asterisk will be immediately loaded by pressing enter | 1 |
310,381 | 9,489,378,295 | IssuesEvent | 2019-04-22 22:20:57 | OregonDigital/ControlledVocabularyManager | https://api.github.com/repos/OregonDigital/ControlledVocabularyManager | opened | Search Results Term Type label of 'Term' displays instead of 'Concept' | Priority: Low Sprint 2019 bug | On the Search Results page, if the Term Type isn't any of the other specific ones, it currently displays 'Term' but should display 'Concept' instead.
http://opaquenamespace.org/search/smith?commit=Search&page=20&utf8=%E2%9C%93
| 1.0 | Search Results Term Type label of 'Term' displays instead of 'Concept' - On the Search Results page, if the Term Type isn't any of the other specific ones, it currently displays 'Term' but should display 'Concept' instead.
http://opaquenamespace.org/search/smith?commit=Search&page=20&utf8=%E2%9C%93
| priority | search results term type label of term displays instead of concept on the search results page if the term type isn t any of the other specific ones it currently displays term but should display concept instead | 1 |
159,129 | 6,041,020,848 | IssuesEvent | 2017-06-10 19:55:27 | Joysome/BlogEngine | https://api.github.com/repos/Joysome/BlogEngine | opened | Add entry attachments | enhancement Low priority Wishlist | Attachments should include files, location(using google maps and maybe yandex maps), polls, images(to be placed inside an article), youtube videos(should work correctly). | 1.0 | Add entry attachments - Attachments should include files, location(using google maps and maybe yandex maps), polls, images(to be placed inside an article), youtube videos(should work correctly). | priority | add entry attachments attachments should include files location using google maps and maybe yandex maps polls images to be placed inside an article youtube videos should work correctly | 1 |
78,405 | 3,509,726,595 | IssuesEvent | 2016-01-09 00:42:38 | OregonCore/OregonCore | https://api.github.com/repos/OregonCore/OregonCore | closed | Nazan <Vazruden's Mount> - Hellfire Ramparts. (BB #1175) | Category: Instances migrated Priority: Low Type: Bug | This issue was migrated from bitbucket.
**Original Reporter:** AlphafoxBHN
**Original Date:** 12.12.2015 17:51:09 GMT+0000
**Original Priority:** trivial
**Original Type:** bug
**Original State:** closed
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/1175
<hr>
http://www.wowhead.com/npc=17536/nazan
... | 1.0 | Nazan <Vazruden's Mount> - Hellfire Ramparts. (BB #1175) - This issue was migrated from bitbucket.
**Original Reporter:** AlphafoxBHN
**Original Date:** 12.12.2015 17:51:09 GMT+0000
**Original Priority:** trivial
**Original Type:** bug
**Original State:** closed
**Direct Link:** https://bitbucket.org/oregon/oregoncore/... | priority | nazan hellfire ramparts bb this issue was migrated from bitbucket original reporter alphafoxbhn original date gmt original priority trivial original type bug original state closed direct link its just an optical bug on fight start nazan normaly flys ... | 1 |
561,644 | 16,621,125,436 | IssuesEvent | 2021-06-03 01:16:32 | nlpsandbox/date-annotator-stub | https://api.github.com/repos/nlpsandbox/date-annotator-stub | closed | Add GH workflow to automatically update stub when new schemas is available | Priority: Low | Automatically updates README.md, docker-compose.yml and server stub. | 1.0 | Add GH workflow to automatically update stub when new schemas is available - Automatically updates README.md, docker-compose.yml and server stub. | priority | add gh workflow to automatically update stub when new schemas is available automatically updates readme md docker compose yml and server stub | 1 |
44,761 | 2,911,787,832 | IssuesEvent | 2015-06-22 12:03:13 | nowsecure/datagrid-gtk3 | https://api.github.com/repos/nowsecure/datagrid-gtk3 | opened | When sorting data, ignore case | Low Priority | I've noticed when sorting string values, it sorts `A-Z` then `a-z`. Case should be ignored | 1.0 | When sorting data, ignore case - I've noticed when sorting string values, it sorts `A-Z` then `a-z`. Case should be ignored | priority | when sorting data ignore case i ve noticed when sorting string values it sorts a z then a z case should be ignored | 1 |
452,526 | 13,055,145,168 | IssuesEvent | 2020-07-30 00:45:41 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | bluetooth: logging: Build assertion prevents immediate logging when using legacy LL | Stale area: Bluetooth area: Logging bug priority: low | **Describe the bug**
Setting `CONFIG_LOG_IMMEDIATE ` and `CONFIG_BT_LL_SW_LEGACY` aborts builds even if Bluetooth logging is disabled.
**Expected behavior**
Immediate logging has to be disabled for Bluetooth legacy ll logging, but it should be possible to use the option if Bluetooth logging is disabled.
**Impac... | 1.0 | bluetooth: logging: Build assertion prevents immediate logging when using legacy LL - **Describe the bug**
Setting `CONFIG_LOG_IMMEDIATE ` and `CONFIG_BT_LL_SW_LEGACY` aborts builds even if Bluetooth logging is disabled.
**Expected behavior**
Immediate logging has to be disabled for Bluetooth legacy ll logging, bu... | priority | bluetooth logging build assertion prevents immediate logging when using legacy ll describe the bug setting config log immediate and config bt ll sw legacy aborts builds even if bluetooth logging is disabled expected behavior immediate logging has to be disabled for bluetooth legacy ll logging bu... | 1 |
178,562 | 6,612,061,050 | IssuesEvent | 2017-09-20 01:14:01 | HackGT/registration | https://api.github.com/repos/HackGT/registration | opened | Clean up code and fix feature regression from #153 | bug enhancement low priority | See PR comments in #153 and `TODO`'s in the code. Some minor refactoring is needed and dates need to be re-added to the dashboard. | 1.0 | Clean up code and fix feature regression from #153 - See PR comments in #153 and `TODO`'s in the code. Some minor refactoring is needed and dates need to be re-added to the dashboard. | priority | clean up code and fix feature regression from see pr comments in and todo s in the code some minor refactoring is needed and dates need to be re added to the dashboard | 1 |
139,359 | 5,367,980,584 | IssuesEvent | 2017-02-22 07:01:24 | code-corps/code-corps-ember | https://api.github.com/repos/code-corps/code-corps-ember | closed | Use ember-concurrency for skill input typeahead | low priority | Our skill input typeahead makes too many requests without waiting for previous requests to finish. We should use ember-concurrency for this, so that we only update with the most recent request.
| 1.0 | Use ember-concurrency for skill input typeahead - Our skill input typeahead makes too many requests without waiting for previous requests to finish. We should use ember-concurrency for this, so that we only update with the most recent request.
| priority | use ember concurrency for skill input typeahead our skill input typeahead makes too many requests without waiting for previous requests to finish we should use ember concurrency for this so that we only update with the most recent request | 1 |
560,102 | 16,585,346,799 | IssuesEvent | 2021-05-31 18:15:07 | SerpentDrago/skin.auramod | https://api.github.com/repos/SerpentDrago/skin.auramod | closed | ClearLogo bug with "Episode list" view mode | Feedback wanted Low Priority enhancement notabug | - Tested with Seren addon widget (Next Up), `Context menu > Information > Browse season`
- `Skin Settings > Widgets > Enable clearlogos on widgets` is enabled, so these clearlogos should be visible regardless.
- Only affects `Episode list` view mode.
Opening the power menu reveals the clearlogos that are supposed ... | 1.0 | ClearLogo bug with "Episode list" view mode - - Tested with Seren addon widget (Next Up), `Context menu > Information > Browse season`
- `Skin Settings > Widgets > Enable clearlogos on widgets` is enabled, so these clearlogos should be visible regardless.
- Only affects `Episode list` view mode.
Opening the power ... | priority | clearlogo bug with episode list view mode tested with seren addon widget next up context menu information browse season skin settings widgets enable clearlogos on widgets is enabled so these clearlogos should be visible regardless only affects episode list view mode opening the power ... | 1 |
87,690 | 3,756,980,923 | IssuesEvent | 2016-03-13 18:15:08 | nus-fboa2016-PL/PowerPointLabs | https://api.github.com/repos/nus-fboa2016-PL/PowerPointLabs | opened | Developer guide | Priority.Low question | Some segments of the code are magical. should we produce some form of documentation for future developers? perhaps not a full blown developer's guide, but something to guide developers when working on some parts of the code where it is a bit arbitrary | 1.0 | Developer guide - Some segments of the code are magical. should we produce some form of documentation for future developers? perhaps not a full blown developer's guide, but something to guide developers when working on some parts of the code where it is a bit arbitrary | priority | developer guide some segments of the code are magical should we produce some form of documentation for future developers perhaps not a full blown developer s guide but something to guide developers when working on some parts of the code where it is a bit arbitrary | 1 |
592,428 | 17,890,999,604 | IssuesEvent | 2021-09-08 00:27:18 | ivadomed/ivadomed | https://api.github.com/repos/ivadomed/ivadomed | opened | Incorrect Exception Type being raised when validating non-existent config JSON files. | enhancement priority:low maintenance | <!-- Hi, and thank you for reporting an issue! Please take the time to first consider NeuroPoly's guidelines on issues (titles, descriptions, issue labels) before continuing:
https://www.neuro.polymtl.ca/software/contributing#opening_an_issue
-->
## Issue description
### Current behavior
<!-- Please provide ... | 1.0 | Incorrect Exception Type being raised when validating non-existent config JSON files. - <!-- Hi, and thank you for reporting an issue! Please take the time to first consider NeuroPoly's guidelines on issues (titles, descriptions, issue labels) before continuing:
https://www.neuro.polymtl.ca/software/contributing#openi... | priority | incorrect exception type being raised when validating non existent config json files hi and thank you for reporting an issue please take the time to first consider neuropoly s guidelines on issues titles descriptions issue labels before continuing issue description current behavior... | 1 |
555,967 | 16,472,623,196 | IssuesEvent | 2021-05-23 18:15:28 | SkriptLang/Skript | https://api.github.com/repos/SkriptLang/Skript | closed | (old and new block on walk) and (single walk event) events. | completed enhancement priority: low | ## (old and new block on walk) and (single walk event) events.
examples:
```
on step on ores:
broadcast "%past location%"
broadcast "%future block%"
```
please add single walk event
```
on step:
broadcast "top-top-top of %player%" to block
```
spigot api:
- [PlayerMoveEvent](hub.spigotmc.org/javad... | 1.0 | (old and new block on walk) and (single walk event) events. - ## (old and new block on walk) and (single walk event) events.
examples:
```
on step on ores:
broadcast "%past location%"
broadcast "%future block%"
```
please add single walk event
```
on step:
broadcast "top-top-top of %player%" to block
``... | priority | old and new block on walk and single walk event events old and new block on walk and single walk event events examples on step on ores broadcast past location broadcast future block please add single walk event on step broadcast top top top of player to block ... | 1 |
816,628 | 30,604,845,531 | IssuesEvent | 2023-07-22 21:50:39 | Bentheburrito/cai | https://api.github.com/repos/Bentheburrito/cai | opened | Fallback to ESS: Dedup logic | refactor low priority | If NSS goes down (for maintenance or otherwise), it would be nice to be able to fallback to ESS. This would require `ESS.Client` to forward events to a new deduper process before broadcasting PubSub events and persisting to the DB.
| 1.0 | Fallback to ESS: Dedup logic - If NSS goes down (for maintenance or otherwise), it would be nice to be able to fallback to ESS. This would require `ESS.Client` to forward events to a new deduper process before broadcasting PubSub events and persisting to the DB.
| priority | fallback to ess dedup logic if nss goes down for maintenance or otherwise it would be nice to be able to fallback to ess this would require ess client to forward events to a new deduper process before broadcasting pubsub events and persisting to the db | 1 |
449,880 | 12,976,328,139 | IssuesEvent | 2020-07-21 18:34:43 | Energy-Innovation/eps-us | https://api.github.com/repos/Energy-Innovation/eps-us | opened | Add energy efficiency resource standard (EERS) policy | low priority | We got a very specific request from ACEEE to add an EERS policy to the EPS. There are some methodological challenges here as EERS is typically met through other policies, like codes and standards, incentives, and labeling, but I wanted to record the request. | 1.0 | Add energy efficiency resource standard (EERS) policy - We got a very specific request from ACEEE to add an EERS policy to the EPS. There are some methodological challenges here as EERS is typically met through other policies, like codes and standards, incentives, and labeling, but I wanted to record the request. | priority | add energy efficiency resource standard eers policy we got a very specific request from aceee to add an eers policy to the eps there are some methodological challenges here as eers is typically met through other policies like codes and standards incentives and labeling but i wanted to record the request | 1 |
827,888 | 31,801,473,411 | IssuesEvent | 2023-09-13 11:24:46 | filamentphp/filament | https://api.github.com/repos/filamentphp/filament | closed | Unable to set default `emptyStateDescription` | bug unconfirmed low priority | ### Package
filament/tables
### Package Version
v3.0.47
### Laravel Version
v10.22.0
### Livewire Version
_No response_
### PHP Version
PHP 8.2
### Problem description
I have tried to set the default table *empty state description* using:
```php
Table::configureUsing(function (Table $table) {
$table... | 1.0 | Unable to set default `emptyStateDescription` - ### Package
filament/tables
### Package Version
v3.0.47
### Laravel Version
v10.22.0
### Livewire Version
_No response_
### PHP Version
PHP 8.2
### Problem description
I have tried to set the default table *empty state description* using:
```php
Table::conf... | priority | unable to set default emptystatedescription package filament tables package version laravel version livewire version no response php version php problem description i have tried to set the default table empty state description using php table configure... | 1 |
257,340 | 8,136,092,974 | IssuesEvent | 2018-08-20 07:07:19 | rubykube/peatio | https://api.github.com/repos/rubykube/peatio | closed | A limits on the amount for withdrawal | Priority: Low Type: Enhancement | Withdraw limits:
- daily
- weekly
- monthly
needs to be added for more security | 1.0 | A limits on the amount for withdrawal - Withdraw limits:
- daily
- weekly
- monthly
needs to be added for more security | priority | a limits on the amount for withdrawal withdraw limits daily weekly monthly needs to be added for more security | 1 |
19,057 | 2,616,019,066 | IssuesEvent | 2015-03-02 01:00:36 | jasonhall/bwapi | https://api.github.com/repos/jasonhall/bwapi | closed | Add public UnitType methods: buildsWhat(), researchesWhat(), upgradesWhat() | auto-migrated NewFeature Priority-Low Type-Enhancement | ```
I would like to request that the following public methods (or something
similar) be added to the UnitType class, just for convenience.
const UnitType::set& UnitType::buildsWhat() const;
const Typeset<TechType>& UnitType::researchesWhat() const;
const Typeset<UpgradeType>& UnitType::upgradesWhat() const;
Note tha... | 1.0 | Add public UnitType methods: buildsWhat(), researchesWhat(), upgradesWhat() - ```
I would like to request that the following public methods (or something
similar) be added to the UnitType class, just for convenience.
const UnitType::set& UnitType::buildsWhat() const;
const Typeset<TechType>& UnitType::researchesWhat(... | priority | add public unittype methods buildswhat researcheswhat upgradeswhat i would like to request that the following public methods or something similar be added to the unittype class just for convenience const unittype set unittype buildswhat const const typeset unittype researcheswhat const ... | 1 |
160,816 | 6,103,243,872 | IssuesEvent | 2017-06-20 18:17:13 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | opened | [studio-ui] Change icon colors | enhancement Priority: Low | Per my convo with Vero: Presently all icons in the sidebar and dashboard are a pale gray: #cecece and they're hard to see. Let's try: #80bfff color for all item colors in sidebar, dashboard, icon guide etc. | 1.0 | [studio-ui] Change icon colors - Per my convo with Vero: Presently all icons in the sidebar and dashboard are a pale gray: #cecece and they're hard to see. Let's try: #80bfff color for all item colors in sidebar, dashboard, icon guide etc. | priority | change icon colors per my convo with vero presently all icons in the sidebar and dashboard are a pale gray cecece and they re hard to see let s try color for all item colors in sidebar dashboard icon guide etc | 1 |
670,352 | 22,686,752,475 | IssuesEvent | 2022-07-04 14:47:04 | LO6AN/New-Frontier-Craft | https://api.github.com/repos/LO6AN/New-Frontier-Craft | closed | Flicking through GUI Scale seems to trigger an update to the Smooth Tree Lighting setting | Client Low Priority Fix Unknown | This is inconsistent, it seems. It seems when flicking through GUI Scale the Smooth Tree Lighting toggles sometimes changes. I've noticed this seems to mostly occur around Large or Auto. | 1.0 | Flicking through GUI Scale seems to trigger an update to the Smooth Tree Lighting setting - This is inconsistent, it seems. It seems when flicking through GUI Scale the Smooth Tree Lighting toggles sometimes changes. I've noticed this seems to mostly occur around Large or Auto. | priority | flicking through gui scale seems to trigger an update to the smooth tree lighting setting this is inconsistent it seems it seems when flicking through gui scale the smooth tree lighting toggles sometimes changes i ve noticed this seems to mostly occur around large or auto | 1 |
596,470 | 18,104,316,522 | IssuesEvent | 2021-09-22 17:25:45 | NOAA-GSL/VxLegacyIngest | https://api.github.com/repos/NOAA-GSL/VxLegacyIngest | closed | Test recovery of HIWPP database | Status: Doing Type: Task Priority: Low | ---
Author Name: **bonny.strong** (bonny.strong)
Original Redmine Issue: 9223, https://vlab.ncep.noaa.gov/redmine/issues/9223
Original Date: 2015-07-07
Original Assignee: bonny.strong
---
Test recovery using latest backup. Test on vdbdev using backup from vdbpro.
| 1.0 | Test recovery of HIWPP database - ---
Author Name: **bonny.strong** (bonny.strong)
Original Redmine Issue: 9223, https://vlab.ncep.noaa.gov/redmine/issues/9223
Original Date: 2015-07-07
Original Assignee: bonny.strong
---
Test recovery using latest backup. Test on vdbdev using backup from vdbpro.
| priority | test recovery of hiwpp database author name bonny strong bonny strong original redmine issue original date original assignee bonny strong test recovery using latest backup test on vdbdev using backup from vdbpro | 1 |
383,118 | 11,350,624,294 | IssuesEvent | 2020-01-24 09:18:59 | kaizendorks/pymongo_inmemory | https://api.github.com/repos/kaizendorks/pymongo_inmemory | opened | Add file permisison management for Windows platform | low priority platform_windows | During #9 I realised that Python doesn't handle `chmod` operations very well on Windows. It simply creates read-only files.
Although this is not a problem for executing he downloaded binary, it becomes a problem if we try to overwrite. This is not a blocking issue, because the folders are separated by their version... | 1.0 | Add file permisison management for Windows platform - During #9 I realised that Python doesn't handle `chmod` operations very well on Windows. It simply creates read-only files.
Although this is not a problem for executing he downloaded binary, it becomes a problem if we try to overwrite. This is not a blocking iss... | priority | add file permisison management for windows platform during i realised that python doesn t handle chmod operations very well on windows it simply creates read only files although this is not a problem for executing he downloaded binary it becomes a problem if we try to overwrite this is not a blocking iss... | 1 |
664,946 | 22,293,701,386 | IssuesEvent | 2022-06-12 18:42:24 | CreeperMagnet/the-creepers-code | https://api.github.com/repos/CreeperMagnet/the-creepers-code | closed | Illagers do not despawn in peaceful mode | priority: low | This was not the case several updates ago—it seems that the piece of code to despawn them was lost somewhere along the line when refactoring their code. Can simply be reimplemented with a difficulty check. | 1.0 | Illagers do not despawn in peaceful mode - This was not the case several updates ago—it seems that the piece of code to despawn them was lost somewhere along the line when refactoring their code. Can simply be reimplemented with a difficulty check. | priority | illagers do not despawn in peaceful mode this was not the case several updates ago—it seems that the piece of code to despawn them was lost somewhere along the line when refactoring their code can simply be reimplemented with a difficulty check | 1 |
84,175 | 3,654,697,181 | IssuesEvent | 2016-02-17 13:43:28 | outbrain/Leonardo | https://api.github.com/repos/outbrain/Leonardo | opened | Build: Fix build double refresh | low priority | Every JS change seems to cause two refreshes - it hearts the development :art: | 1.0 | Build: Fix build double refresh - Every JS change seems to cause two refreshes - it hearts the development :art: | priority | build fix build double refresh every js change seems to cause two refreshes it hearts the development art | 1 |
82,998 | 3,620,847,282 | IssuesEvent | 2016-02-08 21:37:22 | worldpopulation/population.io | https://api.github.com/repos/worldpopulation/population.io | opened | Incorrectly worded sentence in About/Credits | bug priority low | Under About/Credits: Incorrectly worded sentence: “And just has been possible with the generous volunteer contributions of (latest to oldest).” Should be reworded to “The project was made possible with the generous volunteer contributions of (latest to oldest)” or “The project would not have been possible without the g... | 1.0 | Incorrectly worded sentence in About/Credits - Under About/Credits: Incorrectly worded sentence: “And just has been possible with the generous volunteer contributions of (latest to oldest).” Should be reworded to “The project was made possible with the generous volunteer contributions of (latest to oldest)” or “The pro... | priority | incorrectly worded sentence in about credits under about credits incorrectly worded sentence “and just has been possible with the generous volunteer contributions of latest to oldest ” should be reworded to “the project was made possible with the generous volunteer contributions of latest to oldest ” or “the pro... | 1 |
404,920 | 11,864,516,676 | IssuesEvent | 2020-03-25 21:51:04 | spacetelescope/jwql | https://api.github.com/repos/spacetelescope/jwql | closed | Scroll bar for navigating through preview images with many integrations | Low Priority Web Application enhancement | Currently our webpage for displaying a preview image displays one integration at a time with the option to click a right or left arrow button to display the next or previous integration. It would perhaps be more useful to turn this feature into some sort of scroll bar instead of having to click a button many times. | 1.0 | Scroll bar for navigating through preview images with many integrations - Currently our webpage for displaying a preview image displays one integration at a time with the option to click a right or left arrow button to display the next or previous integration. It would perhaps be more useful to turn this feature into ... | priority | scroll bar for navigating through preview images with many integrations currently our webpage for displaying a preview image displays one integration at a time with the option to click a right or left arrow button to display the next or previous integration it would perhaps be more useful to turn this feature into ... | 1 |
312,002 | 9,541,628,396 | IssuesEvent | 2019-04-30 23:08:34 | emoncms/emoncms | https://api.github.com/repos/emoncms/emoncms | closed | PHP | Priority: Low | PHPTIMESERIES data Feeds do not have a regular update time (unlike PHPFINA) therefore the last updated color should be removed since the color cannot be determined since they could be updated at any random interval.
 therefore the last updated color should be removed since the color cannot be determined since they could be updated at any random interval.
 on which you encountered this issue.
... | 1.0 | Offertorium & Magnificat - <!-- NOTE: Anything within these brackets will be hidden on the preview of the Issue. -->
* **rAthena Hash**: 0d2c3b8a179c826635b02918709e195664026960
<!-- Please specify the rAthena [GitHub hash](https://help.github.com/articles/autolinked-references-and-urls/#commit-shas) on which yo... | priority | offertorium magnificat rathena hash please specify the rathena on which you encountered this issue how to get your github hash cd your rathena directory git rev parse short head copy the resulting hash client date server mode renewa... | 1 |
181,604 | 6,662,552,284 | IssuesEvent | 2017-10-02 13:34:51 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | closed | Grid should restore horizontal scroll on filter | Bug C: Grid Kendo1 Priority 2 SEV: Low | ### Bug report
On `filter` the grid becomes data bound with scroll left & scroll top = 0.
When there are many columns, the user needs to scroll back to clear filter.
### Reproduction of the problem
[Dojo](http://dojo.telerik.com/aDuzE/3)
1. Scroll to a columns
2. Insert a filter value so that there are 0 r... | 1.0 | Grid should restore horizontal scroll on filter - ### Bug report
On `filter` the grid becomes data bound with scroll left & scroll top = 0.
When there are many columns, the user needs to scroll back to clear filter.
### Reproduction of the problem
[Dojo](http://dojo.telerik.com/aDuzE/3)
1. Scroll to a colum... | priority | grid should restore horizontal scroll on filter bug report on filter the grid becomes data bound with scroll left scroll top when there are many columns the user needs to scroll back to clear filter reproduction of the problem scroll to a columns insert a filter value so that... | 1 |
354,800 | 10,572,663,616 | IssuesEvent | 2019-10-07 10:04:47 | uNetworking/uWebSockets | https://api.github.com/repos/uNetworking/uWebSockets | closed | Support for non-latest compiler versions. | low priority | Hello, Alex!
In `App.h::ws(...)` you invoke methods:
- `webSocket->cork()` (line 206)
- `webSocket->init(...)` (line 210)
Methods are marked private in `WebSocket.h` and `AsyncSocket.h`, respectively. Although these classes have `TemplatedApp` as a friend, invocation leads to compilation errors (` ... is priva... | 1.0 | Support for non-latest compiler versions. - Hello, Alex!
In `App.h::ws(...)` you invoke methods:
- `webSocket->cork()` (line 206)
- `webSocket->init(...)` (line 210)
Methods are marked private in `WebSocket.h` and `AsyncSocket.h`, respectively. Although these classes have `TemplatedApp` as a friend, invocation... | priority | support for non latest compiler versions hello alex in app h ws you invoke methods websocket cork line websocket init line methods are marked private in websocket h and asyncsocket h respectively although these classes have templatedapp as a friend invocation lea... | 1 |
32,401 | 2,754,248,600 | IssuesEvent | 2015-04-25 13:49:33 | raspibo/eventman | https://api.github.com/repos/raspibo/eventman | closed | custom fields for persons and events | new feature priority: low | Introduce the possibility to add custom fields of various kind (text, date, time, boolean, email and so on) to persons and events. | 1.0 | custom fields for persons and events - Introduce the possibility to add custom fields of various kind (text, date, time, boolean, email and so on) to persons and events. | priority | custom fields for persons and events introduce the possibility to add custom fields of various kind text date time boolean email and so on to persons and events | 1 |
108,173 | 4,328,625,209 | IssuesEvent | 2016-07-26 14:35:19 | slackhq/hubot-slack | https://api.github.com/repos/slackhq/hubot-slack | closed | Sending customMessage() with attachment payload via DM when no previous conversation | bug Priority—Low | Very similar to #204, which was resolved via #168 in cases where adapter.send is in use. Based on what I can understand it checks for an existing IM.id with the user, and if one doesn't exist it opens a new IM.
However, I had a need for a formatted attachment to be sent via DM. I ran across and followed the custom... | 1.0 | Sending customMessage() with attachment payload via DM when no previous conversation - Very similar to #204, which was resolved via #168 in cases where adapter.send is in use. Based on what I can understand it checks for an existing IM.id with the user, and if one doesn't exist it opens a new IM.
However, I had a n... | priority | sending custommessage with attachment payload via dm when no previous conversation very similar to which was resolved via in cases where adapter send is in use based on what i can understand it checks for an existing im id with the user and if one doesn t exist it opens a new im however i had a need ... | 1 |
42,661 | 2,872,979,995 | IssuesEvent | 2015-06-08 14:52:15 | iModels/mbuild | https://api.github.com/repos/iModels/mbuild | closed | Should `apply_mask` return a compound or add to a compound? | low priority question | On the one hand, [this](https://github.com/iModels/mbuild/blob/master/docs/images/pmpc.png) is the hierarchy I would expect to gain when building the pMPC system. On the other, [`apply_mask`](https://github.com/iModels/mbuild/blob/master/mbuild/mask.py#L15) is currently written to add "guests" to a "host".
Is there... | 1.0 | Should `apply_mask` return a compound or add to a compound? - On the one hand, [this](https://github.com/iModels/mbuild/blob/master/docs/images/pmpc.png) is the hierarchy I would expect to gain when building the pMPC system. On the other, [`apply_mask`](https://github.com/iModels/mbuild/blob/master/mbuild/mask.py#L15) ... | priority | should apply mask return a compound or add to a compound on the one hand is the hierarchy i would expect to gain when building the pmpc system on the other is currently written to add guests to a host is there a more elegant way to achieve the in my opinion more intuitive behavior than passin... | 1 |
128,443 | 5,065,071,842 | IssuesEvent | 2016-12-23 10:17:16 | dhowe/AdNauseamV1 | https://api.github.com/repos/dhowe/AdNauseamV1 | closed | Add Contact Us in FAQ page? | Enhancement PRIORITY: Low Question | See review in https://addons.mozilla.org/en-US/firefox/addon/adnauseam/reviews/758272/
Ordinary users might find it hard to reach ADC developers that they might not have heard of GitHub.
I think we can add a FAQ on how to contact us either by email or other means.
I believe they can reach [the FAQ page](https://githu... | 1.0 | Add Contact Us in FAQ page? - See review in https://addons.mozilla.org/en-US/firefox/addon/adnauseam/reviews/758272/
Ordinary users might find it hard to reach ADC developers that they might not have heard of GitHub.
I think we can add a FAQ on how to contact us either by email or other means.
I believe they can reac... | priority | add contact us in faq page see review in ordinary users might find it hard to reach adc developers that they might not have heard of github i think we can add a faq on how to contact us either by email or other means i believe they can reach by clicking the button in adn s menu if you don t think that... | 1 |
216,563 | 7,309,450,618 | IssuesEvent | 2018-02-28 11:49:49 | Jguer/yay | https://api.github.com/repos/Jguer/yay | closed | Automatically delete package from transaction if $EDITOR exits with non-zero | enhancement help wanted low priority | Some editors supports specifying the exit code (for example, with the `:quit <number>` command in [Kakoune](http://kakoune.org)).
Yay should evaluate the exit code, and if it is not equal to 0, it should delete the package from the transaction.
This could be substitute to the current `==> Proceed with install?[Y/n]`... | 1.0 | Automatically delete package from transaction if $EDITOR exits with non-zero - Some editors supports specifying the exit code (for example, with the `:quit <number>` command in [Kakoune](http://kakoune.org)).
Yay should evaluate the exit code, and if it is not equal to 0, it should delete the package from the transac... | priority | automatically delete package from transaction if editor exits with non zero some editors supports specifying the exit code for example with the quit command in yay should evaluate the exit code and if it is not equal to it should delete the package from the transaction this could be substitute to ... | 1 |
434,282 | 12,516,133,049 | IssuesEvent | 2020-06-03 08:53:32 | canonical-web-and-design/build.snapcraft.io | https://api.github.com/repos/canonical-web-and-design/build.snapcraft.io | closed | Other sharing options for install instructions | Priority: Low | In #655 we only implemented twitter sharing for now.
We should add other sharing options for install instructions.
Proposed in #655 were Facebook and Google+, also Reddit and HN were suggested.
For all of them we need a URL to share and possibly some additional text description. | 1.0 | Other sharing options for install instructions - In #655 we only implemented twitter sharing for now.
We should add other sharing options for install instructions.
Proposed in #655 were Facebook and Google+, also Reddit and HN were suggested.
For all of them we need a URL to share and possibly some additional te... | priority | other sharing options for install instructions in we only implemented twitter sharing for now we should add other sharing options for install instructions proposed in were facebook and google also reddit and hn were suggested for all of them we need a url to share and possibly some additional text d... | 1 |
621,022 | 19,575,962,611 | IssuesEvent | 2022-01-04 15:28:28 | TASVideos/tasvideos | https://api.github.com/repos/TASVideos/tasvideos | closed | Tone down table borders? | enhancement Priority: Low | The borders seem unnecessarily salient. For the light theme I would go from gray-600 at least to gray-500:
Before:

After:

After:
 in the AUR
https://aur.archlinux.org/packages/arkenfox-user.js-git
### Utility this package has for you
Firefox Hardening is made easy with updates from repos.
### Do you consider the package(s) to be useful for every Chaotic-AUR user?
No, but for a great amount.
### Do you consider the... | 1.0 | [Request] arkenfox-user.js-git - ### Link to the package(s) in the AUR
https://aur.archlinux.org/packages/arkenfox-user.js-git
### Utility this package has for you
Firefox Hardening is made easy with updates from repos.
### Do you consider the package(s) to be useful for every Chaotic-AUR user?
No, but for a great... | priority | arkenfox user js git link to the package s in the aur utility this package has for you firefox hardening is made easy with updates from repos do you consider the package s to be useful for every chaotic aur user no but for a great amount do you consider the package to be useful for fea... | 1 |
344,252 | 10,341,918,229 | IssuesEvent | 2019-09-04 04:20:33 | ElemeFE/element | https://api.github.com/repos/ElemeFE/element | closed | [Bug Report] Asynchronous loading of data while fixing table headers results in temporary hiding of headers. gutter | priority:low windows | <!-- generated by https://eleme-issue.surge.sh DO NOT REMOVE -->
### Element UI version
2.11.1
### OS/Browsers version
all
### Vue version
2.6.6
### Reproduction Link
https://codepen.io/forx-js/pen/abodxyY
### Steps to reproduce
表格固定高度,
异步加载数据,使表格出现滚动条,
会导致头部中的.gutter宽度为0,并display:none;
重新调整尺寸触发浏... | 1.0 | [Bug Report] Asynchronous loading of data while fixing table headers results in temporary hiding of headers. gutter - <!-- generated by https://eleme-issue.surge.sh DO NOT REMOVE -->
### Element UI version
2.11.1
### OS/Browsers version
all
### Vue version
2.6.6
### Reproduction Link
https://codepen.io/... | priority | asynchronous loading of data while fixing table headers results in temporary hiding of headers gutter element ui version os browsers version all vue version reproduction link steps to reproduce 表格固定高度 异步加载数据 使表格出现滚动条 会导致头部中的 并display none 重新调整尺寸触发浏览器回... | 1 |
641,781 | 20,834,406,675 | IssuesEvent | 2022-03-20 00:29:34 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | pthread_once has incorrect behavior | bug priority: low area: POSIX Stale | As described in https://pubs.opengroup.org/onlinepubs/7908799/xsh/pthread_once.html or https://linux.die.net/man/3/pthread_once:
> _The behaviour of pthread_once() is undefined if once_control has automatic storage duration or is not initialised by `PTHREAD_ONCE_INIT`._
After checking a lot of example codes, we s... | 1.0 | pthread_once has incorrect behavior - As described in https://pubs.opengroup.org/onlinepubs/7908799/xsh/pthread_once.html or https://linux.die.net/man/3/pthread_once:
> _The behaviour of pthread_once() is undefined if once_control has automatic storage duration or is not initialised by `PTHREAD_ONCE_INIT`._
After... | priority | pthread once has incorrect behavior as described in or the behaviour of pthread once is undefined if once control has automatic storage duration or is not initialised by pthread once init after checking a lot of example codes we should init the once control param with pthread once init howev... | 1 |
817,441 | 30,641,231,623 | IssuesEvent | 2023-07-24 22:14:46 | TownyAdvanced/Towny | https://api.github.com/repos/TownyAdvanced/Towny | closed | Suggestion: Levels of relations between nations | enhancement Priority-Low Label-Nations | ### **Please explain your feature request to the best of your abilities:**
Towny currently has only 2 types of relations with nations, which are Enemies or Allies. This system could be expanded to include more levels than just black/white, such as:
Unfriendly = Bad relations = Teleports blocked
Friendly = Good... | 1.0 | Suggestion: Levels of relations between nations - ### **Please explain your feature request to the best of your abilities:**
Towny currently has only 2 types of relations with nations, which are Enemies or Allies. This system could be expanded to include more levels than just black/white, such as:
Unfriendly = Ba... | priority | suggestion levels of relations between nations please explain your feature request to the best of your abilities towny currently has only types of relations with nations which are enemies or allies this system could be expanded to include more levels than just black white such as unfriendly ba... | 1 |
309,282 | 9,466,348,143 | IssuesEvent | 2019-04-18 04:02:22 | wso2/product-is | https://api.github.com/repos/wso2/product-is | closed | Ask password using SCIM doc needs to be updated | Complexity/Low Component/SCIM Priority/Highest Severity/Blocker Type/Docs | For the **askPassword** feature, email is a mandatory attribute. As for the default IS configs the email claim and the relevant scim claim mapping would be as below,
`http://wso2.org/claims/emailaddress -> urn:ietf:params:scim:schemas:core:2.0:User:emails`
Therefore you need to send the email address as below in ... | 1.0 | Ask password using SCIM doc needs to be updated - For the **askPassword** feature, email is a mandatory attribute. As for the default IS configs the email claim and the relevant scim claim mapping would be as below,
`http://wso2.org/claims/emailaddress -> urn:ietf:params:scim:schemas:core:2.0:User:emails`
Therefo... | priority | ask password using scim doc needs to be updated for the askpassword feature email is a mandatory attribute as for the default is configs the email claim and the relevant scim claim mapping would be as below urn ietf params scim schemas core user emails therefore you need to send the email addr... | 1 |
570,149 | 17,019,788,685 | IssuesEvent | 2021-07-02 17:01:09 | VoltanFr/memcheck | https://api.github.com/repos/VoltanFr/memcheck | closed | Open multiple edit pages from search | complexity-low priority-medium | It is common to need to edit multiple cards out of the result of a search. Needing to open them one by one is a pain. See if it is possible to open all the selected cards in new tabs. We probably want to set a limit on the selection size. | 1.0 | Open multiple edit pages from search - It is common to need to edit multiple cards out of the result of a search. Needing to open them one by one is a pain. See if it is possible to open all the selected cards in new tabs. We probably want to set a limit on the selection size. | priority | open multiple edit pages from search it is common to need to edit multiple cards out of the result of a search needing to open them one by one is a pain see if it is possible to open all the selected cards in new tabs we probably want to set a limit on the selection size | 1 |
441,360 | 12,716,503,995 | IssuesEvent | 2020-06-24 02:08:08 | moja-global/About_moja_global | https://api.github.com/repos/moja-global/About_moja_global | opened | Cleanup/Maintanent SLACK | Cat = Comms Priority = Low T = 8 Hours X = Intermediate | Cleanup/Maintanent SLACK in order to easy and transparent for everyone to use it.
Need spec.
Part of EPIC https://github.com/moja-global/About_moja_global/issues/43
| 1.0 | Cleanup/Maintanent SLACK - Cleanup/Maintanent SLACK in order to easy and transparent for everyone to use it.
Need spec.
Part of EPIC https://github.com/moja-global/About_moja_global/issues/43
| priority | cleanup maintanent slack cleanup maintanent slack in order to easy and transparent for everyone to use it need spec part of epic | 1 |
512,720 | 14,908,212,550 | IssuesEvent | 2021-01-22 05:18:59 | LBL-EESA/TECA | https://api.github.com/repos/LBL-EESA/TECA | closed | deeplab ar app compute IVT if needed | 3_low_priority | optionally add the integrated_vapor_transport into the pipeline based on command line arguments. | 1.0 | deeplab ar app compute IVT if needed - optionally add the integrated_vapor_transport into the pipeline based on command line arguments. | priority | deeplab ar app compute ivt if needed optionally add the integrated vapor transport into the pipeline based on command line arguments | 1 |
611,709 | 18,975,651,239 | IssuesEvent | 2021-11-20 00:43:15 | bitgapp/eqMac | https://api.github.com/repos/bitgapp/eqMac | closed | Bug: Slider have jerky behaviour / resets when moving too fast | type: bug good first issue priority: low status: pending | **Disclaimer:**
Please go through [existing issues](https://github.com/bitgapp/eqMac/issues?q=is%3Aopen+is%3Aissue+label%3A%22type%3A+bug%22) to avoid creating duplicates. If you found a similar issue please post a comment there. If you are uncertain your issue is related to others then create the issue. Obvious igno... | 1.0 | Bug: Slider have jerky behaviour / resets when moving too fast - **Disclaimer:**
Please go through [existing issues](https://github.com/bitgapp/eqMac/issues?q=is%3Aopen+is%3Aissue+label%3A%22type%3A+bug%22) to avoid creating duplicates. If you found a similar issue please post a comment there. If you are uncertain yo... | priority | bug slider have jerky behaviour resets when moving too fast disclaimer please go through to avoid creating duplicates if you found a similar issue please post a comment there if you are uncertain your issue is related to others then create the issue obvious ignorance of this rule might get you blocke... | 1 |
334,061 | 10,135,552,486 | IssuesEvent | 2019-08-02 10:26:33 | salesagility/SuiteCRM | https://api.github.com/repos/salesagility/SuiteCRM | closed | Cannot Edit Project Tasks from Gant Chart View | Low Priority Needs Updates bug | <!--- Provide a general summary of the issue in the **Title** above -->
<!--- Before you open an issue, please check if a similar issue already exists or has been closed before. --->
<!--- If you have discovered a security risk please report it by emailing security@suitecrm.com. This will be delivered to the product ... | 1.0 | Cannot Edit Project Tasks from Gant Chart View - <!--- Provide a general summary of the issue in the **Title** above -->
<!--- Before you open an issue, please check if a similar issue already exists or has been closed before. --->
<!--- If you have discovered a security risk please report it by emailing security@sui... | priority | cannot edit project tasks from gant chart view issue once a task has been created it cannot be edited from the gant chart expected behavior when a user selects a task a modal should open with the configuration information that has already been entered ready to edit actual behavi... | 1 |
98,650 | 4,029,716,248 | IssuesEvent | 2016-05-18 11:49:20 | talgarusi/Itorerut-Project | https://api.github.com/repos/talgarusi/Itorerut-Project | closed | choose the name of a new list | 0 - Backlog Development Difficulty: Medium Priority: Low | when creating a new list, enable the option for the user to choose a name ->with popup or something | 1.0 | choose the name of a new list - when creating a new list, enable the option for the user to choose a name ->with popup or something | priority | choose the name of a new list when creating a new list enable the option for the user to choose a name with popup or something | 1 |
133,877 | 5,216,046,159 | IssuesEvent | 2017-01-26 08:52:58 | salesagility/SuiteCRM | https://api.github.com/repos/salesagility/SuiteCRM | closed | After adding Dashlet in 7.7.6 Theme SuiteR can't close popup | bug Low Priority Pending Input | #### Issue
If you add a Dashlet in 7.7.6 using theme suiter the popup cannot be closed
If you click Add Dashlets then click on the X to close the popup it will close
but if you click Add Dashlets then Add a Dashlet and click X nothing happens
#### Steps to Reproduce
1. click Add Dashlets
2. Add a Dashlet
3. Click X t... | 1.0 | After adding Dashlet in 7.7.6 Theme SuiteR can't close popup - #### Issue
If you add a Dashlet in 7.7.6 using theme suiter the popup cannot be closed
If you click Add Dashlets then click on the X to close the popup it will close
but if you click Add Dashlets then Add a Dashlet and click X nothing happens
#### Steps t... | priority | after adding dashlet in theme suiter can t close popup issue if you add a dashlet in using theme suiter the popup cannot be closed if you click add dashlets then click on the x to close the popup it will close but if you click add dashlets then add a dashlet and click x nothing happens steps t... | 1 |
580,206 | 17,212,866,755 | IssuesEvent | 2021-07-19 07:46:53 | betagouv/service-national-universel | https://api.github.com/repos/betagouv/service-national-universel | opened | fix : date de naissance décalé | priority-LOW | En guadeloupe, les dates de naissance sont décalées.
Je n'ai pas vérifié mais je dirais qu'on stock les dates en UTC. côté serveur, on est bien dans la même journée donc RAS.
Mais sur le navigateur du user en Guadeloupe, on est le jour d'avant. (ou en tout cas , c'est une problematique semblable) | 1.0 | fix : date de naissance décalé - En guadeloupe, les dates de naissance sont décalées.
Je n'ai pas vérifié mais je dirais qu'on stock les dates en UTC. côté serveur, on est bien dans la même journée donc RAS.
Mais sur le navigateur du user en Guadeloupe, on est le jour d'avant. (ou en tout cas , c'est une problemati... | priority | fix date de naissance décalé en guadeloupe les dates de naissance sont décalées je n ai pas vérifié mais je dirais qu on stock les dates en utc côté serveur on est bien dans la même journée donc ras mais sur le navigateur du user en guadeloupe on est le jour d avant ou en tout cas c est une problemati... | 1 |
356,199 | 10,589,916,647 | IssuesEvent | 2019-10-09 07:33:38 | OperationCode/front-end | https://api.github.com/repos/OperationCode/front-end | closed | Make the `Heading` component act as scroll anchor | Priority: Low Type: Developer Experience / Refactoring | # Feature request
As a user, I'd love to be able to scroll to specific sections of our pages and link people to that exact section.
**Example:**
https://scrollmagic.io/examples/advanced/anchor_link_scrolling.html#middle
## Proposed solution
Make edits to the `Heading` component to render a link icon (use [this... | 1.0 | Make the `Heading` component act as scroll anchor - # Feature request
As a user, I'd love to be able to scroll to specific sections of our pages and link people to that exact section.
**Example:**
https://scrollmagic.io/examples/advanced/anchor_link_scrolling.html#middle
## Proposed solution
Make edits to the ... | priority | make the heading component act as scroll anchor feature request as a user i d love to be able to scroll to specific sections of our pages and link people to that exact section example proposed solution make edits to the heading component to render a link icon use but conditionally make... | 1 |
732,389 | 25,258,012,525 | IssuesEvent | 2022-11-15 19:55:25 | containrrr/watchtower | https://api.github.com/repos/containrrr/watchtower | opened | Support for multiple scopes per monitored container | Type: Enhancement Priority: Low Status: Available | ### Is your feature request related to a problem? Please describe.
Currently only one scope per managed container can be defined:
labels:
- "com.centurylinklabs.watchtower.scope=myscope"
If running multiple watchtower instances it would be nice to able to define multiple watchtowers with different con... | 1.0 | Support for multiple scopes per monitored container - ### Is your feature request related to a problem? Please describe.
Currently only one scope per managed container can be defined:
labels:
- "com.centurylinklabs.watchtower.scope=myscope"
If running multiple watchtower instances it would be nice to ... | priority | support for multiple scopes per monitored container is your feature request related to a problem please describe currently only one scope per managed container can be defined labels com centurylinklabs watchtower scope myscope if running multiple watchtower instances it would be nice to ... | 1 |
616,124 | 19,294,315,608 | IssuesEvent | 2021-12-12 10:26:23 | Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2 | https://api.github.com/repos/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2 | reopened | Restore the monarchical Kaldorei Empire decision | suggestion :question: priority low :grey_exclamation: | <!--
**DO NOT REMOVE PRE-EXISTING LINES**
------------------------------------------------------------------------------------------------------------
-->
**Describe your suggestion in full detail below:**
# Restore the monarchical Kaldorei Empire decision
***The following assumes the earliest start date. It fu... | 1.0 | Restore the monarchical Kaldorei Empire decision - <!--
**DO NOT REMOVE PRE-EXISTING LINES**
------------------------------------------------------------------------------------------------------------
-->
**Describe your suggestion in full detail below:**
# Restore the monarchical Kaldorei Empire decision
***T... | priority | restore the monarchical kaldorei empire decision do not remove pre existing lines describe your suggestion in full detail below restore the monarchical kaldorei empire decision t... | 1 |
582,360 | 17,359,744,710 | IssuesEvent | 2021-07-29 18:48:30 | Aam-Digital/ndb-core | https://api.github.com/repos/Aam-Digital/ndb-core | opened | Change position for the add new - mat button | Priority: Low Type: Feature Type: Improvement Type: UX discuss | *Change position of the '+' Mat Button*
When adding a new observation it is difficult to find the button as a mobile user.
To Reproduce
Steps to reproduce the behavior:
1. Open the app in mobile view
2. Go to a child
3. Click on 'Observations'
4. find '+' button
**Expected Behavior**
Position of the butt... | 1.0 | Change position for the add new - mat button - *Change position of the '+' Mat Button*
When adding a new observation it is difficult to find the button as a mobile user.
To Reproduce
Steps to reproduce the behavior:
1. Open the app in mobile view
2. Go to a child
3. Click on 'Observations'
4. find '+' butto... | priority | change position for the add new mat button change position of the mat button when adding a new observation it is difficult to find the button as a mobile user to reproduce steps to reproduce the behavior open the app in mobile view go to a child click on observations find butto... | 1 |
159,705 | 6,051,541,034 | IssuesEvent | 2017-06-13 00:27:38 | copperhead/linux-hardened | https://api.github.com/repos/copperhead/linux-hardened | closed | trusted path execution | port-grsecurity priority-low status-in-progress-elsewhere type-enhancement | This is a very low priority for linux-hardened since SELinux can be used to provide the same functionality and more. | 1.0 | trusted path execution - This is a very low priority for linux-hardened since SELinux can be used to provide the same functionality and more. | priority | trusted path execution this is a very low priority for linux hardened since selinux can be used to provide the same functionality and more | 1 |
293,197 | 8,973,510,881 | IssuesEvent | 2019-01-29 21:13:57 | TOTBWF/tactic-haskell | https://api.github.com/repos/TOTBWF/tactic-haskell | opened | Implement Extended Type Language | Enhancement Low Priority | This has quite a few benefits.
1) We can have a custom quasi-quoter, which helps us both from an ergonomics and tooling perspective.
This would enable the syntax: `tactic [thm| foo :: a -> b -> (a, b) |] $ do ...`, as well as allow us to (potentially) use `tactic-haskell` as an editor tool.
2) New types. This wo... | 1.0 | Implement Extended Type Language - This has quite a few benefits.
1) We can have a custom quasi-quoter, which helps us both from an ergonomics and tooling perspective.
This would enable the syntax: `tactic [thm| foo :: a -> b -> (a, b) |] $ do ...`, as well as allow us to (potentially) use `tactic-haskell` as an ed... | priority | implement extended type language this has quite a few benefits we can have a custom quasi quoter which helps us both from an ergonomics and tooling perspective this would enable the syntax tactic do as well as allow us to potentially use tactic haskell as an editor tool new types thi... | 1 |
692,535 | 23,739,081,938 | IssuesEvent | 2022-08-31 10:44:41 | Seamse/ci-project-five | https://api.github.com/repos/Seamse/ci-project-five | opened | User story: Contact | Low priority | As a site user I would like to be able to contact the webshop owner(s) in case of any questions.
| 1.0 | User story: Contact - As a site user I would like to be able to contact the webshop owner(s) in case of any questions.
| priority | user story contact as a site user i would like to be able to contact the webshop owner s in case of any questions | 1 |
132,380 | 5,185,019,741 | IssuesEvent | 2017-01-20 08:58:49 | DiCarloLab-Delft/PycQED_py3 | https://api.github.com/repos/DiCarloLab-Delft/PycQED_py3 | opened | Averaged shots live plotting | enhancement priority: could/low | When using SSRO experiments we typically acquire on the order of xK shots, each shot typically correspond to one of 2-~40 different experiments/segments/bins.
Currently we do the binning and averaging in post processing. It would be very useful to be able to somehow specify the number of bins in the detector functi... | 1.0 | Averaged shots live plotting - When using SSRO experiments we typically acquire on the order of xK shots, each shot typically correspond to one of 2-~40 different experiments/segments/bins.
Currently we do the binning and averaging in post processing. It would be very useful to be able to somehow specify the number... | priority | averaged shots live plotting when using ssro experiments we typically acquire on the order of xk shots each shot typically correspond to one of different experiments segments bins currently we do the binning and averaging in post processing it would be very useful to be able to somehow specify the number ... | 1 |
90,173 | 3,812,540,754 | IssuesEvent | 2016-03-27 17:13:23 | SwensenSoftware/im-only-resting | https://api.github.com/repos/SwensenSoftware/im-only-resting | closed | Set up continuous integration | auto-migrated Priority-Low Type-Other | ```
Free for open-source projects provided Codebetter.
```
Original issue reported on code.google.com by `stephen....@gmail.com` on 15 Sep 2012 at 5:53 | 1.0 | Set up continuous integration - ```
Free for open-source projects provided Codebetter.
```
Original issue reported on code.google.com by `stephen....@gmail.com` on 15 Sep 2012 at 5:53 | priority | set up continuous integration free for open source projects provided codebetter original issue reported on code google com by stephen gmail com on sep at | 1 |
313,673 | 9,574,119,316 | IssuesEvent | 2019-05-07 00:14:40 | dqrobotics/cpp | https://api.github.com/repos/dqrobotics/cpp | closed | Improve documentation and performance of dqrobotics-cpp | enhancement low priority | Hi, @mmmarinho,
I've edited this message in order to reflect https://github.com/dqrobotics/cpp/issues/13#issuecomment-483084301.
General suggestion: for all Jacobians, put the associated bibliographic reference.
List of things to review:
- [x] `line_jacobian`
- [x] `plane_jacobian`
## `line_jacobian`
T... | 1.0 | Improve documentation and performance of dqrobotics-cpp - Hi, @mmmarinho,
I've edited this message in order to reflect https://github.com/dqrobotics/cpp/issues/13#issuecomment-483084301.
General suggestion: for all Jacobians, put the associated bibliographic reference.
List of things to review:
- [x] `line_ja... | priority | improve documentation and performance of dqrobotics cpp hi mmmarinho i ve edited this message in order to reflect general suggestion for all jacobians put the associated bibliographic reference list of things to review line jacobian plane jacobian line jacobian the comments ... | 1 |
155,795 | 5,960,953,743 | IssuesEvent | 2017-05-29 15:33:31 | salesagility/SuiteCRM | https://api.github.com/repos/salesagility/SuiteCRM | closed | WizardMarketing.php can't be moved to custom dir | bug Fix Proposed Low Priority Resolved: Next Release | If you move `WizardMarketing.php` to custom dir, to try and customize it, the application will break with a fatal error because of a failed include reference.
#### Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* SuiteCRM Version used: affects every v... | 1.0 | WizardMarketing.php can't be moved to custom dir - If you move `WizardMarketing.php` to custom dir, to try and customize it, the application will break with a fatal error because of a failed include reference.
#### Your Environment
<!--- Include as many relevant details about the environment you experienced the b... | priority | wizardmarketing php can t be moved to custom dir if you move wizardmarketing php to custom dir to try and customize it the application will break with a fatal error because of a failed include reference your environment suitecrm version used affects every version since this file exists browse... | 1 |
28,041 | 2,698,872,113 | IssuesEvent | 2015-04-03 12:08:13 | Instanssi/Instanssi.org | https://api.github.com/repos/Instanssi/Instanssi.org | closed | Music/video playback for archive/kompomaatti | Low priority | We could/should add somekind of music/video player for easier playback of media files to both archive and kompomaatti. Audio.js and video.js ? | 1.0 | Music/video playback for archive/kompomaatti - We could/should add somekind of music/video player for easier playback of media files to both archive and kompomaatti. Audio.js and video.js ? | priority | music video playback for archive kompomaatti we could should add somekind of music video player for easier playback of media files to both archive and kompomaatti audio js and video js | 1 |
676,072 | 23,115,474,618 | IssuesEvent | 2022-07-27 16:16:25 | FEeasy404/GameUs | https://api.github.com/repos/FEeasy404/GameUs | closed | 홈피드에서 게시글이 로드되기 전 깜빡임 | 🐛bug ✨Feat 🌿Priority: Low | ## 수정 사항 설명
홈 피드에서 처음 접속시 "유저를 검색해 팔로우 해보세요!"가 잠깐 뜨는 현상이 있는데 데이터가 로드되었을 때의 상태를 체크해서 처리해줬으면 좋겠습니다.
게시글 데이터를 불러오기 전에 컴포넌트를 로드하기 때문인 것으로 보입니다.

## 할 일
- [x] 데이터 로드 후 컴포넌트를 불러오게 변경
## ETC
데이터가 로드되는 ... | 1.0 | 홈피드에서 게시글이 로드되기 전 깜빡임 - ## 수정 사항 설명
홈 피드에서 처음 접속시 "유저를 검색해 팔로우 해보세요!"가 잠깐 뜨는 현상이 있는데 데이터가 로드되었을 때의 상태를 체크해서 처리해줬으면 좋겠습니다.
게시글 데이터를 불러오기 전에 컴포넌트를 로드하기 때문인 것으로 보입니다.

## 할 일
- [x] 데이터 로드 후 컴포넌트를 불러오게 ... | priority | 홈피드에서 게시글이 로드되기 전 깜빡임 수정 사항 설명 홈 피드에서 처음 접속시 유저를 검색해 팔로우 해보세요 가 잠깐 뜨는 현상이 있는데 데이터가 로드되었을 때의 상태를 체크해서 처리해줬으면 좋겠습니다 게시글 데이터를 불러오기 전에 컴포넌트를 로드하기 때문인 것으로 보입니다 할 일 데이터 로드 후 컴포넌트를 불러오게 변경 etc 데이터가 로드되는 동안 loading 컴포넌트를 띄우거나 스켈레톤 ui를 보여주면 ux가 더 나을 것 같습니다 | 1 |
160,415 | 6,088,900,766 | IssuesEvent | 2017-06-19 01:50:25 | Pterodactyl/Panel | https://api.github.com/repos/Pterodactyl/Panel | closed | Default values for variables sometimes can't be changed | bug priority: low | This is an odd one and I haven't done enough testing to accurately determine why this occurs, but it definitely happens:
When I create certain variables _without_ specifying the default value, if I come back later and try to create a default value, sometimes it will say that it saved my changes but then I check the ... | 1.0 | Default values for variables sometimes can't be changed - This is an odd one and I haven't done enough testing to accurately determine why this occurs, but it definitely happens:
When I create certain variables _without_ specifying the default value, if I come back later and try to create a default value, sometimes ... | priority | default values for variables sometimes can t be changed this is an odd one and i haven t done enough testing to accurately determine why this occurs but it definitely happens when i create certain variables without specifying the default value if i come back later and try to create a default value sometimes ... | 1 |
199,465 | 6,989,797,818 | IssuesEvent | 2017-12-14 17:16:35 | salesagility/SuiteCRM | https://api.github.com/repos/salesagility/SuiteCRM | closed | Report Condition Tab View | bug Fix Proposed Low Priority | <!--- Provide a general summary of the issue in the **Title** above -->
<!--- Before you open an issue, please check if a similar issue already exists or has been closed before. --->
#### Issue
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug -->
The Conditions t... | 1.0 | Report Condition Tab View - <!--- Provide a general summary of the issue in the **Title** above -->
<!--- Before you open an issue, please check if a similar issue already exists or has been closed before. --->
#### Issue
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be... | priority | report condition tab view issue the conditions tab seems to show the field over line on creation of a report if you go back in then and change the condition it shows on the bottom steps to reproduce create report go to the conditions tab and add a a field ... | 1 |
390,173 | 11,525,810,958 | IssuesEvent | 2020-02-15 11:09:55 | getkirby/kirby | https://api.github.com/repos/getkirby/kirby | closed | Inconsistent breadcrumbs for "Your account" | priority: low 🐌 type: bug 🐛 | If you go e.g. from `site` to `Your account`, the only breadcrumb is `Your account`.
However, if you first go to `Users` and from there to your current account and then you click on `Your account` in the menu, then we get two breadcrumbs: `Your account` and the account name.
<img width="1221" alt="Screen Shot 2020-... | 1.0 | Inconsistent breadcrumbs for "Your account" - If you go e.g. from `site` to `Your account`, the only breadcrumb is `Your account`.
However, if you first go to `Users` and from there to your current account and then you click on `Your account` in the menu, then we get two breadcrumbs: `Your account` and the account nam... | priority | inconsistent breadcrumbs for your account if you go e g from site to your account the only breadcrumb is your account however if you first go to users and from there to your current account and then you click on your account in the menu then we get two breadcrumbs your account and the account nam... | 1 |
791,224 | 27,856,474,113 | IssuesEvent | 2023-03-20 23:37:06 | conan-io/conan | https://api.github.com/repos/conan-io/conan | closed | Persist settings.yml.new warning until it has been removed | priority: low stage: queue complex: low component: ux | I spent quite a while trying to fix a problem after I upgraded conan to a new version.
Turns out I had missed the initial warning about not migrating settings because mine had already been modified.
I think it is quite easy to miss some output of a single command, especially if it's a command with long output, li... | 1.0 | Persist settings.yml.new warning until it has been removed - I spent quite a while trying to fix a problem after I upgraded conan to a new version.
Turns out I had missed the initial warning about not migrating settings because mine had already been modified.
I think it is quite easy to miss some output of a sing... | priority | persist settings yml new warning until it has been removed i spent quite a while trying to fix a problem after i upgraded conan to a new version turns out i had missed the initial warning about not migrating settings because mine had already been modified i think it is quite easy to miss some output of a sing... | 1 |
562,860 | 16,671,291,432 | IssuesEvent | 2021-06-07 11:12:54 | Lumiverse/Atlas-Issues | https://api.github.com/repos/Lumiverse/Atlas-Issues | opened | players can use language chat while muted | Bug Low Priority | Reported by **#ff7c50lv*#0f775abrian** (07/06/2021 11:12:53)
**Description:**
player reported he was able to chat in language chat while being muted on 6th May 2021. confirmation required
**Reproduction:**
mute a player and see them talk in language chat?
| 1.0 | players can use language chat while muted - Reported by **#ff7c50lv*#0f775abrian** (07/06/2021 11:12:53)
**Description:**
player reported he was able to chat in language chat while being muted on 6th May 2021. confirmation required
**Reproduction:**
mute a player and see them talk in language chat?
| priority | players can use language chat while muted reported by description player reported he was able to chat in language chat while being muted on may confirmation required reproduction mute a player and see them talk in language chat | 1 |
262,589 | 8,272,137,768 | IssuesEvent | 2018-09-16 16:58:04 | rst2pdf/rst2pdf | https://api.github.com/repos/rst2pdf/rst2pdf | closed | Sphinx and pdf_cover_template: version not available | Priority-Low Type-Enhancement auto-migrated | ```
I copied the sphinxcover.tmpl to make my own because I also wanted the version
information included. However any attempt to use |version| or #{version} gives
an error about it not being defined (it is and I use it on the index page).
```
Original issue reported on code.google.com by `rogerbinns` on 30 May 2012 ... | 1.0 | Sphinx and pdf_cover_template: version not available - ```
I copied the sphinxcover.tmpl to make my own because I also wanted the version
information included. However any attempt to use |version| or #{version} gives
an error about it not being defined (it is and I use it on the index page).
```
Original issue repo... | priority | sphinx and pdf cover template version not available i copied the sphinxcover tmpl to make my own because i also wanted the version information included however any attempt to use version or version gives an error about it not being defined it is and i use it on the index page original issue repo... | 1 |
691,655 | 23,705,626,944 | IssuesEvent | 2022-08-30 00:35:27 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | drivers: modem: bg9x: Has no means to update size of received packet. | bug priority: low area: Modem Stale | **Describe the bug**
This issue is to document an unresolved bug that I encountered when I first tried the ZephyrRTOS with the `bg9x` modem driver on my EC21 modm.
The current `quectel-bg9x` driver's recv isn't working as expected, as the [recv's unsolicited cmd handler](https://github.com/zephyrproject-rtos/zephyr... | 1.0 | drivers: modem: bg9x: Has no means to update size of received packet. - **Describe the bug**
This issue is to document an unresolved bug that I encountered when I first tried the ZephyrRTOS with the `bg9x` modem driver on my EC21 modm.
The current `quectel-bg9x` driver's recv isn't working as expected, as the [recv... | priority | drivers modem has no means to update size of received packet describe the bug this issue is to document an unresolved bug that i encountered when i first tried the zephyrrtos with the modem driver on my modm the current quectel driver s recv isn t working as expected as the doesn t updat... | 1 |
51,477 | 3,012,951,595 | IssuesEvent | 2015-07-29 04:34:43 | yawlfoundation/yawl | https://api.github.com/repos/yawlfoundation/yawl | closed | MIs and resource allocation | auto-migrated Priority-Low Type-Enhancement | ```
We should have the possibility of allocating each instance of a MI task to
a *different* participant. In fact, if these instances are meant to be
executed in parallel, they cannot be allocated to the same resource.
```
Original issue reported on code.google.com by `marcello...@gmail.com` on 19 Feb 2009 at 3:34 | 1.0 | MIs and resource allocation - ```
We should have the possibility of allocating each instance of a MI task to
a *different* participant. In fact, if these instances are meant to be
executed in parallel, they cannot be allocated to the same resource.
```
Original issue reported on code.google.com by `marcello...@gmail... | priority | mis and resource allocation we should have the possibility of allocating each instance of a mi task to a different participant in fact if these instances are meant to be executed in parallel they cannot be allocated to the same resource original issue reported on code google com by marcello gmail... | 1 |
128,009 | 5,042,540,261 | IssuesEvent | 2016-12-19 14:19:09 | ESA-VirES/WebClient-Framework | https://api.github.com/repos/ESA-VirES/WebClient-Framework | closed | Add colormap viridis | priority low | The colormap viridis (which I believe you added to TAMP) would be a welcome addition to the currently available colormaps as it is good for color blind people and for printing.
| 1.0 | Add colormap viridis - The colormap viridis (which I believe you added to TAMP) would be a welcome addition to the currently available colormaps as it is good for color blind people and for printing.
| priority | add colormap viridis the colormap viridis which i believe you added to tamp would be a welcome addition to the currently available colormaps as it is good for color blind people and for printing | 1 |
248,455 | 7,930,849,893 | IssuesEvent | 2018-07-06 20:40:08 | rathena/rathena | https://api.github.com/repos/rathena/rathena | closed | Lucky Roulette Failing | component:core mode:renewal priority:low status:confirmed type:bug | * **rAthena Hash**:
2f358d8
* **Client Date**:
2016-02-03aRagexeRE
* **Server Mode**:
Renewal
* **Description of Issue**:
* Result:
If you hit the Start button, the Roulette starts fast and gets slower over time, until it shows you what you've won.
However if you hit Start, and you **WOULD** lose,... | 1.0 | Lucky Roulette Failing - * **rAthena Hash**:
2f358d8
* **Client Date**:
2016-02-03aRagexeRE
* **Server Mode**:
Renewal
* **Description of Issue**:
* Result:
If you hit the Start button, the Roulette starts fast and gets slower over time, until it shows you what you've won.
However if you hit Start... | priority | lucky roulette failing rathena hash client date server mode renewal description of issue result if you hit the start button the roulette starts fast and gets slower over time until it shows you what you ve won however if you hit start and you would ... | 1 |
80,294 | 3,560,569,227 | IssuesEvent | 2016-01-23 05:09:47 | onyxfish/csvkit | https://api.github.com/repos/onyxfish/csvkit | closed | sql2csv mysql UnicodeDecodeError | bug Low Priority | $ sql2csv --db mysql://username:password@localhost/dbname' --query "select 'ø'"
gives:
Your file is not "utf-8" encoded. Please specify the correct encoding with the -e flag. Use the -v flag to see the complete error.
When I try with -v I get the compleate error message:
$ sql2csv -v --db mysql://username:... | 1.0 | sql2csv mysql UnicodeDecodeError - $ sql2csv --db mysql://username:password@localhost/dbname' --query "select 'ø'"
gives:
Your file is not "utf-8" encoded. Please specify the correct encoding with the -e flag. Use the -v flag to see the complete error.
When I try with -v I get the compleate error message:
$... | priority | mysql unicodedecodeerror db mysql username password localhost dbname query select ø gives your file is not utf encoded please specify the correct encoding with the e flag use the v flag to see the complete error when i try with v i get the compleate error message v db ... | 1 |
139,319 | 5,366,935,598 | IssuesEvent | 2017-02-22 01:55:16 | chrisblakley/Nebula | https://api.github.com/repos/chrisblakley/Nebula | closed | Consider better organizing of theme file structure. | Backend (Server) Feature Request Frontend (Script) Frontend (Style) Low Priority Parent / Child Theme | I see a lot of pro themes has their client side resources located in assets directory and each one in their respectives folders and one called lib to store all external resources
We could keep this folder structure too (also on nebula integrations)
Of course we need to update sass compiler too | 1.0 | Consider better organizing of theme file structure. - I see a lot of pro themes has their client side resources located in assets directory and each one in their respectives folders and one called lib to store all external resources
We could keep this folder structure too (also on nebula integrations)
Of course w... | priority | consider better organizing of theme file structure i see a lot of pro themes has their client side resources located in assets directory and each one in their respectives folders and one called lib to store all external resources we could keep this folder structure too also on nebula integrations of course w... | 1 |
536,678 | 15,712,289,979 | IssuesEvent | 2021-03-27 11:26:46 | Sequel-Ace/Sequel-Ace | https://api.github.com/repos/Sequel-Ace/Sequel-Ace | closed | Add Cmd+backspace shortcut for deleting a selected row or table | Feature Request Low priority PR Welcome stale | CMD+Backspace should delete a selected row or selected table, like it can delete files and folders in Finder when it's selected.
For example, highlight a table and press CMD+Backspace to remove it with a shortcut, instead of right click + Delete
Not sure about others but CMD+Backspace shortcut seems like the most... | 1.0 | Add Cmd+backspace shortcut for deleting a selected row or table - CMD+Backspace should delete a selected row or selected table, like it can delete files and folders in Finder when it's selected.
For example, highlight a table and press CMD+Backspace to remove it with a shortcut, instead of right click + Delete
No... | priority | add cmd backspace shortcut for deleting a selected row or table cmd backspace should delete a selected row or selected table like it can delete files and folders in finder when it s selected for example highlight a table and press cmd backspace to remove it with a shortcut instead of right click delete no... | 1 |
143,626 | 5,521,131,424 | IssuesEvent | 2017-03-19 13:05:26 | tloltman/Quibill-ionic | https://api.github.com/repos/tloltman/Quibill-ionic | opened | Add Front End Validation for Login and Registration | Low Priority | We should probably add another validation check on the front end, that way the user won't have to submit an http post in order to find out they don't have the correct information in the forms. | 1.0 | Add Front End Validation for Login and Registration - We should probably add another validation check on the front end, that way the user won't have to submit an http post in order to find out they don't have the correct information in the forms. | priority | add front end validation for login and registration we should probably add another validation check on the front end that way the user won t have to submit an http post in order to find out they don t have the correct information in the forms | 1 |
334,191 | 10,137,075,868 | IssuesEvent | 2019-08-02 14:28:48 | JacquesCarette/Drasil | https://api.github.com/repos/JacquesCarette/Drasil | closed | Provide Ability in Documentation Language to Change Appearance of Table of Units | Low Priority enhancement | The documentation language should allow the document designer to select the format of tables that matches their preferred style. Different options can be seen by comparing the table of units for the NoPCM example, in the manual version versus the stable version.
Manual version

This is not good, but this key is very rare | 1.0 | Wrong enharmonic shown: B instead of Cb in Gb key - 
This is not good, but this key is very rare | priority | wrong enharmonic shown b instead of cb in gb key this is not good but this key is very rare | 1 |
83,257 | 3,632,590,368 | IssuesEvent | 2016-02-11 10:39:48 | reds-heig/logisim-evolution | https://api.github.com/repos/reds-heig/logisim-evolution | opened | Menu bar in memory data loading is deceptive | enhancement help wanted low priority | When loading a .raw file in a memory component, the normal procedure is to right-click on the component and click on "Load image...".
However, if the memory content is displayed, the "open" command present in the "file" menu is the open command of a .circ file, and this of course fails to load the desired content in t... | 1.0 | Menu bar in memory data loading is deceptive - When loading a .raw file in a memory component, the normal procedure is to right-click on the component and click on "Load image...".
However, if the memory content is displayed, the "open" command present in the "file" menu is the open command of a .circ file, and this o... | priority | menu bar in memory data loading is deceptive when loading a raw file in a memory component the normal procedure is to right click on the component and click on load image however if the memory content is displayed the open command present in the file menu is the open command of a circ file and this o... | 1 |
413,263 | 12,062,139,968 | IssuesEvent | 2020-04-16 02:06:07 | pkleskovic/a1map-angular | https://api.github.com/repos/pkleskovic/a1map-angular | closed | Authentication/authorization for the admin user | Priority: Low Status: Completed Type: Bug | Separated from the user for clarity sake.
- [x] Implement a separate type of login on the Firebase (email login)
- [x] create a mock database user for the admin
- [x] create related guards for the admin login (blocked by #6 )
- [x] check if the lack of roles (admin/user) will create issues (probably will)
| 1.0 | Authentication/authorization for the admin user - Separated from the user for clarity sake.
- [x] Implement a separate type of login on the Firebase (email login)
- [x] create a mock database user for the admin
- [x] create related guards for the admin login (blocked by #6 )
- [x] check if the lack of roles (admi... | priority | authentication authorization for the admin user separated from the user for clarity sake implement a separate type of login on the firebase email login create a mock database user for the admin create related guards for the admin login blocked by check if the lack of roles admin user ... | 1 |
831,280 | 32,044,212,209 | IssuesEvent | 2023-09-22 22:41:38 | MasterCruelty/robbot | https://api.github.com/repos/MasterCruelty/robbot | closed | [3.0] :artificial_satellite: Apod Nasa Api | enhancement low priority | * [x] A command that fetch the daily image from apod.nasa.gov.
* [ ] ~~Options to choose range of date and then return a random image in that range.~~
* [ ] Add <code>&count=x</code> to show a list of pictures.
The route is in this [repo](https://github.com/nasa/apod-api) | 1.0 | [3.0] :artificial_satellite: Apod Nasa Api - * [x] A command that fetch the daily image from apod.nasa.gov.
* [ ] ~~Options to choose range of date and then return a random image in that range.~~
* [ ] Add <code>&count=x</code> to show a list of pictures.
The route is in this [repo](https://github.com/nasa/apod... | priority | artificial satellite apod nasa api a command that fetch the daily image from apod nasa gov options to choose range of date and then return a random image in that range add count x to show a list of pictures the route is in this | 1 |
278,208 | 8,638,106,016 | IssuesEvent | 2018-11-23 13:40:21 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | SSD1673 driver it setting a Kconfig symbol in dts_fixup.h | area: Display bug good first issue priority: low | We seem to set CONFIG_SSD1673_SPI_GPIO_CS in boards/arm/reel_board/dts_fixup.h. This isn't generated, so seems like this should move into Kconfig and out of dts_fixup.h | 1.0 | SSD1673 driver it setting a Kconfig symbol in dts_fixup.h - We seem to set CONFIG_SSD1673_SPI_GPIO_CS in boards/arm/reel_board/dts_fixup.h. This isn't generated, so seems like this should move into Kconfig and out of dts_fixup.h | priority | driver it setting a kconfig symbol in dts fixup h we seem to set config spi gpio cs in boards arm reel board dts fixup h this isn t generated so seems like this should move into kconfig and out of dts fixup h | 1 |
387,040 | 11,455,029,462 | IssuesEvent | 2020-02-06 18:15:21 | sunpy/sunpy | https://api.github.com/repos/sunpy/sunpy | closed | Update gallery to use map utils for coordinate arrays | Effort Medium Examples Package Novice Priority Low | The new map utils provide convenience functions to get arrays of all pixels coordinates but they are not currently used in the gallery examples. | 1.0 | Update gallery to use map utils for coordinate arrays - The new map utils provide convenience functions to get arrays of all pixels coordinates but they are not currently used in the gallery examples. | priority | update gallery to use map utils for coordinate arrays the new map utils provide convenience functions to get arrays of all pixels coordinates but they are not currently used in the gallery examples | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.