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 Redmine. The following information
could not be accurately captured in the new ticket:
Original author: Kathleen Biagas
Original creation: 03/02/2018 02:06 pm
Original update: 05/10/2018 08:16 pm
Ticket number: 3036 | 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-----------------------
This ticket was migrated from Redmine. The following information
could not be accurately captured in the new ticket:
Original author: Kathleen Biagas
Original creation: 03/02/2018 02:06 pm
Original update: 05/10/2018 08:16 pm
Ticket number: 3036 | 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 this ticket was migrated from redmine the following information could not be accurately captured in the new ticket original author kathleen biagas original creation pm original update pm ticket number | 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
)
)
```
that efficiently creates and zero initializes a vector on the stack. There's a similar thing for `matrix`. It seems like this was a macro in the original game as well and the decompiler should try to recognize these.
It's probably pretty easy to detect these and would really clean up some of the matrix/vector code. | 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)))
(set! (-> vec quad) (the-as uint128 0))
vec
)
)
```
that efficiently creates and zero initializes a vector on the stack. There's a similar thing for `matrix`. It seems like this was a macro in the original game as well and the decompiler should try to recognize these.
It's probably pretty easy to detect these and would really clean up some of the matrix/vector code. | 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 vec quad the as vec that efficiently creates and zero initializes a vector on the stack there s a similar thing for matrix it seems like this was a macro in the original game as well and the decompiler should try to recognize these it s probably pretty easy to detect these and would really clean up some of the matrix vector code | 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.
I have try to list only things that are present on the spigot API via methods. (except total experience of player from skbee , but it's very usefull even if it can be write in a script !!) and not NMS or plugin dependency.
Tell me if some things should not be merge and I will edit my text
- [ ] Exp : All blocks within %location% and %location% (cuboid not raytrace) from skQuerry or skBee (https://github.com/SkriptLang/Skript/issues/3243)
- [ ] Exp: Addon list from skUtilities
- [ ] Exp: [all] [registred] [script] commands from Tuske
- [ ] Exp: [get] (size|number|amount) of dropped %entity% from skellett
- [ ] Exp: Anvil repair cost from skellett
- [ ] All armor change from skBee
- [ ] Exp: Armor value from skRayFall
- [ ] Exp: Arrow critical state and knockback strength from skQuerry
- [ ] Exp: Art from skQuerry
- [ ] World border from skQuerry
- [ ] Bossbar
- [ ] Breeding from skellett
- [ ] Brewing from skellett
- [ ] Exp: Command info from Tuske
- [ ] Exp: complicated math from skQuerry (as expression and not function)
- [ ] Exp: destination on teleport event from MundoSk (as event-location)
- [ ] Exp: %objects% that are not from MundoSk
- [ ] Ender crystal parameters from skellett
- [ ] Exp: entity far away state from skellett
- [ ] Exp: entity ID from skellett
- [ ] entity block storage from skBee
- [ ] regex
- [ ] fishing expressions from skellett
- [ ] Exp: gender of %player% from Tuske
- [ ] Exp: glowing itemstack from skQuerry
- [ ] Exp: health scale from skQuerry
- [ ] Exp: hidden item flags from skBee
- [ ] Horse color and style from Tuske
- [ ] Exp: ignored sleep state from skellett
- [ ] Exp: insta break from skellett (on block damage)
- [ ] Exp: items of recipe from Tuske
- [ ] Exp: item within entity from skellett
- [ ] Exp: jukebox record from Tuske
- [ ] Exp: last color of %string% from Tuske
- [ ] Exp: llama décor from skellett
- [ ] Exp: loaded chunks from skQuerry
- [ ] Number of loaded variables/commands/events/expressions/conditions/effect/types/functions/scripts from skUtilities
- [ ] Exp: loggin result from mundosk
- [ ] https://papermc.io/javadocs/paper/1.15/org/bukkit/entity/Minecart.html
- [ ] Exp: new uuid from skQuerry
- [ ] Exp: all operators from skellett
- [ ] Exp: owner of skull from MundoSK
- [ ] Exp: plugin list from skutilities
- [ ] Exp: plugin of command from skLib
- [ ] Exp: plugin version from skQuerry
- [ ] Exp: primed tnt fuse time from skellett
- [ ] Exp: primer from skQuerry
- [ ] Exp: rabbit type from Tuske
- [ ] Ram expression
- [ ] Exp: random text from skQuerry
- [ ] Exp: slime size form skellett
- [ ] Exp: spectral arrow glowing time form skellett
- [ ] Exp: stored enchantments from skBee
- [ ] Exp: system time from skUtilities
- [ ] Exp: target reason from skellett
- [ ] Exp: tile entities of %chunk% from skQuerry
- [ ] Exp: total experience from skBee
- [ ] Exp: index %number% of %objects% from skQuerry
- [ ] world %string% | 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 recommand to this dev to make a PR himself.
I have try to list only things that are present on the spigot API via methods. (except total experience of player from skbee , but it's very usefull even if it can be write in a script !!) and not NMS or plugin dependency.
Tell me if some things should not be merge and I will edit my text
- [ ] Exp : All blocks within %location% and %location% (cuboid not raytrace) from skQuerry or skBee (https://github.com/SkriptLang/Skript/issues/3243)
- [ ] Exp: Addon list from skUtilities
- [ ] Exp: [all] [registred] [script] commands from Tuske
- [ ] Exp: [get] (size|number|amount) of dropped %entity% from skellett
- [ ] Exp: Anvil repair cost from skellett
- [ ] All armor change from skBee
- [ ] Exp: Armor value from skRayFall
- [ ] Exp: Arrow critical state and knockback strength from skQuerry
- [ ] Exp: Art from skQuerry
- [ ] World border from skQuerry
- [ ] Bossbar
- [ ] Breeding from skellett
- [ ] Brewing from skellett
- [ ] Exp: Command info from Tuske
- [ ] Exp: complicated math from skQuerry (as expression and not function)
- [ ] Exp: destination on teleport event from MundoSk (as event-location)
- [ ] Exp: %objects% that are not from MundoSk
- [ ] Ender crystal parameters from skellett
- [ ] Exp: entity far away state from skellett
- [ ] Exp: entity ID from skellett
- [ ] entity block storage from skBee
- [ ] regex
- [ ] fishing expressions from skellett
- [ ] Exp: gender of %player% from Tuske
- [ ] Exp: glowing itemstack from skQuerry
- [ ] Exp: health scale from skQuerry
- [ ] Exp: hidden item flags from skBee
- [ ] Horse color and style from Tuske
- [ ] Exp: ignored sleep state from skellett
- [ ] Exp: insta break from skellett (on block damage)
- [ ] Exp: items of recipe from Tuske
- [ ] Exp: item within entity from skellett
- [ ] Exp: jukebox record from Tuske
- [ ] Exp: last color of %string% from Tuske
- [ ] Exp: llama décor from skellett
- [ ] Exp: loaded chunks from skQuerry
- [ ] Number of loaded variables/commands/events/expressions/conditions/effect/types/functions/scripts from skUtilities
- [ ] Exp: loggin result from mundosk
- [ ] https://papermc.io/javadocs/paper/1.15/org/bukkit/entity/Minecart.html
- [ ] Exp: new uuid from skQuerry
- [ ] Exp: all operators from skellett
- [ ] Exp: owner of skull from MundoSK
- [ ] Exp: plugin list from skutilities
- [ ] Exp: plugin of command from skLib
- [ ] Exp: plugin version from skQuerry
- [ ] Exp: primed tnt fuse time from skellett
- [ ] Exp: primer from skQuerry
- [ ] Exp: rabbit type from Tuske
- [ ] Ram expression
- [ ] Exp: random text from skQuerry
- [ ] Exp: slime size form skellett
- [ ] Exp: spectral arrow glowing time form skellett
- [ ] Exp: stored enchantments from skBee
- [ ] Exp: system time from skUtilities
- [ ] Exp: target reason from skellett
- [ ] Exp: tile entities of %chunk% from skQuerry
- [ ] Exp: total experience from skBee
- [ ] Exp: index %number% of %objects% from skQuerry
- [ ] world %string% | 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 recommand to this dev to make a pr himself i have try to list only things that are present on the spigot api via methods except total experience of player from skbee but it s very usefull even if it can be write in a script and not nms or plugin dependency tell me if some things should not be merge and i will edit my text exp all blocks within location and location cuboid not raytrace from skquerry or skbee exp addon list from skutilities exp commands from tuske exp size number amount of dropped entity from skellett exp anvil repair cost from skellett all armor change from skbee exp armor value from skrayfall exp arrow critical state and knockback strength from skquerry exp art from skquerry world border from skquerry bossbar breeding from skellett brewing from skellett exp command info from tuske exp complicated math from skquerry as expression and not function exp destination on teleport event from mundosk as event location exp objects that are not from mundosk ender crystal parameters from skellett exp entity far away state from skellett exp entity id from skellett entity block storage from skbee regex fishing expressions from skellett exp gender of player from tuske exp glowing itemstack from skquerry exp health scale from skquerry exp hidden item flags from skbee horse color and style from tuske exp ignored sleep state from skellett exp insta break from skellett on block damage exp items of recipe from tuske exp item within entity from skellett exp jukebox record from tuske exp last color of string from tuske exp llama décor from skellett exp loaded chunks from skquerry number of loaded variables commands events expressions conditions effect types functions scripts from skutilities exp loggin result from mundosk exp new uuid from skquerry exp all operators from skellett exp owner of skull from mundosk exp plugin list from skutilities exp plugin of command from sklib exp plugin version from skquerry exp primed tnt fuse time from skellett exp primer from skquerry exp rabbit type from tuske ram expression exp random text from skquerry exp slime size form skellett exp spectral arrow glowing time form skellett exp stored enchantments from skbee exp system time from skutilities exp target reason from skellett exp tile entities of chunk from skquerry exp total experience from skbee exp index number of objects from skquerry world string | 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-08-30 at 10 57 40 am" src="https://user-images.githubusercontent.com/14067096/44869913-96f19080-ac43-11e8-8fd2-35c8366537c8.png">
---
| 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_ADDRESS)
2. Token manager ( .env var REACT_APP_MINTED_CAPPED_TOKEN_MANAGER_ADDRESS)
<img width="1440" alt="screen shot 2018-08-30 at 10 57 40 am" src="https://user-images.githubusercontent.com/14067096/44869913-96f19080-ac43-11e8-8fd2-35c8366537c8.png">
---
| 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 address token manager env var react app minted capped token manager address img width alt screen shot at am src | 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 behavior**
The random numbers are generated fast.
**Impact**
This is mainly an annoyance.
**Environment**
- OS: any
- Zephyr SDK 0.12.4
- Zephyr v2.6.0
- NXP i.MX RT1064 soc
**Additional context**
XORSHIRO isn't cryptographically secure, so it might require more logic than simply changing the default.
| 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` a lot using the default HW random generator.
**Expected behavior**
The random numbers are generated fast.
**Impact**
This is mainly an annoyance.
**Environment**
- OS: any
- Zephyr SDK 0.12.4
- Zephyr v2.6.0
- NXP i.MX RT1064 soc
**Additional context**
XORSHIRO isn't cryptographically secure, so it might require more logic than simply changing the default.
| 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 a lot using the default hw random generator expected behavior the random numbers are generated fast impact this is mainly an annoyance environment os any zephyr sdk zephyr nxp i mx soc additional context xorshiro isn t cryptographically secure so it might require more logic than simply changing the default | 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
Its just an Optical bug,
On fight start Nazan normaly Flys , but he walking form the left to the right on the platform.
Now melee DD can atack nazan on ground. | 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/issues/1175
<hr>
http://www.wowhead.com/npc=17536/nazan
Its just an Optical bug,
On fight start Nazan normaly Flys , but he walking form the left to the right on the platform.
Now melee DD can atack nazan on ground. | 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 but he walking form the left to the right on the platform now melee dd can atack nazan on ground | 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.
**Impact**
annoyance
**Environment (please complete the following information):**
- OS: (e.g. Linux, MacOS, Windows): Kubuntu 18.04
- Toolchain (e.g Zephyr SDK, ...): Zephyr SDK 1.130
- Commit SHA or Version used: cd9b940756c1c5f9f09311c1b889a47853430a4c
**Additional context**
As discussed with @carlescufi
| 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, but it should be possible to use the option if Bluetooth logging is disabled.
**Impact**
annoyance
**Environment (please complete the following information):**
- OS: (e.g. Linux, MacOS, Windows): Kubuntu 18.04
- Toolchain (e.g Zephyr SDK, ...): Zephyr SDK 1.130
- Commit SHA or Version used: cd9b940756c1c5f9f09311c1b889a47853430a4c
**Additional context**
As discussed with @carlescufi
| 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 but it should be possible to use the option if bluetooth logging is disabled impact annoyance environment please complete the following information os e g linux macos windows kubuntu toolchain e g zephyr sdk zephyr sdk commit sha or version used additional context as discussed with carlescufi | 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 to be visible.
This means these clearlogos are found, but are not visible because of focus. | 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 menu reveals the clearlogos that are supposed to be visible.
This means these clearlogos are found, but are not visible because of focus. | 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 menu reveals the clearlogos that are supposed to be visible this means these clearlogos are found but are not visible because of focus | 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 a brief overview of the bug or error you've encountered.
-->
At [here](https://github.com/ivadomed/ivadomed/blob/0c2e6d7d0dd16feadd97929b342e1796a6c02b7d/ivadomed/config_manager.py#L154), the path validation will throw `ValueError` when the file doesn't exist. It should be broken down with more useful informative error as these are user facing.
Acceptance Criteria:
* Raise `FileNotFound` error if the path is well formed but path/file does not exist.
* Raise `IsADirectoryError` path is pointing to a folder.
* Raise `ValueError` if it is not a JSON
* Raise `ValueError` if it is YAML (and mention that it is not yet supported). We are supporting YAML in the future.
* Raise `ValueError` if it is not a path at all (recall that this path is from config.json which can be manually entered wrong or all other scenarios
* Also should use `f string` in the `raise` error formatting for the additional contextual information provided above.
* Also the format should mentioned that the path provided in the output printed error is absolute path (see screenshot below).
### Expected behavior
<!-- Please provide a description of what you expected to happen instead.
-->
* Exception raising should provide more information than a simple ValueError and needs to be more specific as these are thrown during the tutorial phase.
### Steps to reproduce
<!-- Please provide the exact commands that lead to the issue (and their resulting output), as well as any configuration files or data files you were working with, if possible.
Note: When providing lengthy terminal output, please consider using GitHub's "details" tag to keep the report tidy. (See the example tag formatting below.)
<details>
<summary> An example summary message </summary>
```
Example terminal output.
```
</details>
-->
* Current error is vague because the code is implicitly search at either `/` or current working directory I believe? Best to use `Path.absolute()` to resolve this. to clearly communicate where the script is looking for the JSON file.
* 
## Environment
* Cross OS. Code issue.
| 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#opening_an_issue
-->
## Issue description
### Current behavior
<!-- Please provide a brief overview of the bug or error you've encountered.
-->
At [here](https://github.com/ivadomed/ivadomed/blob/0c2e6d7d0dd16feadd97929b342e1796a6c02b7d/ivadomed/config_manager.py#L154), the path validation will throw `ValueError` when the file doesn't exist. It should be broken down with more useful informative error as these are user facing.
Acceptance Criteria:
* Raise `FileNotFound` error if the path is well formed but path/file does not exist.
* Raise `IsADirectoryError` path is pointing to a folder.
* Raise `ValueError` if it is not a JSON
* Raise `ValueError` if it is YAML (and mention that it is not yet supported). We are supporting YAML in the future.
* Raise `ValueError` if it is not a path at all (recall that this path is from config.json which can be manually entered wrong or all other scenarios
* Also should use `f string` in the `raise` error formatting for the additional contextual information provided above.
* Also the format should mentioned that the path provided in the output printed error is absolute path (see screenshot below).
### Expected behavior
<!-- Please provide a description of what you expected to happen instead.
-->
* Exception raising should provide more information than a simple ValueError and needs to be more specific as these are thrown during the tutorial phase.
### Steps to reproduce
<!-- Please provide the exact commands that lead to the issue (and their resulting output), as well as any configuration files or data files you were working with, if possible.
Note: When providing lengthy terminal output, please consider using GitHub's "details" tag to keep the report tidy. (See the example tag formatting below.)
<details>
<summary> An example summary message </summary>
```
Example terminal output.
```
</details>
-->
* Current error is vague because the code is implicitly search at either `/` or current working directory I believe? Best to use `Path.absolute()` to resolve this. to clearly communicate where the script is looking for the JSON file.
* 
## Environment
* Cross OS. Code issue.
| 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 please provide a brief overview of the bug or error you ve encountered at the path validation will throw valueerror when the file doesn t exist it should be broken down with more useful informative error as these are user facing acceptance criteria raise filenotfound error if the path is well formed but path file does not exist raise isadirectoryerror path is pointing to a folder raise valueerror if it is not a json raise valueerror if it is yaml and mention that it is not yet supported we are supporting yaml in the future raise valueerror if it is not a path at all recall that this path is from config json which can be manually entered wrong or all other scenarios also should use f string in the raise error formatting for the additional contextual information provided above also the format should mentioned that the path provided in the output printed error is absolute path see screenshot below expected behavior please provide a description of what you expected to happen instead exception raising should provide more information than a simple valueerror and needs to be more specific as these are thrown during the tutorial phase steps to reproduce please provide the exact commands that lead to the issue and their resulting output as well as any configuration files or data files you were working with if possible note when providing lengthy terminal output please consider using github s details tag to keep the report tidy see the example tag formatting below an example summary message example terminal output current error is vague because the code is implicitly search at either or current working directory i believe best to use path absolute to resolve this to clearly communicate where the script is looking for the json file environment cross os code issue | 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/javadocs/spigot/org/bukkit/event/player/PlayerMoveEvent.html)
methods:
```
getFrom(); setFrom(loc);
getTo(); setTo(loc).
```
thanks to all and Bensku. ✌️ | 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
```
spigot api:
- [PlayerMoveEvent](hub.spigotmc.org/javadocs/spigot/org/bukkit/event/player/PlayerMoveEvent.html)
methods:
```
getFrom(); setFrom(loc);
getTo(); setTo(loc).
```
thanks to all and Bensku. ✌️ | 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 spigot api hub spigotmc org javadocs spigot org bukkit event player playermoveevent html methods getfrom setfrom loc getto setto loc thanks to all and bensku ✌️ | 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
->emptyStateHeading('Default heading') // <-- This works
->emptyStateDescription('Default description'); // <-- This doesn't work
});
```
But the description doesn't change (I haven't used the `emptyStateDescription` on the resource table)
### Expected behavior
If I set a default description for empty state I expect that empty tables show this description instead of the one provided by Filament
### Steps to reproduce
Add the code below in the AppServiceProvider and check the default description on empty tables.
```php
Table::configureUsing(function (Table $table) {
$table
->emptyStateHeading('Default heading') // <-- This works
->emptyStateDescription('Default description'); // <-- This doesn't work
});
```
The heading should be "Default heading" but the description will not be "Default description"
### Reproduction repository
https://github.com/billmn/filament-issues
### Relevant log output
_No response_ | 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::configureUsing(function (Table $table) {
$table
->emptyStateHeading('Default heading') // <-- This works
->emptyStateDescription('Default description'); // <-- This doesn't work
});
```
But the description doesn't change (I haven't used the `emptyStateDescription` on the resource table)
### Expected behavior
If I set a default description for empty state I expect that empty tables show this description instead of the one provided by Filament
### Steps to reproduce
Add the code below in the AppServiceProvider and check the default description on empty tables.
```php
Table::configureUsing(function (Table $table) {
$table
->emptyStateHeading('Default heading') // <-- This works
->emptyStateDescription('Default description'); // <-- This doesn't work
});
```
The heading should be "Default heading" but the description will not be "Default description"
### Reproduction repository
https://github.com/billmn/filament-issues
### Relevant log output
_No response_ | 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 configureusing function table table table emptystateheading default heading this works emptystatedescription default description this doesn t work but the description doesn t change i haven t used the emptystatedescription on the resource table expected behavior if i set a default description for empty state i expect that empty tables show this description instead of the one provided by filament steps to reproduce add the code below in the appserviceprovider and check the default description on empty tables php table configureusing function table table table emptystateheading default heading this works emptystatedescription default description this doesn t work the heading should be default heading but the description will not be default description reproduction repository relevant log output no response | 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 that the following methods already exist - I just want to be able to
quickly & easily look-up in the other direction:
const std::pair< UnitType, int > UnitType::whatBuilds() const;
UnitType TechType::whatResearches() const;
UnitType UpgradeType::whatUpgrades() const;
It's trivial to write my own methods to do what I want (i.e. build some lookup
tables at startup, by iterating over all UnitType's, TechType's, UpgradeType's
and calling the methods I mentioned above that already exist), but I just
thought it would be nice if it was built into BWAPI and other botters could use
them.
FYI, the reason this would be useful to me is so that my bot can quickly &
easily iterate over units & the various kinds of commands, so that it can
determine what commands each unit can perform before it has to start deciding
what command(s) to perform.
```
Original issue reported on code.google.com by `chris.c...@gmail.com` on 24 Sep 2012 at 12:20 | 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() const;
const Typeset<UpgradeType>& UnitType::upgradesWhat() const;
Note that the following methods already exist - I just want to be able to
quickly & easily look-up in the other direction:
const std::pair< UnitType, int > UnitType::whatBuilds() const;
UnitType TechType::whatResearches() const;
UnitType UpgradeType::whatUpgrades() const;
It's trivial to write my own methods to do what I want (i.e. build some lookup
tables at startup, by iterating over all UnitType's, TechType's, UpgradeType's
and calling the methods I mentioned above that already exist), but I just
thought it would be nice if it was built into BWAPI and other botters could use
them.
FYI, the reason this would be useful to me is so that my bot can quickly &
easily iterate over units & the various kinds of commands, so that it can
determine what commands each unit can perform before it has to start deciding
what command(s) to perform.
```
Original issue reported on code.google.com by `chris.c...@gmail.com` on 24 Sep 2012 at 12:20 | 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 const typeset unittype upgradeswhat const note that the following methods already exist i just want to be able to quickly easily look up in the other direction const std pair unittype whatbuilds const unittype techtype whatresearches const unittype upgradetype whatupgrades const it s trivial to write my own methods to do what i want i e build some lookup tables at startup by iterating over all unittype s techtype s upgradetype s and calling the methods i mentioned above that already exist but i just thought it would be nice if it was built into bwapi and other botters could use them fyi the reason this would be useful to me is so that my bot can quickly easily iterate over units the various kinds of commands so that it can determine what commands each unit can perform before it has to start deciding what command s to perform original issue reported on code google com by chris c gmail com on sep at | 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 versions, and once a version is downloaded, there wouldn't be a reason to overwrite contents other than user explicitly deleting them, in which case, there is no issue.
This is more of a further goal in the future, if we need more file system tooling. | 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 issue, because the folders are separated by their versions, and once a version is downloaded, there wouldn't be a reason to overwrite contents other than user explicitly deleting them, in which case, there is no issue.
This is more of a further goal in the future, if we need more file system tooling. | 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 issue because the folders are separated by their versions and once a version is downloaded there wouldn t be a reason to overwrite contents other than user explicitly deleting them in which case there is no issue this is more of a further goal in the future if we need more file system tooling | 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 generous volunteer contributions of (latest to oldest).” | 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 project would not have been possible without the generous volunteer contributions of (latest to oldest).” | 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 project would not have been possible without the generous volunteer contributions of latest to oldest ” | 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 some sort of scroll bar instead of having to click a button many times. | 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 some sort of scroll bar instead of having to click a button many times | 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.

| 1.0 | PHP - 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.

| priority | php 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 | 1 |
795,629 | 28,079,852,189 | IssuesEvent | 2023-03-30 05:02:35 | Quest-Robotics/website | https://api.github.com/repos/Quest-Robotics/website | opened | Create files.testingisoptional.org Subdomain | enhancement Low Priority | Should not have a frontend, but should contain our files organized so that way we can serve them nicely. | 1.0 | Create files.testingisoptional.org Subdomain - Should not have a frontend, but should contain our files organized so that way we can serve them nicely. | priority | create files testingisoptional org subdomain should not have a frontend but should contain our files organized so that way we can serve them nicely | 1 |
776,803 | 27,264,667,948 | IssuesEvent | 2023-02-22 17:07:27 | iza-institute-of-labor-economics/gettsim | https://api.github.com/repos/iza-institute-of-labor-economics/gettsim | opened | ENH: Determine Steuerklasse endogenously | enhancement priority-low tax-transfer-feature | As of now, `steuerklasse` is a required input for `gettsim`. If the information is not provided, gettsim could apply some logic to determine the value by itself. This is straightforward for singles and single parents. For couples, we would inevitably apply assumptions on intra-household decision making
Below some draft code for later reference
```python
# Possible ToDo: Determine Steuerklasse endogenously.
# Right now, Steuerklasse is an input variable
def steuerklasse_tu(
gemeinsam_veranlagt_tu: bool,
alleinerz_tu: bool,
bruttolohn_m: float,
eink_st_params: dict,
eink_st_abzuege_params: dict,
) -> int:
"""Determine Lohnsteuerklassen (also called 'tax brackets')
if not delivered by the user.
They determine the basic allowance for the withdrawal tax.
Tax brackets are predetermined for singles and single parents.
Married couples can choose between the combinations 4/4, 3/5 and 5/3.
We assume the following:
- If one of the spouses earns less than the income tax allowance,
this is essentially a single-earner couple. The spouse with the higher
income is assigned tax bracket 3, the other spouse tax bracket 5.
- In all other cases, we assign tax bracket 4 to both spouses.
1: Single
2: Single Parent
3: One spouse in married couple who receives allowance of both partners.
Makes sense primarily for Single-Earner Households
4: Both spouses receive their individual allowance
5: If one spouse chooses 3, the other has to choose 5,
which means no allowance.
6: Additional Job...not modelled yet, as we do not
distinguish between different jobs
Parameters
----------
gemeinsam_veranlagt_tu: bool
Return of :func:`gemeinsam_veranlagt_tu`.
alleinerz_tu: bool
See basic input variable :ref:`alleinerz_tu <alleinerz_tu>`.
bruttolohn_m: float
See basic input variable :ref:`bruttolohn_m <bruttolohn_m>`.
eink_st_params:
See params documentation :ref:`eink_st_params <eink_st_params>`
eink_st_abzuege_params:
See params documentation :ref:`eink_st_abzuege_params <eink_st_abzuege_params>`
Returns
----------
steuerklasse: int
The steuerklasse for each person in the tax unit
"""
bruttolohn_max = max(bruttolohn_m)
bruttolohn_min = min(bruttolohn_m)
einkommensgrenze_zweitverdiener = (
eink_st_params["eink_st_tarif"]["thresholds"][1]
+ eink_st_abzuege_params["werbungskostenpauschale"]
)
alleinverdiener_paar = (
(bruttolohn_min <= einkommensgrenze_zweitverdiener / 12)
& (bruttolohn_max > 0)
& (gemeinsam_veranlagt_tu)
)
cond_steuerklasse1 = (~gemeinsam_veranlagt_tu) & ~alleinerz_tu
cond_steuerklasse2 = alleinerz_tu
cond_steuerklasse3 = alleinverdiener_paar & (
bruttolohn_m > einkommensgrenze_zweitverdiener / 12
)
cond_steuerklasse4 = (gemeinsam_veranlagt_tu) & (~alleinverdiener_paar)
cond_steuerklasse5 = alleinverdiener_paar & (
bruttolohn_m <= einkommensgrenze_zweitverdiener / 12
)
steuerklasse = (
1 * cond_steuerklasse1
+ 2 * cond_steuerklasse2
+ 3 * cond_steuerklasse3
+ 4 * cond_steuerklasse4
+ 5 * cond_steuerklasse5
)
return steuerklasse
```
| 1.0 | ENH: Determine Steuerklasse endogenously - As of now, `steuerklasse` is a required input for `gettsim`. If the information is not provided, gettsim could apply some logic to determine the value by itself. This is straightforward for singles and single parents. For couples, we would inevitably apply assumptions on intra-household decision making
Below some draft code for later reference
```python
# Possible ToDo: Determine Steuerklasse endogenously.
# Right now, Steuerklasse is an input variable
def steuerklasse_tu(
gemeinsam_veranlagt_tu: bool,
alleinerz_tu: bool,
bruttolohn_m: float,
eink_st_params: dict,
eink_st_abzuege_params: dict,
) -> int:
"""Determine Lohnsteuerklassen (also called 'tax brackets')
if not delivered by the user.
They determine the basic allowance for the withdrawal tax.
Tax brackets are predetermined for singles and single parents.
Married couples can choose between the combinations 4/4, 3/5 and 5/3.
We assume the following:
- If one of the spouses earns less than the income tax allowance,
this is essentially a single-earner couple. The spouse with the higher
income is assigned tax bracket 3, the other spouse tax bracket 5.
- In all other cases, we assign tax bracket 4 to both spouses.
1: Single
2: Single Parent
3: One spouse in married couple who receives allowance of both partners.
Makes sense primarily for Single-Earner Households
4: Both spouses receive their individual allowance
5: If one spouse chooses 3, the other has to choose 5,
which means no allowance.
6: Additional Job...not modelled yet, as we do not
distinguish between different jobs
Parameters
----------
gemeinsam_veranlagt_tu: bool
Return of :func:`gemeinsam_veranlagt_tu`.
alleinerz_tu: bool
See basic input variable :ref:`alleinerz_tu <alleinerz_tu>`.
bruttolohn_m: float
See basic input variable :ref:`bruttolohn_m <bruttolohn_m>`.
eink_st_params:
See params documentation :ref:`eink_st_params <eink_st_params>`
eink_st_abzuege_params:
See params documentation :ref:`eink_st_abzuege_params <eink_st_abzuege_params>`
Returns
----------
steuerklasse: int
The steuerklasse for each person in the tax unit
"""
bruttolohn_max = max(bruttolohn_m)
bruttolohn_min = min(bruttolohn_m)
einkommensgrenze_zweitverdiener = (
eink_st_params["eink_st_tarif"]["thresholds"][1]
+ eink_st_abzuege_params["werbungskostenpauschale"]
)
alleinverdiener_paar = (
(bruttolohn_min <= einkommensgrenze_zweitverdiener / 12)
& (bruttolohn_max > 0)
& (gemeinsam_veranlagt_tu)
)
cond_steuerklasse1 = (~gemeinsam_veranlagt_tu) & ~alleinerz_tu
cond_steuerklasse2 = alleinerz_tu
cond_steuerklasse3 = alleinverdiener_paar & (
bruttolohn_m > einkommensgrenze_zweitverdiener / 12
)
cond_steuerklasse4 = (gemeinsam_veranlagt_tu) & (~alleinverdiener_paar)
cond_steuerklasse5 = alleinverdiener_paar & (
bruttolohn_m <= einkommensgrenze_zweitverdiener / 12
)
steuerklasse = (
1 * cond_steuerklasse1
+ 2 * cond_steuerklasse2
+ 3 * cond_steuerklasse3
+ 4 * cond_steuerklasse4
+ 5 * cond_steuerklasse5
)
return steuerklasse
```
| priority | enh determine steuerklasse endogenously as of now steuerklasse is a required input for gettsim if the information is not provided gettsim could apply some logic to determine the value by itself this is straightforward for singles and single parents for couples we would inevitably apply assumptions on intra household decision making below some draft code for later reference python possible todo determine steuerklasse endogenously right now steuerklasse is an input variable def steuerklasse tu gemeinsam veranlagt tu bool alleinerz tu bool bruttolohn m float eink st params dict eink st abzuege params dict int determine lohnsteuerklassen also called tax brackets if not delivered by the user they determine the basic allowance for the withdrawal tax tax brackets are predetermined for singles and single parents married couples can choose between the combinations and we assume the following if one of the spouses earns less than the income tax allowance this is essentially a single earner couple the spouse with the higher income is assigned tax bracket the other spouse tax bracket in all other cases we assign tax bracket to both spouses single single parent one spouse in married couple who receives allowance of both partners makes sense primarily for single earner households both spouses receive their individual allowance if one spouse chooses the other has to choose which means no allowance additional job not modelled yet as we do not distinguish between different jobs parameters gemeinsam veranlagt tu bool return of func gemeinsam veranlagt tu alleinerz tu bool see basic input variable ref alleinerz tu bruttolohn m float see basic input variable ref bruttolohn m eink st params see params documentation ref eink st params eink st abzuege params see params documentation ref eink st abzuege params returns steuerklasse int the steuerklasse for each person in the tax unit bruttolohn max max bruttolohn m bruttolohn min min bruttolohn m einkommensgrenze zweitverdiener eink st params eink st abzuege params alleinverdiener paar bruttolohn min einkommensgrenze zweitverdiener bruttolohn max gemeinsam veranlagt tu cond gemeinsam veranlagt tu alleinerz tu cond alleinerz tu cond alleinverdiener paar bruttolohn m einkommensgrenze zweitverdiener cond gemeinsam veranlagt tu alleinverdiener paar cond alleinverdiener paar bruttolohn m einkommensgrenze zweitverdiener steuerklasse cond cond cond cond cond return steuerklasse | 1 |
382,323 | 11,303,874,364 | IssuesEvent | 2020-01-17 21:16:47 | edvinnn/Green-Power | https://api.github.com/repos/edvinnn/Green-Power | closed | Status indicator for current connection | Priority low enhancement frontend wontfix | Add a dot which is red when connection is lost, and green when connected to the server. So that user knows. | 1.0 | Status indicator for current connection - Add a dot which is red when connection is lost, and green when connected to the server. So that user knows. | priority | status indicator for current connection add a dot which is red when connection is lost and green when connected to the server so that user knows | 1 |
695,123 | 23,845,498,504 | IssuesEvent | 2022-09-06 13:45:04 | rathena/rathena | https://api.github.com/repos/rathena/rathena | closed | Offertorium & Magnificat | component:database status:confirmed component:skill priority:low mode:renewal mode:prerenewal type:bug | <!-- 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 you encountered this issue.
How to get your GitHub Hash:
1. cd your/rAthena/directory/
2. git rev-parse --short HEAD
3. Copy the resulting hash.
-->
* **Client Date**: 2020/09/04
<!-- Please specify the client date you used. -->
* **Server Mode**: Renewal
<!-- Which mode does your server use: Pre-Renewal or Renewal? -->
* **Description of Issue**:
* Result: <!-- Describe the issue that you experienced in detail. --> When casting Arch Bishop skill [Offertorium] during magnificat, the skill name pops up over the head but nothing happens
* Expected Result: <!-- Describe what you would expect to happen in detail. --> its supposed to cancel out magnificat and apply Offertorium buff
* How to Reproduce: <!-- If you have not stated in the description of the result already, please give us a short guide how we can reproduce your issue. --> Make an arch bishop, get magnificat, cast it, while its up, cast Offertorium skill.
* Official Information: <!-- If possible, provide information from official servers (kRO or other sources) which prove that the result is wrong. Please take into account that iRO (especially iRO Wiki) is not always the same as kRO. --> Casting offertorium should cancel out magnificat and vice versa
<!-- * _NOTE: Make sure you quote ``` `@atcommands` ``` just like this so that you do not tag uninvolved GitHub users!_ -->
* **Modifications that may affect results**: None as far as i know
<!-- * Please provide any information that could influence the expected result. -->
<!-- * This can be either configurations you changed, database values you changed, or even external source modifications. -->
| 1.0 | 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 you encountered this issue.
How to get your GitHub Hash:
1. cd your/rAthena/directory/
2. git rev-parse --short HEAD
3. Copy the resulting hash.
-->
* **Client Date**: 2020/09/04
<!-- Please specify the client date you used. -->
* **Server Mode**: Renewal
<!-- Which mode does your server use: Pre-Renewal or Renewal? -->
* **Description of Issue**:
* Result: <!-- Describe the issue that you experienced in detail. --> When casting Arch Bishop skill [Offertorium] during magnificat, the skill name pops up over the head but nothing happens
* Expected Result: <!-- Describe what you would expect to happen in detail. --> its supposed to cancel out magnificat and apply Offertorium buff
* How to Reproduce: <!-- If you have not stated in the description of the result already, please give us a short guide how we can reproduce your issue. --> Make an arch bishop, get magnificat, cast it, while its up, cast Offertorium skill.
* Official Information: <!-- If possible, provide information from official servers (kRO or other sources) which prove that the result is wrong. Please take into account that iRO (especially iRO Wiki) is not always the same as kRO. --> Casting offertorium should cancel out magnificat and vice versa
<!-- * _NOTE: Make sure you quote ``` `@atcommands` ``` just like this so that you do not tag uninvolved GitHub users!_ -->
* **Modifications that may affect results**: None as far as i know
<!-- * Please provide any information that could influence the expected result. -->
<!-- * This can be either configurations you changed, database values you changed, or even external source modifications. -->
| priority | 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 renewal description of issue result when casting arch bishop skill during magnificat the skill name pops up over the head but nothing happens expected result its supposed to cancel out magnificat and apply offertorium buff how to reproduce make an arch bishop get magnificat cast it while its up cast offertorium skill official information casting offertorium should cancel out magnificat and vice versa modifications that may affect results none as far as i know | 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 results after the filtering (empty view).
### Expected/desired behavior
Events added to dataBinding/dataBound
[Restore scroll position](http://dojo.telerik.com/aDuzE)
| 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 columns
2. Insert a filter value so that there are 0 results after the filtering (empty view).
### Expected/desired behavior
Events added to dataBinding/dataBound
[Restore scroll position](http://dojo.telerik.com/aDuzE)
| 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 there are results after the filtering empty view expected desired behavior events added to databinding databound | 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 private in ...`).
In general, to a question "Can a lambda invoke `object`'s private/protected methods if lambda's parent class is friended in `object`?" `gcc 8` and `clang 8` answer "Yes", older versions (e.g. `gcc 7.`) answer "no".
I have read the pinned ticket and do understand this is not a bug, but could you please add support for the older compilers?
Possible hotfix would consist only of two lines:
- Make `Websocket::init(...)` `public` (`Websocket.h:38`).
- Make `AsyncSocket::cork()` `public` (`AsyncSocket.h:63`).
Regards, Mikhail. | 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 leads to compilation errors (` ... is private in ...`).
In general, to a question "Can a lambda invoke `object`'s private/protected methods if lambda's parent class is friended in `object`?" `gcc 8` and `clang 8` answer "Yes", older versions (e.g. `gcc 7.`) answer "no".
I have read the pinned ticket and do understand this is not a bug, but could you please add support for the older compilers?
Possible hotfix would consist only of two lines:
- Make `Websocket::init(...)` `public` (`Websocket.h:38`).
- Make `AsyncSocket::cork()` `public` (`AsyncSocket.h:63`).
Regards, Mikhail. | 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 leads to compilation errors is private in in general to a question can a lambda invoke object s private protected methods if lambda s parent class is friended in object gcc and clang answer yes older versions e g gcc answer no i have read the pinned ticket and do understand this is not a bug but could you please add support for the older compilers possible hotfix would consist only of two lines make websocket init public websocket h make asyncsocket cork public asyncsocket h regards mikhail | 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 customMessage() method outlined in the comments of #170, which basically involves creating the msgData necessary for an attachment and passing it as data to .customMessage. However, this only works if a previous conversation existed between the bot and user. If no previous IM id exists it silently fails.
Is there a way to take the changes added to adapter.send in the #168 merge and apply that to the customMessage() method in the adapter? Is this even the best way to do it? Certainly open to suggestions on my approach as well.
Here's an idea of how I'm building the data and sending it. It works great, so long as it's an existing private DM, otherwise nothing.
```
msgData = {
channel: msg.envelope.user.name
attachments: [
{
fallback: "Fallback text here.",
color: "danger",
title: "Title text here"
text: "Main body text"
mrkdwn_in: ["text"]
}
]
}
robot.adapter.customMessage msgData
``` | 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 need for a formatted attachment to be sent via DM. I ran across and followed the customMessage() method outlined in the comments of #170, which basically involves creating the msgData necessary for an attachment and passing it as data to .customMessage. However, this only works if a previous conversation existed between the bot and user. If no previous IM id exists it silently fails.
Is there a way to take the changes added to adapter.send in the #168 merge and apply that to the customMessage() method in the adapter? Is this even the best way to do it? Certainly open to suggestions on my approach as well.
Here's an idea of how I'm building the data and sending it. It works great, so long as it's an existing private DM, otherwise nothing.
```
msgData = {
channel: msg.envelope.user.name
attachments: [
{
fallback: "Fallback text here.",
color: "danger",
title: "Title text here"
text: "Main body text"
mrkdwn_in: ["text"]
}
]
}
robot.adapter.customMessage msgData
``` | 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 for a formatted attachment to be sent via dm i ran across and followed the custommessage method outlined in the comments of which basically involves creating the msgdata necessary for an attachment and passing it as data to custommessage however this only works if a previous conversation existed between the bot and user if no previous im id exists it silently fails is there a way to take the changes added to adapter send in the merge and apply that to the custommessage method in the adapter is this even the best way to do it certainly open to suggestions on my approach as well here s an idea of how i m building the data and sending it it works great so long as it s an existing private dm otherwise nothing msgdata channel msg envelope user name attachments fallback fallback text here color danger title title text here text main body text mrkdwn in robot adapter custommessage msgdata | 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 a more elegant way to achieve the (in my opinion) more intuitive behavior than passing the parent compound as a third argument and then adding the current "host" and "guests" to that? Is this even a good idea? | 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) 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 passing the parent compound as a third argument and then adding the current "host" and "guests" to that? Is this even a good idea? | 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 passing the parent compound as a third argument and then adding the current host and guests to that is this even a good idea | 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://github.com/dhowe/AdNauseam/wiki/FAQ) by clicking the "?" button in ADN's menu.
If you don't think that's enough, we can consider adding a option in the Settings page as well.
| 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 reach [the FAQ page](https://github.com/dhowe/AdNauseam/wiki/FAQ) by clicking the "?" button in ADN's menu.
If you don't think that's enough, we can consider adding a option in the Settings page as well.
| 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 s enough we can consider adding a option in the settings page as well | 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]` message. Also, it would offer a more comfortable solution to delete a package from transaction, because this message applies to the whole transaction. | 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 transaction.
This could be substitute to the current `==> Proceed with install?[Y/n]` message. Also, it would offer a more comfortable solution to delete a package from transaction, because this message applies to the whole transaction. | 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 the current proceed with install message also it would offer a more comfortable solution to delete a package from transaction because this message applies to the whole transaction | 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 text description. | 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 description | 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:

For the dark theme I would go from gray-600 to gray-700. (Using a custom property and just reassigning that for the dark scheme might be the easiest here)
Before:

After:

Personally, I would also just drop the vertical lines completely because they do not contribute much (it is easy to see which cell contents belong to which column).

In general any additional line distracts from the contents and contributes visual noise. Even the horizontal lines are arguable because of the existing alternating color scheme which does most the work of separating the rows. | 1.0 | Tone down table borders? - The borders seem unnecessarily salient. For the light theme I would go from gray-600 at least to gray-500:
Before:

After:

For the dark theme I would go from gray-600 to gray-700. (Using a custom property and just reassigning that for the dark scheme might be the easiest here)
Before:

After:

Personally, I would also just drop the vertical lines completely because they do not contribute much (it is easy to see which cell contents belong to which column).

In general any additional line distracts from the contents and contributes visual noise. Even the horizontal lines are arguable because of the existing alternating color scheme which does most the work of separating the rows. | priority | tone down table borders the borders seem unnecessarily salient for the light theme i would go from gray at least to gray before after for the dark theme i would go from gray to gray using a custom property and just reassigning that for the dark scheme might be the easiest here before after personally i would also just drop the vertical lines completely because they do not contribute much it is easy to see which cell contents belong to which column in general any additional line distracts from the contents and contributes visual noise even the horizontal lines are arguable because of the existing alternating color scheme which does most the work of separating the rows | 1 |
306,865 | 9,412,357,533 | IssuesEvent | 2019-04-10 03:40:18 | conan-community/community | https://api.github.com/repos/conan-community/community | closed | [boost] Unable to link stacktrace library. | Feedback please! complex: low priority: medium stage: queue type: question | ### Description of Problem
I've created a new project to test boost with conan but found out that the stacktrace library can't link, others boost libraries works fine.
**conanfile.txt**
```
[requires]
boost/1.69.0@conan/stable
[options]
boost:magic_autolink=True
[generators]
cmake
```
**CMakeLists.txt**
```
cmake_minimum_required(VERSION 3.6)
project(conan_test CXX)
include(${CMAKE_CURRENT_SOURCE_DIR}/conan/conanbuildinfo.cmake)
conan_basic_setup()
add_executable(conan_test main.cpp)
target_link_libraries(conan_test ${CONAN_LIBS})
```
**main.cpp**
```
#include <iostream>
#include <boost/stacktrace/stacktrace.hpp>
int main()
{
std::cout << boost::stacktrace::stacktrace() << std::endl;
system("pause");
return EXIT_SUCCESS;
}
```
**Used command to install boost:**
```
conan install .. -s build_type=Debug --build boost
```
### Package Details
* Package Name/Version: **boost/1.69.0@conan/stable**
* Operating System: **Windows**
* Operation System Version: **Windows 10 Home 1809**
* Compiler+version: **MSVC Visual Studio 15**
* Conan version: **conan 1.3.2**
* Python version: **python 3.7.0**
### Build logs
```
Error LNK2005 "public: static unsigned __int64 __cdecl boost::stacktrace::detail::this_thread_frames::collect(void const * *,unsigned __int64,unsigned __int64)" (?collect@this_thread_frames@detail@stacktrace@boost@@SA_KPEAPEBX_K1@Z) already defined in main.cpp.obj C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CMakeLists.txt C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\libboost_stacktrace_noop.lib(noop.obj) 1
```
| 1.0 | [boost] Unable to link stacktrace library. - ### Description of Problem
I've created a new project to test boost with conan but found out that the stacktrace library can't link, others boost libraries works fine.
**conanfile.txt**
```
[requires]
boost/1.69.0@conan/stable
[options]
boost:magic_autolink=True
[generators]
cmake
```
**CMakeLists.txt**
```
cmake_minimum_required(VERSION 3.6)
project(conan_test CXX)
include(${CMAKE_CURRENT_SOURCE_DIR}/conan/conanbuildinfo.cmake)
conan_basic_setup()
add_executable(conan_test main.cpp)
target_link_libraries(conan_test ${CONAN_LIBS})
```
**main.cpp**
```
#include <iostream>
#include <boost/stacktrace/stacktrace.hpp>
int main()
{
std::cout << boost::stacktrace::stacktrace() << std::endl;
system("pause");
return EXIT_SUCCESS;
}
```
**Used command to install boost:**
```
conan install .. -s build_type=Debug --build boost
```
### Package Details
* Package Name/Version: **boost/1.69.0@conan/stable**
* Operating System: **Windows**
* Operation System Version: **Windows 10 Home 1809**
* Compiler+version: **MSVC Visual Studio 15**
* Conan version: **conan 1.3.2**
* Python version: **python 3.7.0**
### Build logs
```
Error LNK2005 "public: static unsigned __int64 __cdecl boost::stacktrace::detail::this_thread_frames::collect(void const * *,unsigned __int64,unsigned __int64)" (?collect@this_thread_frames@detail@stacktrace@boost@@SA_KPEAPEBX_K1@Z) already defined in main.cpp.obj C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CMakeLists.txt C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\libboost_stacktrace_noop.lib(noop.obj) 1
```
| priority | unable to link stacktrace library description of problem i ve created a new project to test boost with conan but found out that the stacktrace library can t link others boost libraries works fine conanfile txt boost conan stable boost magic autolink true cmake cmakelists txt cmake minimum required version project conan test cxx include cmake current source dir conan conanbuildinfo cmake conan basic setup add executable conan test main cpp target link libraries conan test conan libs main cpp include include int main std cout boost stacktrace stacktrace std endl system pause return exit success used command to install boost conan install s build type debug build boost package details package name version boost conan stable operating system windows operation system version windows home compiler version msvc visual studio conan version conan python version python build logs error public static unsigned cdecl boost stacktrace detail this thread frames collect void const unsigned unsigned collect this thread frames detail stacktrace boost sa kpeapebx z already defined in main cpp obj c program files microsoft visual studio professional ide cmakelists txt c program files microsoft visual studio professional ide libboost stacktrace noop lib noop obj | 1 |
85,491 | 3,690,996,550 | IssuesEvent | 2016-02-25 22:07:39 | BCGamer/website | https://api.github.com/repos/BCGamer/website | closed | Extend gallery using ColorBox | enhancement low priority | This is a nice to have. The current gallery module is pretty weak in comparison to what it could be.
http://www.jacklmoore.com/colorbox/
https://github.com/jackmoore/colorbox
http://www.jacklmoore.com/colorbox/example1/
http://www.jacklmoore.com/colorbox/example3/
http://www.jacklmoore.com/colorbox/example4/ | 1.0 | Extend gallery using ColorBox - This is a nice to have. The current gallery module is pretty weak in comparison to what it could be.
http://www.jacklmoore.com/colorbox/
https://github.com/jackmoore/colorbox
http://www.jacklmoore.com/colorbox/example1/
http://www.jacklmoore.com/colorbox/example3/
http://www.jacklmoore.com/colorbox/example4/ | priority | extend gallery using colorbox this is a nice to have the current gallery module is pretty weak in comparison to what it could be | 1 |
727,047 | 25,021,648,187 | IssuesEvent | 2022-11-04 01:43:29 | chaotic-aur/packages | https://api.github.com/repos/chaotic-aur/packages | closed | [Request] arkenfox-user.js-git | request:new-pkg priority:lowest | ### 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 amount.
### Do you consider the package to be useful for feature testing/preview?
- [ ] Yes
### Have you tested if the package builds in a clean chroot?
- [X] Yes
### Does the package's license allow redistributing it?
YES!
### Have you searched the issues to ensure this request is unique?
- [X] YES!
### Have you read the README to ensure this package is not banned?
- [X] YES!
### More information
_No response_ | 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 amount.
### Do you consider the package to be useful for feature testing/preview?
- [ ] Yes
### Have you tested if the package builds in a clean chroot?
- [X] Yes
### Does the package's license allow redistributing it?
YES!
### Have you searched the issues to ensure this request is unique?
- [X] YES!
### Have you read the README to ensure this package is not banned?
- [X] YES!
### More information
_No response_ | 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 feature testing preview yes have you tested if the package builds in a clean chroot yes does the package s license allow redistributing it yes have you searched the issues to ensure this request is unique yes have you read the readme to ensure this package is not banned yes more information no response | 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;
重新调整尺寸触发浏览器回流后会恢复正常
### What is Expected?
头部中的.gutter再出现滚动条时应该display:table-cell;并且宽度值为17px
### What is actually happening?
异步加载数据,同时使表格出现滚动条,
会导致表头中的.gutter宽度为0,并display:none;
此问题会导致在IE中,因为缺少.gutter宽度,导致列与头部与下方列无法对齐
在谷歌中会出现滚动条上方出现空白
重新调整尺寸触发浏览器回流后恢复正常
<!-- generated by https://eleme-issue.surge.sh DO NOT REMOVE -->
| 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/forx-js/pen/abodxyY
### Steps to reproduce
表格固定高度,
异步加载数据,使表格出现滚动条,
会导致头部中的.gutter宽度为0,并display:none;
重新调整尺寸触发浏览器回流后会恢复正常
### What is Expected?
头部中的.gutter再出现滚动条时应该display:table-cell;并且宽度值为17px
### What is actually happening?
异步加载数据,同时使表格出现滚动条,
会导致表头中的.gutter宽度为0,并display:none;
此问题会导致在IE中,因为缺少.gutter宽度,导致列与头部与下方列无法对齐
在谷歌中会出现滚动条上方出现空白
重新调整尺寸触发浏览器回流后恢复正常
<!-- generated by https://eleme-issue.surge.sh DO NOT REMOVE -->
| 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 重新调整尺寸触发浏览器回流后会恢复正常 what is expected 头部中的 gutter再出现滚动条时应该display table cell what is actually happening 异步加载数据 同时使表格出现滚动条 会导致表头中的 并display none 此问题会导致在ie中 因为缺少 gutter宽度 导致列与头部与下方列无法对齐 在谷歌中会出现滚动条上方出现空白 重新调整尺寸触发浏览器回流后恢复正常 | 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 should init the `once_control ` param with `PTHREAD_ONCE_INIT`. However, the implementation here
https://github.com/zephyrproject-rtos/zephyr/blob/c3715da5d95c10527e65624d47954987037f50c5/lib/posix/pthread.c#L337 seems incorrect. If the init value is `PTHREAD_ONCE_INIT`, the program will never run the `init_func`. | 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 checking a lot of example codes, we should init the `once_control ` param with `PTHREAD_ONCE_INIT`. However, the implementation here
https://github.com/zephyrproject-rtos/zephyr/blob/c3715da5d95c10527e65624d47954987037f50c5/lib/posix/pthread.c#L337 seems incorrect. If the init value is `PTHREAD_ONCE_INIT`, the program will never run the `init_func`. | 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 however the implementation here seems incorrect if the init value is pthread once init the program will never run the init func | 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 relations = No perks
Trade = Trade relations established = Teleportation benefits (lower cost, cooldown, etc)
Allies* = Military Alliance = Current Ally perks + if a nation adds an enemy, it also adds the allies of that enemy as enemies automatically, could help spice things up.
Enemy* = War = Teleports blocked, battles possible
These could all use the same kind of system as Ally/Enemy, adding much more flavor to nation relations and hopefully spicing up geopolitics.
Currently many nations are forming alliances as just trade alliances for ally perks, which confuses geopolitics since you don't really know who is militarily allied. It would be beneficial to separate relation types a bit more, so that nations dont have to be all or nothing to each other. | 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 = Bad relations = Teleports blocked
Friendly = Good relations = No perks
Trade = Trade relations established = Teleportation benefits (lower cost, cooldown, etc)
Allies* = Military Alliance = Current Ally perks + if a nation adds an enemy, it also adds the allies of that enemy as enemies automatically, could help spice things up.
Enemy* = War = Teleports blocked, battles possible
These could all use the same kind of system as Ally/Enemy, adding much more flavor to nation relations and hopefully spicing up geopolitics.
Currently many nations are forming alliances as just trade alliances for ally perks, which confuses geopolitics since you don't really know who is militarily allied. It would be beneficial to separate relation types a bit more, so that nations dont have to be all or nothing to each other. | 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 bad relations teleports blocked friendly good relations no perks trade trade relations established teleportation benefits lower cost cooldown etc allies military alliance current ally perks if a nation adds an enemy it also adds the allies of that enemy as enemies automatically could help spice things up enemy war teleports blocked battles possible these could all use the same kind of system as ally enemy adding much more flavor to nation relations and hopefully spicing up geopolitics currently many nations are forming alliances as just trade alliances for ally perks which confuses geopolitics since you don t really know who is militarily allied it would be beneficial to separate relation types a bit more so that nations dont have to be all or nothing to each other | 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 the user creation request,
`curl -v -k --user admin:admin --data '{"schemas":[],"name":{"familyName":"Smith","givenName":"Paul"},"userName":"Paul","password":"password","emails":[{"primary":true,"value":"dewmi123455@gmail.com"}],"EnterpriseUser":{askPassword:"true"}}' --header "Content-Type:application/json" https://localhost:9443/scim2/Users`
Or else you have to map the `http://wso2.org/claims/emailaddress` claim to relevent scim claim as below,
<img width="1140" alt="Screen Shot 2019-04-05 at 5 36 42 PM" src="https://user-images.githubusercontent.com/13478571/55626544-75ecb180-57c9-11e9-8033-69b740f01882.png">
Then you can use the below request as well,
`curl -v -k --user admin:admin --data '{"schemas":[],"name":{"familyName":"Smith","givenName":"Paul"},"userName":"Paul","password":"password","emails":[{"primary":true,"value":"dewmi123455@gmail.com","type":"home"},{"value":"dewmi123455@gmail.com","type":"work"}],"EnterpriseUser":{askPassword:"true"}}' --header "Content-Type:application/json" https://localhost:9443/scim2/Users`
This need to be clearly communicated in the documentation as the sample request provided in the doc [1] is not working with the default claim configs. So better to change the sample request as suggested above.
[1] https://docs.wso2.com/display/IS580/Creating+Users+using+the+Ask+Password+Option
| 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`
Therefore you need to send the email address as below in the user creation request,
`curl -v -k --user admin:admin --data '{"schemas":[],"name":{"familyName":"Smith","givenName":"Paul"},"userName":"Paul","password":"password","emails":[{"primary":true,"value":"dewmi123455@gmail.com"}],"EnterpriseUser":{askPassword:"true"}}' --header "Content-Type:application/json" https://localhost:9443/scim2/Users`
Or else you have to map the `http://wso2.org/claims/emailaddress` claim to relevent scim claim as below,
<img width="1140" alt="Screen Shot 2019-04-05 at 5 36 42 PM" src="https://user-images.githubusercontent.com/13478571/55626544-75ecb180-57c9-11e9-8033-69b740f01882.png">
Then you can use the below request as well,
`curl -v -k --user admin:admin --data '{"schemas":[],"name":{"familyName":"Smith","givenName":"Paul"},"userName":"Paul","password":"password","emails":[{"primary":true,"value":"dewmi123455@gmail.com","type":"home"},{"value":"dewmi123455@gmail.com","type":"work"}],"EnterpriseUser":{askPassword:"true"}}' --header "Content-Type:application/json" https://localhost:9443/scim2/Users`
This need to be clearly communicated in the documentation as the sample request provided in the doc [1] is not working with the default claim configs. So better to change the sample request as suggested above.
[1] https://docs.wso2.com/display/IS580/Creating+Users+using+the+Ask+Password+Option
| 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 address as below in the user creation request curl v k user admin admin data schemas name familyname smith givenname paul username paul password password emails enterpriseuser askpassword true header content type application json or else you have to map the claim to relevent scim claim as below img width alt screen shot at pm src then you can use the below request as well curl v k user admin admin data schemas name familyname smith givenname paul username paul password password emails enterpriseuser askpassword true header content type application json this need to be clearly communicated in the documentation as the sample request provided in the doc is not working with the default claim configs so better to change the sample request as suggested above | 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 ignorance of this rule might get you blocked from posting new issues. Please tick the box below to show that you have followed the guideline.
- [I dont know how to tick but I did
] I have checked for a similar issue and sure it hasn't been reported before.
**Describe the bug**
When moving a slider too fast the mouse "loses" it and the position resets.
**Steps to Reproduce**
Steps to reproduce the behaviour (feel free to change the placeholder as you need):
1. Go to advanced equalizer
2. Grab a slider
3. Move your mouse relatively fast
4. Release at some other position on the slider
**Expected behaviour**
The slider should be moveable at arbitrary speeds.
**Setup information:**
- Audio device used for playback:
- Audio transmission interface: Digital Out
- macOS Version: 10.15.4
- eqMac Version: 0.2.0
- eqMac UI Version: 1.0.1
**Screenshots or Console.app logs**

(it might look like I left the allowed area here, but the issue occurs even if you clearly stay within the length of the slider)
**Additional information**
| 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 your issue is related to others then create the issue. Obvious ignorance of this rule might get you blocked from posting new issues. Please tick the box below to show that you have followed the guideline.
- [I dont know how to tick but I did
] I have checked for a similar issue and sure it hasn't been reported before.
**Describe the bug**
When moving a slider too fast the mouse "loses" it and the position resets.
**Steps to Reproduce**
Steps to reproduce the behaviour (feel free to change the placeholder as you need):
1. Go to advanced equalizer
2. Grab a slider
3. Move your mouse relatively fast
4. Release at some other position on the slider
**Expected behaviour**
The slider should be moveable at arbitrary speeds.
**Setup information:**
- Audio device used for playback:
- Audio transmission interface: Digital Out
- macOS Version: 10.15.4
- eqMac Version: 0.2.0
- eqMac UI Version: 1.0.1
**Screenshots or Console.app logs**

(it might look like I left the allowed area here, but the issue occurs even if you clearly stay within the length of the slider)
**Additional information**
| 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 blocked from posting new issues please tick the box below to show that you have followed the guideline i dont know how to tick but i did i have checked for a similar issue and sure it hasn t been reported before describe the bug when moving a slider too fast the mouse loses it and the position resets steps to reproduce steps to reproduce the behaviour feel free to change the placeholder as you need go to advanced equalizer grab a slider move your mouse relatively fast release at some other position on the slider expected behaviour the slider should be moveable at arbitrary speeds setup information audio device used for playback audio transmission interface digital out macos version eqmac version eqmac ui version screenshots or console app logs it might look like i left the allowed area here but the issue occurs even if you clearly stay within the length of the slider additional information | 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 team who handle security issues. Please don't disclose security bugs publicly until they have been handled by the security team. --->
#### 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 Behavior
When selecting the link in the task name column, the modal for task appears, but users cannot use the mouse to edit any of information. The tab sequence works correctly, but nothing can be clicked with the mouse.
No error is documented in the logs.
#### Possible Fix
The issue might be related to the modals z--index. It appears an overlay appears when the task is selected, but the overlay is also displaying in a higher index position than the modal.
#### Steps to Reproduce
1. Create a Project
2. Create a Project Task
3. View the project's Gant view
4. Select the link for the task from the Gant chart.
#### Context
Low Priority - the tasks can still be edited from the details view of the project, so the priority is low. When managing a project, the Gant view provides the easiest way edit tasks in direct relation to a timeline. This bug prevents me from doing that.
#### Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* SuiteCRM Version used: 7.8.27
* Browser name and version: Version 73.0.3683.86 (Official Build) (64-bit)
* Environment name and version (e.g. MySQL, PHP 7): PHP 7.1
* Operating System and version (e.g Ubuntu 16.04): Linux Red Hat CentOS
| 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@suitecrm.com. This will be delivered to the product team who handle security issues. Please don't disclose security bugs publicly until they have been handled by the security team. --->
#### 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 Behavior
When selecting the link in the task name column, the modal for task appears, but users cannot use the mouse to edit any of information. The tab sequence works correctly, but nothing can be clicked with the mouse.
No error is documented in the logs.
#### Possible Fix
The issue might be related to the modals z--index. It appears an overlay appears when the task is selected, but the overlay is also displaying in a higher index position than the modal.
#### Steps to Reproduce
1. Create a Project
2. Create a Project Task
3. View the project's Gant view
4. Select the link for the task from the Gant chart.
#### Context
Low Priority - the tasks can still be edited from the details view of the project, so the priority is low. When managing a project, the Gant view provides the easiest way edit tasks in direct relation to a timeline. This bug prevents me from doing that.
#### Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* SuiteCRM Version used: 7.8.27
* Browser name and version: Version 73.0.3683.86 (Official Build) (64-bit)
* Environment name and version (e.g. MySQL, PHP 7): PHP 7.1
* Operating System and version (e.g Ubuntu 16.04): Linux Red Hat CentOS
| 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 behavior when selecting the link in the task name column the modal for task appears but users cannot use the mouse to edit any of information the tab sequence works correctly but nothing can be clicked with the mouse no error is documented in the logs possible fix the issue might be related to the modals z index it appears an overlay appears when the task is selected but the overlay is also displaying in a higher index position than the modal steps to reproduce create a project create a project task view the project s gant view select the link for the task from the gant chart context low priority the tasks can still be edited from the details view of the project so the priority is low when managing a project the gant view provides the easiest way edit tasks in direct relation to a timeline this bug prevents me from doing that your environment suitecrm version used browser name and version version official build bit environment name and version e g mysql php php operating system and version e g ubuntu linux red hat centos | 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 to close the popup
| 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 to Reproduce
1. click Add Dashlets
2. Add a Dashlet
3. Click X to close the popup
| 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 to reproduce click add dashlets add a dashlet click x to close the popup | 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 problematique semblable) | 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 problematique semblable | 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 icon from FontAwesome](https://fontawesome.com/icons/link?style=solid)), but conditionally make it visible only on hover. Clicking it should change the route to include the hash of the scroll anchor and move the viewport such that the clicked header is at the top of the view. | 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 `Heading` component to render a link icon (use [this icon from FontAwesome](https://fontawesome.com/icons/link?style=solid)), but conditionally make it visible only on hover. Clicking it should change the route to include the hash of the scroll anchor and move the viewport such that the clicked header is at the top of the view. | 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 it visible only on hover clicking it should change the route to include the hash of the scroll anchor and move the viewport such that the clicked header is at the top of the view | 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 configs to be able to monitor same container.
### Describe the solution you'd like
Support for multiple labels per container.
for example:
labels:
- "com.centurylinklabs.watchtower.scope=updatescope monitorscope"
### Describe alternatives you've considered
none available
### Additional context
_No response_ | 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 able to define multiple watchtowers with different configs to be able to monitor same container.
### Describe the solution you'd like
Support for multiple labels per container.
for example:
labels:
- "com.centurylinklabs.watchtower.scope=updatescope monitorscope"
### Describe alternatives you've considered
none available
### Additional context
_No response_ | 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 able to define multiple watchtowers with different configs to be able to monitor same container describe the solution you d like support for multiple labels per container for example labels com centurylinklabs watchtower scope updatescope monitorscope describe alternatives you ve considered none available additional context no response | 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 further accounts for the shenanigans introduced should the _Kaldorei Empire_, Old_Title, the Alliance/the Horde and custom unions all become involved.***
The _Kaldorei Empire_ exists as a title held by Tyrande Whisperwind in her capacity as the High Priestess of Elune. However, the _Kaldorei Empire_ is neither a de jure entity in contemporary WarCraft nor is it conventionally thought of as such by its citizens. Therefore, I propose that the current empire level title for the Night Elves is renamed[^1]. In the rest of this text, this renamed title will be known as Old_Title.
This brings us to the new empire level monarchical _Kaldorei Empire_ title. Beyond the flavour value of a monarchical _Kaldorei Empire_, its de jure extent will effectively combine most of the territories of Old_Title, _Empire of Eldre'thalas_ , Azshara, and Winterspring.[^2].
Here it can be created either by decision or an event chain for a ruler seeking to reinstate the original imperial monarchical state prior to the Sundering. In order to create the _Kaldorei Empire_ title, a ruler must fulfill specific conditions pursuant to their approach. Here are my suggestions:
# Conditions to form monarchical _Kaldorei Empire_
## Scenario A: Royalist Revolution
In this scenario, a character seizes control of Old_Title through foreign Conquest or Civil War (Claim Throne interaction). Although this is the most straightforward approach, it should be the most difficult.
Before the title can be formed, the ruler must have the following:
> Crown Authority: Absolute Crown Authority
Fame: Distinguished
Succession Law: Single heir group
Culture group: Kaldorei, Highborne, Satyr, Naga
Religion: Elunic, Shen'drelar, Belore, Vindicatory
Trait: Cynical
Territory: Control all de jure territory in Old_Title
**Special Condition:**
Once the usurper has seized Old_Title through war, they will receive a 10 year modifier called 'Revolutionary Fervour'. If the ruler cannot satisfy the above requirements before the time runs out, the ruler will lose the decision to form the _Kaldorei Empire_ and their close family will recieve a 50 reputation malus from all Elven culture group characters. The character cannot opt to pursue Scenario B although any other claimant from their house may do so.
Upon creating the _Kaldorei Empire_ title, the ruler's honorific becomes Emperor or Empress. Then the Elunic Head of Faith will excommunicate the ruler and declare a Great Holy War against them. This would be Emperor will need the plot armour of Sylvanas Justicerunner to survive this.
**Reasoning**
This route may seem like a waste of effort and time. Having becoming the ruler of Old_Title, transitioning to _Kaldorei Empire_ is filled with risks and challenges that seem entirely avoidable by sticking to Old_Title [^3].
That said, the Royalist Revolution route does confer certain advantages. This is the only route where the Light of Lights can take what is rightfully - I mean, where Belore, Vindicatory, Naga or Satyr rulers can become Emperess. Expanded de jure land[^4] is excellent for expansion, but unique to this route is absolute authority. After surviving the Great Holy War, the Elunic Head of Faith / High Priestess of Elune title will be destroyed and you will gain the decision to create a new head of faith title as well as select whether it is temporal, spiritual, temporary or for life. Moreover, all feudal contracts of your direct vassals will be automatically set to high taxes and levies and you will gain strong hooks on all of them. Finally, your bloodline will gain a natural buff +x to dread.
## Scenario B: Reconciling Reformist
In this scenario, the incumbent holder of Old_Title decides that it is time to mend the wounds of a sundered people and forge toward a united future in the face of a rapidly changing Azeroth. This represents the path of least resistance[^5] amongst the three and exists mostly for flavour as you become a constituional monarch: a declawed, defanged nightsabre. In spite of that, forming the _Kaldorei Empire_ this way strengthens the Kaldorei people as a whole against external invasions such as the Old Gods or the Burning Legion.
Before the title can be formed, the ruler must have the following:
> Title: Holder of Old_Title
Territory: Control at least one third de jure territory of Old_Title
Crown Authority: Limited Crown Authority or below
Succession Law: Scandanavian Elective (Otherwise named)
Culture group: Kaldorei
Religion: Elunic
Level of Devotion: Religious Icon
Fame: Distinguished or higher
Piety Cost: 7500 (subject to balancing)
**Reasoning**
Upon creation of the _Kaldorei Empire_ title, Old_Title is destroyed and the ruler's main honorific will become 'Emperor' or 'Empress' as they are crowned on the basis of consitutional monarchy. The main title of _Kaldorei Empire_ will not have any land associated with it and the ruler's desmense limit is reduced by 90%. A majority of the Emperor's council members will also become fixed[^6].
Elunism will reform to become more pluralistic and offer greatly reduced opinion penalties against Elunic Highborne, Naga and Satyr. Magic schools such as Order and Shamanism will no longer be criminal or shunned, but accepted. Shath'gral, Maldraxxi and Fel remain unacceptable, however Vindicatory will be shunned instead of criminal.
On the surface, Scenario B may once more appear to be a downgrade from Old_Title. Bear in mind that this route is best suited for duchy/kingdom tier rulers seeking to reunite the fragments lands of Old_Title. The goal is for an eventual consolidation and showdown between the rulers of the _Kaldorei Empire_ and Old_Title[^7] over de jure lands in what can be considered a theological schism. The inertia of empires combined with the realm stability afforded by Kaldorei lifespans means that snowballing can trivialise much of the mid to late game and this route offers a solution to spice things up.
With all that said, Scenario B involves the least preparatory work of the three routes; the main focus should be building level of devotion and stockpiling piety in order to gain access to the decision. There are no cultural advancements needed due to the Scandanavian Elective succession law, and increased de jure territory is always beneficial. Lastly, there should be a special rule implemented that prevents vassals from declaring war on you unless they use a hook on your head of faith. To surmise, this route lets your dynasty rule as royalty with nominal control over the realm - subject to the approval of your fixed council. Just don't piss off too many people due to your small demense size!
## Scenario C: Rightful Restoration
### Note that this section includes a significant rework for the current implementation of Eldre'thalas
Having lived in terror of Prince Tor'theldrin's purges for over a millennia, the once grand avenues and swirling spires of Eldre'thalas bespeak the withering decay at the heart of the citadel's dwindling Highborne population. Reversing their fortunes will require inward journey of reflection and renewal, before emerging outward from their devastated citadel to seize their birthright as the blue blooded sovereigns of the _Kaldorei Empire_. This path is meant for the long game, offering the most varied and comprehensive route to forming the _Kaldorei Empire_ and it is intended as primary content for Highborne rulers of the Duchy of Eldre'thalas.
Before the title can be formed, the ruler must have the following:
> Ruler: Is not Prince Tor'theldrin
Title: Holder of Empire of Eldre'thalas
Territory: Control the Duchy of Eldre'thalas
Development Level: Development in Duchy of Eldre'thalas must be [x] (Subject to balancing)
Cultural Territory: All counties within two de jure _Empire of Eldre'thalas_ kingdoms must be entirely Highborne.
Crown Authority: High Crown Authority or higher
Fame: Exalted Among Men or higher
Succession Law: Any non-elective
Culture group: Highborne
Upon creation of the _Kaldorei Empire_ title, the ruler will receive de jure claims on most of the lands in Old_Title, Azshara, and Winterspring[^2]. Moreover, a special one-time army will spawn in the capital county named 'Shen'dralar Imperial Guard' (subject to balancing). This approach provides the advantage of forming _Kaldorei Empire_ without holding any land in Old_Title, but the real impetus should be the restoration of the Highborne monarchy! On the other hand, Eldre'thalas will face significant challenges in the mid-game from the threat of Qiraji Great Holy Wars, making defensive measures an early priority. Futhermore the _Kaldorei Empire_ will refuse to join any union as a junior partner and can only create unions.
### Suggested Next Steps
Having consolisated dominion across the southern belt of Kalimdor and successfully repopulated large areas with a Kaldorei majority, Eldre'thalas has laid claim to the _Kaldorei Empire_ and returned the Highborne from obscurity to a major Azerothian power. Still, threats abound from north and south, while the Royal Banners of Eldre'thalas fly high over Ethel Rethor in clear view of Stonetalon Peak. Tensions are at a breaking point and hawkish elements of both sides are drawing the battle lines: What will be the destiny of the Kaldorei people?
From here, the ruler of _Kaldorei Empire_ has free reign to continue as they wish. I have outlined additional decisions that could be implemented below:
**Military Irredentism**
- Adding an Empire Level CB of Old_Title for rulers of _Kaldorei Empire_.
- Decision to declare a Great Holy War on Old_Title as one-off temporal Head of Faith if Old_Title is a junior member of the Alliance/Horde/Custom Union.
**Diplomatic Conciliation**
- Decision to form a union with the ruler of Old_Title.
Acceptance is subject to regular considerations and thus unlikely, but if the ruler of _Kaldorei Empire_ successfully defended a Qiraji Great Holy War in the past or if the _Kaldorei Empire_ includes the Duchy of Ahn Qiraj, there is a massive opinion bonus that could tip the balance if relations are already good. Unlike a regular custom union, should the ruler of Old_Title perish without an adult heir of the same House, the ruler of _Kaldorei Empire_ can trigger a decision to seize Old_Title and annex its territories. Should this happen, the rulers of Hyjal, Moonglade and Teldrassil will become independent while relations with all powerful vassals in Old_Title will be permanently reduced tremendously (subject to balancing). Furthermore, the Spiritual Head of Elunism may declare a Great Holy War on _Kaldorei Empire_.
Without the Highborne demonstrating a clear commitment to reform to the Kaldorei people, the possibility of success of the above is low to impossible. Thus, below are conditions that would enhance any diplomatic overtures.
> Religion: Shen'dralar must be reformed[^8] to include a new tenet called Elunic Syncreticism while replacing Human Sacrifices with something else[^8]. Holy Light (I believe Elunic belongs to this?) and various forms of Druidic magic must be accepted. Practice of Necromantic, Void magics are criminal and Fel (If possible only Vindicatory, other Fel is all Criminal) is shunned.
Pilgrimage: Ruler of _Kaldorei Empire_ must make a pilgrimage of the longest distance.
Feudal Contracts: Taxes for all vassals are reduced by one tier.
Construction: The capital of Eldre'thalas will gain two new building slots where a unique Cenarion Enclave and a Temple of Elune must be constructed for a cost/upkeep to be determined.
Doing each of the above will unlock a decision that activates a special event chain upon the death of Old_Title's Ruler which ensures the peaceful annexation of Old_Title (notwithstanding, Teldrassil, Moonglade and Hyjal).
## Suggestions
Arcan'dor: (Cultural Innovation for Highborne and Nightborne)
- Provides a minor boost to health and prowress for all characters of the associated cultures.
## Footnotes:
[^1]: 'Darnassian Accord'
'Darnassian Confederacy'
[^2]: The following WoW zones would be excluded: Teldrassil, Moonglade, and Hyjal.
[^3]: This is by design as forming a monarchical, absolutist state by the time of modern WarCraft would be anathema to most Night Elves and a supreme departure from history. A sudden takeover by either a crazed Elunic ruler or foreign power is equally unlikely. Even if the ruler has no intention on forming the _Kaldorei Empire_, their usurpation has fundamentally and undemocratically altered the political landscape of Kaldorei society that has existed since the beginning of the Long Vigil. This is why the ruler and their close family are guaranteed a reputation malus if they fail to form the _Kaldorei Empire_ after 30 years. The character conditions stipulated ensure this path can only become feasible in the mid to late game.
[^4]: To clarify, Old_Title encompasses all de jure lands held by the Kaldorei Empire as of Dec. 2021. The newly proposed _Kaldorei Empire_ for all scenarios would comprise of all the lands of Old_Title in addition to additional titles. I do not know if this is setup is permissible in the game engine but a workaround can achieve the same effect.
[^5]: Note that the other options may turn out to be simpler to execute (unless you cheat) as you cannot begin the game playing at the holder of Old_Title since it is held by Tyrande Whisperwind. Consequently, a ruler pursuing Scenario B will likely come into possession of the title after consolidating de jure territories in a 'War States' period of civil wars involving various claimants descended from Tyrande.
[^6]: This accounts for the representation of powerful stakeholders in the _Kaldorei Empire_. Short of creating new role specific titles, I would suggest that the High Priestess of Elune, and 'kings' of Moonglade, Teldrassil, Hyjal, and the Wardens have guaranteed council seats in their feudal contract. It would be ideal if this arrangement cannot be changed or incurs an astronomical tyranny malus if invalidated, with or without a hook.
[^7]: Either given to the next largest ruler of de facto Old_Title lands or destroyed and potentially created again by another ruler if they hold enough de jure lands.
[^8]: Shen'dralar should begin with the following tenets: Esotericism, Human Sacrifice and Astrology. Other options could include Sacred Lies, Communal Identity, and Alexandrian Catechism. | 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
***The following assumes the earliest start date. It further accounts for the shenanigans introduced should the _Kaldorei Empire_, Old_Title, the Alliance/the Horde and custom unions all become involved.***
The _Kaldorei Empire_ exists as a title held by Tyrande Whisperwind in her capacity as the High Priestess of Elune. However, the _Kaldorei Empire_ is neither a de jure entity in contemporary WarCraft nor is it conventionally thought of as such by its citizens. Therefore, I propose that the current empire level title for the Night Elves is renamed[^1]. In the rest of this text, this renamed title will be known as Old_Title.
This brings us to the new empire level monarchical _Kaldorei Empire_ title. Beyond the flavour value of a monarchical _Kaldorei Empire_, its de jure extent will effectively combine most of the territories of Old_Title, _Empire of Eldre'thalas_ , Azshara, and Winterspring.[^2].
Here it can be created either by decision or an event chain for a ruler seeking to reinstate the original imperial monarchical state prior to the Sundering. In order to create the _Kaldorei Empire_ title, a ruler must fulfill specific conditions pursuant to their approach. Here are my suggestions:
# Conditions to form monarchical _Kaldorei Empire_
## Scenario A: Royalist Revolution
In this scenario, a character seizes control of Old_Title through foreign Conquest or Civil War (Claim Throne interaction). Although this is the most straightforward approach, it should be the most difficult.
Before the title can be formed, the ruler must have the following:
> Crown Authority: Absolute Crown Authority
Fame: Distinguished
Succession Law: Single heir group
Culture group: Kaldorei, Highborne, Satyr, Naga
Religion: Elunic, Shen'drelar, Belore, Vindicatory
Trait: Cynical
Territory: Control all de jure territory in Old_Title
**Special Condition:**
Once the usurper has seized Old_Title through war, they will receive a 10 year modifier called 'Revolutionary Fervour'. If the ruler cannot satisfy the above requirements before the time runs out, the ruler will lose the decision to form the _Kaldorei Empire_ and their close family will recieve a 50 reputation malus from all Elven culture group characters. The character cannot opt to pursue Scenario B although any other claimant from their house may do so.
Upon creating the _Kaldorei Empire_ title, the ruler's honorific becomes Emperor or Empress. Then the Elunic Head of Faith will excommunicate the ruler and declare a Great Holy War against them. This would be Emperor will need the plot armour of Sylvanas Justicerunner to survive this.
**Reasoning**
This route may seem like a waste of effort and time. Having becoming the ruler of Old_Title, transitioning to _Kaldorei Empire_ is filled with risks and challenges that seem entirely avoidable by sticking to Old_Title [^3].
That said, the Royalist Revolution route does confer certain advantages. This is the only route where the Light of Lights can take what is rightfully - I mean, where Belore, Vindicatory, Naga or Satyr rulers can become Emperess. Expanded de jure land[^4] is excellent for expansion, but unique to this route is absolute authority. After surviving the Great Holy War, the Elunic Head of Faith / High Priestess of Elune title will be destroyed and you will gain the decision to create a new head of faith title as well as select whether it is temporal, spiritual, temporary or for life. Moreover, all feudal contracts of your direct vassals will be automatically set to high taxes and levies and you will gain strong hooks on all of them. Finally, your bloodline will gain a natural buff +x to dread.
## Scenario B: Reconciling Reformist
In this scenario, the incumbent holder of Old_Title decides that it is time to mend the wounds of a sundered people and forge toward a united future in the face of a rapidly changing Azeroth. This represents the path of least resistance[^5] amongst the three and exists mostly for flavour as you become a constituional monarch: a declawed, defanged nightsabre. In spite of that, forming the _Kaldorei Empire_ this way strengthens the Kaldorei people as a whole against external invasions such as the Old Gods or the Burning Legion.
Before the title can be formed, the ruler must have the following:
> Title: Holder of Old_Title
Territory: Control at least one third de jure territory of Old_Title
Crown Authority: Limited Crown Authority or below
Succession Law: Scandanavian Elective (Otherwise named)
Culture group: Kaldorei
Religion: Elunic
Level of Devotion: Religious Icon
Fame: Distinguished or higher
Piety Cost: 7500 (subject to balancing)
**Reasoning**
Upon creation of the _Kaldorei Empire_ title, Old_Title is destroyed and the ruler's main honorific will become 'Emperor' or 'Empress' as they are crowned on the basis of consitutional monarchy. The main title of _Kaldorei Empire_ will not have any land associated with it and the ruler's desmense limit is reduced by 90%. A majority of the Emperor's council members will also become fixed[^6].
Elunism will reform to become more pluralistic and offer greatly reduced opinion penalties against Elunic Highborne, Naga and Satyr. Magic schools such as Order and Shamanism will no longer be criminal or shunned, but accepted. Shath'gral, Maldraxxi and Fel remain unacceptable, however Vindicatory will be shunned instead of criminal.
On the surface, Scenario B may once more appear to be a downgrade from Old_Title. Bear in mind that this route is best suited for duchy/kingdom tier rulers seeking to reunite the fragments lands of Old_Title. The goal is for an eventual consolidation and showdown between the rulers of the _Kaldorei Empire_ and Old_Title[^7] over de jure lands in what can be considered a theological schism. The inertia of empires combined with the realm stability afforded by Kaldorei lifespans means that snowballing can trivialise much of the mid to late game and this route offers a solution to spice things up.
With all that said, Scenario B involves the least preparatory work of the three routes; the main focus should be building level of devotion and stockpiling piety in order to gain access to the decision. There are no cultural advancements needed due to the Scandanavian Elective succession law, and increased de jure territory is always beneficial. Lastly, there should be a special rule implemented that prevents vassals from declaring war on you unless they use a hook on your head of faith. To surmise, this route lets your dynasty rule as royalty with nominal control over the realm - subject to the approval of your fixed council. Just don't piss off too many people due to your small demense size!
## Scenario C: Rightful Restoration
### Note that this section includes a significant rework for the current implementation of Eldre'thalas
Having lived in terror of Prince Tor'theldrin's purges for over a millennia, the once grand avenues and swirling spires of Eldre'thalas bespeak the withering decay at the heart of the citadel's dwindling Highborne population. Reversing their fortunes will require inward journey of reflection and renewal, before emerging outward from their devastated citadel to seize their birthright as the blue blooded sovereigns of the _Kaldorei Empire_. This path is meant for the long game, offering the most varied and comprehensive route to forming the _Kaldorei Empire_ and it is intended as primary content for Highborne rulers of the Duchy of Eldre'thalas.
Before the title can be formed, the ruler must have the following:
> Ruler: Is not Prince Tor'theldrin
Title: Holder of Empire of Eldre'thalas
Territory: Control the Duchy of Eldre'thalas
Development Level: Development in Duchy of Eldre'thalas must be [x] (Subject to balancing)
Cultural Territory: All counties within two de jure _Empire of Eldre'thalas_ kingdoms must be entirely Highborne.
Crown Authority: High Crown Authority or higher
Fame: Exalted Among Men or higher
Succession Law: Any non-elective
Culture group: Highborne
Upon creation of the _Kaldorei Empire_ title, the ruler will receive de jure claims on most of the lands in Old_Title, Azshara, and Winterspring[^2]. Moreover, a special one-time army will spawn in the capital county named 'Shen'dralar Imperial Guard' (subject to balancing). This approach provides the advantage of forming _Kaldorei Empire_ without holding any land in Old_Title, but the real impetus should be the restoration of the Highborne monarchy! On the other hand, Eldre'thalas will face significant challenges in the mid-game from the threat of Qiraji Great Holy Wars, making defensive measures an early priority. Futhermore the _Kaldorei Empire_ will refuse to join any union as a junior partner and can only create unions.
### Suggested Next Steps
Having consolisated dominion across the southern belt of Kalimdor and successfully repopulated large areas with a Kaldorei majority, Eldre'thalas has laid claim to the _Kaldorei Empire_ and returned the Highborne from obscurity to a major Azerothian power. Still, threats abound from north and south, while the Royal Banners of Eldre'thalas fly high over Ethel Rethor in clear view of Stonetalon Peak. Tensions are at a breaking point and hawkish elements of both sides are drawing the battle lines: What will be the destiny of the Kaldorei people?
From here, the ruler of _Kaldorei Empire_ has free reign to continue as they wish. I have outlined additional decisions that could be implemented below:
**Military Irredentism**
- Adding an Empire Level CB of Old_Title for rulers of _Kaldorei Empire_.
- Decision to declare a Great Holy War on Old_Title as one-off temporal Head of Faith if Old_Title is a junior member of the Alliance/Horde/Custom Union.
**Diplomatic Conciliation**
- Decision to form a union with the ruler of Old_Title.
Acceptance is subject to regular considerations and thus unlikely, but if the ruler of _Kaldorei Empire_ successfully defended a Qiraji Great Holy War in the past or if the _Kaldorei Empire_ includes the Duchy of Ahn Qiraj, there is a massive opinion bonus that could tip the balance if relations are already good. Unlike a regular custom union, should the ruler of Old_Title perish without an adult heir of the same House, the ruler of _Kaldorei Empire_ can trigger a decision to seize Old_Title and annex its territories. Should this happen, the rulers of Hyjal, Moonglade and Teldrassil will become independent while relations with all powerful vassals in Old_Title will be permanently reduced tremendously (subject to balancing). Furthermore, the Spiritual Head of Elunism may declare a Great Holy War on _Kaldorei Empire_.
Without the Highborne demonstrating a clear commitment to reform to the Kaldorei people, the possibility of success of the above is low to impossible. Thus, below are conditions that would enhance any diplomatic overtures.
> Religion: Shen'dralar must be reformed[^8] to include a new tenet called Elunic Syncreticism while replacing Human Sacrifices with something else[^8]. Holy Light (I believe Elunic belongs to this?) and various forms of Druidic magic must be accepted. Practice of Necromantic, Void magics are criminal and Fel (If possible only Vindicatory, other Fel is all Criminal) is shunned.
Pilgrimage: Ruler of _Kaldorei Empire_ must make a pilgrimage of the longest distance.
Feudal Contracts: Taxes for all vassals are reduced by one tier.
Construction: The capital of Eldre'thalas will gain two new building slots where a unique Cenarion Enclave and a Temple of Elune must be constructed for a cost/upkeep to be determined.
Doing each of the above will unlock a decision that activates a special event chain upon the death of Old_Title's Ruler which ensures the peaceful annexation of Old_Title (notwithstanding, Teldrassil, Moonglade and Hyjal).
## Suggestions
Arcan'dor: (Cultural Innovation for Highborne and Nightborne)
- Provides a minor boost to health and prowress for all characters of the associated cultures.
## Footnotes:
[^1]: 'Darnassian Accord'
'Darnassian Confederacy'
[^2]: The following WoW zones would be excluded: Teldrassil, Moonglade, and Hyjal.
[^3]: This is by design as forming a monarchical, absolutist state by the time of modern WarCraft would be anathema to most Night Elves and a supreme departure from history. A sudden takeover by either a crazed Elunic ruler or foreign power is equally unlikely. Even if the ruler has no intention on forming the _Kaldorei Empire_, their usurpation has fundamentally and undemocratically altered the political landscape of Kaldorei society that has existed since the beginning of the Long Vigil. This is why the ruler and their close family are guaranteed a reputation malus if they fail to form the _Kaldorei Empire_ after 30 years. The character conditions stipulated ensure this path can only become feasible in the mid to late game.
[^4]: To clarify, Old_Title encompasses all de jure lands held by the Kaldorei Empire as of Dec. 2021. The newly proposed _Kaldorei Empire_ for all scenarios would comprise of all the lands of Old_Title in addition to additional titles. I do not know if this is setup is permissible in the game engine but a workaround can achieve the same effect.
[^5]: Note that the other options may turn out to be simpler to execute (unless you cheat) as you cannot begin the game playing at the holder of Old_Title since it is held by Tyrande Whisperwind. Consequently, a ruler pursuing Scenario B will likely come into possession of the title after consolidating de jure territories in a 'War States' period of civil wars involving various claimants descended from Tyrande.
[^6]: This accounts for the representation of powerful stakeholders in the _Kaldorei Empire_. Short of creating new role specific titles, I would suggest that the High Priestess of Elune, and 'kings' of Moonglade, Teldrassil, Hyjal, and the Wardens have guaranteed council seats in their feudal contract. It would be ideal if this arrangement cannot be changed or incurs an astronomical tyranny malus if invalidated, with or without a hook.
[^7]: Either given to the next largest ruler of de facto Old_Title lands or destroyed and potentially created again by another ruler if they hold enough de jure lands.
[^8]: Shen'dralar should begin with the following tenets: Esotericism, Human Sacrifice and Astrology. Other options could include Sacred Lies, Communal Identity, and Alexandrian Catechism. | 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 the following assumes the earliest start date it further accounts for the shenanigans introduced should the kaldorei empire old title the alliance the horde and custom unions all become involved the kaldorei empire exists as a title held by tyrande whisperwind in her capacity as the high priestess of elune however the kaldorei empire is neither a de jure entity in contemporary warcraft nor is it conventionally thought of as such by its citizens therefore i propose that the current empire level title for the night elves is renamed in the rest of this text this renamed title will be known as old title this brings us to the new empire level monarchical kaldorei empire title beyond the flavour value of a monarchical kaldorei empire its de jure extent will effectively combine most of the territories of old title empire of eldre thalas azshara and winterspring here it can be created either by decision or an event chain for a ruler seeking to reinstate the original imperial monarchical state prior to the sundering in order to create the kaldorei empire title a ruler must fulfill specific conditions pursuant to their approach here are my suggestions conditions to form monarchical kaldorei empire scenario a royalist revolution in this scenario a character seizes control of old title through foreign conquest or civil war claim throne interaction although this is the most straightforward approach it should be the most difficult before the title can be formed the ruler must have the following crown authority absolute crown authority fame distinguished succession law single heir group culture group kaldorei highborne satyr naga religion elunic shen drelar belore vindicatory trait cynical territory control all de jure territory in old title special condition once the usurper has seized old title through war they will receive a year modifier called revolutionary fervour if the ruler cannot satisfy the above requirements before the time runs out the ruler will lose the decision to form the kaldorei empire and their close family will recieve a reputation malus from all elven culture group characters the character cannot opt to pursue scenario b although any other claimant from their house may do so upon creating the kaldorei empire title the ruler s honorific becomes emperor or empress then the elunic head of faith will excommunicate the ruler and declare a great holy war against them this would be emperor will need the plot armour of sylvanas justicerunner to survive this reasoning this route may seem like a waste of effort and time having becoming the ruler of old title transitioning to kaldorei empire is filled with risks and challenges that seem entirely avoidable by sticking to old title that said the royalist revolution route does confer certain advantages this is the only route where the light of lights can take what is rightfully i mean where belore vindicatory naga or satyr rulers can become emperess expanded de jure land is excellent for expansion but unique to this route is absolute authority after surviving the great holy war the elunic head of faith high priestess of elune title will be destroyed and you will gain the decision to create a new head of faith title as well as select whether it is temporal spiritual temporary or for life moreover all feudal contracts of your direct vassals will be automatically set to high taxes and levies and you will gain strong hooks on all of them finally your bloodline will gain a natural buff x to dread scenario b reconciling reformist in this scenario the incumbent holder of old title decides that it is time to mend the wounds of a sundered people and forge toward a united future in the face of a rapidly changing azeroth this represents the path of least resistance amongst the three and exists mostly for flavour as you become a constituional monarch a declawed defanged nightsabre in spite of that forming the kaldorei empire this way strengthens the kaldorei people as a whole against external invasions such as the old gods or the burning legion before the title can be formed the ruler must have the following title holder of old title territory control at least one third de jure territory of old title crown authority limited crown authority or below succession law scandanavian elective otherwise named culture group kaldorei religion elunic level of devotion religious icon fame distinguished or higher piety cost subject to balancing reasoning upon creation of the kaldorei empire title old title is destroyed and the ruler s main honorific will become emperor or empress as they are crowned on the basis of consitutional monarchy the main title of kaldorei empire will not have any land associated with it and the ruler s desmense limit is reduced by a majority of the emperor s council members will also become fixed elunism will reform to become more pluralistic and offer greatly reduced opinion penalties against elunic highborne naga and satyr magic schools such as order and shamanism will no longer be criminal or shunned but accepted shath gral maldraxxi and fel remain unacceptable however vindicatory will be shunned instead of criminal on the surface scenario b may once more appear to be a downgrade from old title bear in mind that this route is best suited for duchy kingdom tier rulers seeking to reunite the fragments lands of old title the goal is for an eventual consolidation and showdown between the rulers of the kaldorei empire and old title over de jure lands in what can be considered a theological schism the inertia of empires combined with the realm stability afforded by kaldorei lifespans means that snowballing can trivialise much of the mid to late game and this route offers a solution to spice things up with all that said scenario b involves the least preparatory work of the three routes the main focus should be building level of devotion and stockpiling piety in order to gain access to the decision there are no cultural advancements needed due to the scandanavian elective succession law and increased de jure territory is always beneficial lastly there should be a special rule implemented that prevents vassals from declaring war on you unless they use a hook on your head of faith to surmise this route lets your dynasty rule as royalty with nominal control over the realm subject to the approval of your fixed council just don t piss off too many people due to your small demense size scenario c rightful restoration note that this section includes a significant rework for the current implementation of eldre thalas having lived in terror of prince tor theldrin s purges for over a millennia the once grand avenues and swirling spires of eldre thalas bespeak the withering decay at the heart of the citadel s dwindling highborne population reversing their fortunes will require inward journey of reflection and renewal before emerging outward from their devastated citadel to seize their birthright as the blue blooded sovereigns of the kaldorei empire this path is meant for the long game offering the most varied and comprehensive route to forming the kaldorei empire and it is intended as primary content for highborne rulers of the duchy of eldre thalas before the title can be formed the ruler must have the following ruler is not prince tor theldrin title holder of empire of eldre thalas territory control the duchy of eldre thalas development level development in duchy of eldre thalas must be subject to balancing cultural territory all counties within two de jure empire of eldre thalas kingdoms must be entirely highborne crown authority high crown authority or higher fame exalted among men or higher succession law any non elective culture group highborne upon creation of the kaldorei empire title the ruler will receive de jure claims on most of the lands in old title azshara and winterspring moreover a special one time army will spawn in the capital county named shen dralar imperial guard subject to balancing this approach provides the advantage of forming kaldorei empire without holding any land in old title but the real impetus should be the restoration of the highborne monarchy on the other hand eldre thalas will face significant challenges in the mid game from the threat of qiraji great holy wars making defensive measures an early priority futhermore the kaldorei empire will refuse to join any union as a junior partner and can only create unions suggested next steps having consolisated dominion across the southern belt of kalimdor and successfully repopulated large areas with a kaldorei majority eldre thalas has laid claim to the kaldorei empire and returned the highborne from obscurity to a major azerothian power still threats abound from north and south while the royal banners of eldre thalas fly high over ethel rethor in clear view of stonetalon peak tensions are at a breaking point and hawkish elements of both sides are drawing the battle lines what will be the destiny of the kaldorei people from here the ruler of kaldorei empire has free reign to continue as they wish i have outlined additional decisions that could be implemented below military irredentism adding an empire level cb of old title for rulers of kaldorei empire decision to declare a great holy war on old title as one off temporal head of faith if old title is a junior member of the alliance horde custom union diplomatic conciliation decision to form a union with the ruler of old title acceptance is subject to regular considerations and thus unlikely but if the ruler of kaldorei empire successfully defended a qiraji great holy war in the past or if the kaldorei empire includes the duchy of ahn qiraj there is a massive opinion bonus that could tip the balance if relations are already good unlike a regular custom union should the ruler of old title perish without an adult heir of the same house the ruler of kaldorei empire can trigger a decision to seize old title and annex its territories should this happen the rulers of hyjal moonglade and teldrassil will become independent while relations with all powerful vassals in old title will be permanently reduced tremendously subject to balancing furthermore the spiritual head of elunism may declare a great holy war on kaldorei empire without the highborne demonstrating a clear commitment to reform to the kaldorei people the possibility of success of the above is low to impossible thus below are conditions that would enhance any diplomatic overtures religion shen dralar must be reformed to include a new tenet called elunic syncreticism while replacing human sacrifices with something else holy light i believe elunic belongs to this and various forms of druidic magic must be accepted practice of necromantic void magics are criminal and fel if possible only vindicatory other fel is all criminal is shunned pilgrimage ruler of kaldorei empire must make a pilgrimage of the longest distance feudal contracts taxes for all vassals are reduced by one tier construction the capital of eldre thalas will gain two new building slots where a unique cenarion enclave and a temple of elune must be constructed for a cost upkeep to be determined doing each of the above will unlock a decision that activates a special event chain upon the death of old title s ruler which ensures the peaceful annexation of old title notwithstanding teldrassil moonglade and hyjal suggestions arcan dor cultural innovation for highborne and nightborne provides a minor boost to health and prowress for all characters of the associated cultures footnotes darnassian accord darnassian confederacy the following wow zones would be excluded teldrassil moonglade and hyjal this is by design as forming a monarchical absolutist state by the time of modern warcraft would be anathema to most night elves and a supreme departure from history a sudden takeover by either a crazed elunic ruler or foreign power is equally unlikely even if the ruler has no intention on forming the kaldorei empire their usurpation has fundamentally and undemocratically altered the political landscape of kaldorei society that has existed since the beginning of the long vigil this is why the ruler and their close family are guaranteed a reputation malus if they fail to form the kaldorei empire after years the character conditions stipulated ensure this path can only become feasible in the mid to late game to clarify old title encompasses all de jure lands held by the kaldorei empire as of dec the newly proposed kaldorei empire for all scenarios would comprise of all the lands of old title in addition to additional titles i do not know if this is setup is permissible in the game engine but a workaround can achieve the same effect note that the other options may turn out to be simpler to execute unless you cheat as you cannot begin the game playing at the holder of old title since it is held by tyrande whisperwind consequently a ruler pursuing scenario b will likely come into possession of the title after consolidating de jure territories in a war states period of civil wars involving various claimants descended from tyrande this accounts for the representation of powerful stakeholders in the kaldorei empire short of creating new role specific titles i would suggest that the high priestess of elune and kings of moonglade teldrassil hyjal and the wardens have guaranteed council seats in their feudal contract it would be ideal if this arrangement cannot be changed or incurs an astronomical tyranny malus if invalidated with or without a hook either given to the next largest ruler of de facto old title lands or destroyed and potentially created again by another ruler if they hold enough de jure lands shen dralar should begin with the following tenets esotericism human sacrifice and astrology other options could include sacred lies communal identity and alexandrian catechism | 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 button should be similar to other features e.g. Notes and Reports.
**Additional Reference**

| 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 '+' button
**Expected Behavior**
Position of the button should be similar to other features e.g. Notes and Reports.
**Additional Reference**

| 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 button expected behavior position of the button should be similar to other features e g notes and reports additional reference | 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 would open the door for actual dependent types, which would be a huge win. I'm not sure about the exact specifics of what the desugaring would look like in a few cases, but we could always limit the tricky bits to be only usable within the context of tactics. | 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 editor tool.
2) New types. This would open the door for actual dependent types, which would be a huge win. I'm not sure about the exact specifics of what the desugaring would look like in a few cases, but we could always limit the tricky bits to be only usable within the context of tactics. | 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 this would open the door for actual dependent types which would be a huge win i m not sure about the exact specifics of what the desugaring would look like in a few cases but we could always limit the tricky bits to be only usable within the context of tactics | 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 function and use this info for live-plotting. | 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 of bins in the detector function and use this info for live-plotting. | 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 of bins in the detector function and use this info for live plotting | 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`
The comments of `DQ_Kinematics::line_jacobian()` are outdated as they do not reflect the signature established in https://github.com/dqrobotics/matlab/issues/12#issuecomment-478433515.
Furthermore, I suggest changing
`haminus4(line_direction*conj(xr))*Jr + hamiplus4(xr*line_direction)*C4()*Jr`
to
`(haminus4(line_direction*conj(xr)) + hamiplus4(xr*line_direction)*C4())*Jr`.
The former has three matrix multiplications and 1 matrix addition; the latter has 1 matrix addition and only two matrix multiplications. 🤓
## `plane_jacobian`
The comments of `DQ_Kinematics::plane_jacobian()` are outdated as they do not reflect the signature established in https://github.com/dqrobotics/matlab/issues/12#issuecomment-478433515.
Analogously to the `line_jacobian`, I also suggest changing
`Jnz = haminus4(plane_normal*conj(xr))*Jr + hamiplus4(xr*plane_normal)*C4()*Jr`
to
`Jnz = (haminus4(plane_normal*conj(xr)) + hamiplus4(xr*plane_normal)*C4())*Jr`;
Cheers,
Bruno | 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_jacobian`
- [x] `plane_jacobian`
## `line_jacobian`
The comments of `DQ_Kinematics::line_jacobian()` are outdated as they do not reflect the signature established in https://github.com/dqrobotics/matlab/issues/12#issuecomment-478433515.
Furthermore, I suggest changing
`haminus4(line_direction*conj(xr))*Jr + hamiplus4(xr*line_direction)*C4()*Jr`
to
`(haminus4(line_direction*conj(xr)) + hamiplus4(xr*line_direction)*C4())*Jr`.
The former has three matrix multiplications and 1 matrix addition; the latter has 1 matrix addition and only two matrix multiplications. 🤓
## `plane_jacobian`
The comments of `DQ_Kinematics::plane_jacobian()` are outdated as they do not reflect the signature established in https://github.com/dqrobotics/matlab/issues/12#issuecomment-478433515.
Analogously to the `line_jacobian`, I also suggest changing
`Jnz = haminus4(plane_normal*conj(xr))*Jr + hamiplus4(xr*plane_normal)*C4()*Jr`
to
`Jnz = (haminus4(plane_normal*conj(xr)) + hamiplus4(xr*plane_normal)*C4())*Jr`;
Cheers,
Bruno | 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 of dq kinematics line jacobian are outdated as they do not reflect the signature established in furthermore i suggest changing line direction conj xr jr xr line direction jr to line direction conj xr xr line direction jr the former has three matrix multiplications and matrix addition the latter has matrix addition and only two matrix multiplications 🤓 plane jacobian the comments of dq kinematics plane jacobian are outdated as they do not reflect the signature established in analogously to the line jacobian i also suggest changing jnz plane normal conj xr jr xr plane normal jr to jnz plane normal conj xr xr plane normal jr cheers bruno | 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 version since this file exists
* Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): any
* Environment name and version (e.g. MySQL, PHP 7): any
* Operating System and version (e.g Ubuntu 16.04): any
| 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 bug in -->
* SuiteCRM Version used: affects every version since this file exists
* Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): any
* Environment name and version (e.g. MySQL, PHP 7): any
* Operating System and version (e.g Ubuntu 16.04): any
| 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 browser name and version e g chrome version bit any environment name and version e g mysql php any operating system and version e g ubuntu any | 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
데이터가 로드되는 동안 loading 컴포넌트를 띄우거나, 스켈레톤 UI를 보여주면 UX가 더 나을 것 같습니다. | 1.0 | 홈피드에서 게시글이 로드되기 전 깜빡임 - ## 수정 사항 설명
홈 피드에서 처음 접속시 "유저를 검색해 팔로우 해보세요!"가 잠깐 뜨는 현상이 있는데 데이터가 로드되었을 때의 상태를 체크해서 처리해줬으면 좋겠습니다.
게시글 데이터를 불러오기 전에 컴포넌트를 로드하기 때문인 것으로 보입니다.

## 할 일
- [x] 데이터 로드 후 컴포넌트를 불러오게 변경
## ETC
데이터가 로드되는 동안 loading 컴포넌트를 띄우거나, 스켈레톤 UI를 보여주면 UX가 더 나을 것 같습니다. | 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 variable and it's still blank. Likewise, there are many times when I create a default value and go to remove it and it says that it saved the changes, but the old value is still in there.
One thing I did notice is that if the latter situation occurs (where I can't completely remove the value), I _can_ still change the value to something else, I just can't completely remove it (even if it's not required). | 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 it will say that it saved my changes but then I check the variable and it's still blank. Likewise, there are many times when I create a default value and go to remove it and it says that it saved the changes, but the old value is still in there.
One thing I did notice is that if the latter situation occurs (where I can't completely remove the value), I _can_ still change the value to something else, I just can't completely remove it (even if it's not required). | 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 it will say that it saved my changes but then i check the variable and it s still blank likewise there are many times when i create a default value and go to remove it and it says that it saved the changes but the old value is still in there one thing i did notice is that if the latter situation occurs where i can t completely remove the value i can still change the value to something else i just can t completely remove it even if it s not required | 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 tab seems to show the field over 2 line on creation of a report

If you go back in then and change the condition it shows on the bottom

#### Steps to Reproduce
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug include code to reproduce, if relevant -->
1. Create report
2. Go to the conditions tab and add a a field
- Field columns will show over 2 lines
3. Edit that report
4. Remove the condition
5. Add a new field in the conditions tab
- The field columns will now show on the bottom
#### Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* SuiteCRM Version used: 7.8.2
* Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Chromium(53.0.2) and FireFox (52.0.2)
* Operating System and version (e.g Ubuntu 16.04): Ubuntu 14.04
| 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 a bug -->
The Conditions tab seems to show the field over 2 line on creation of a report

If you go back in then and change the condition it shows on the bottom

#### Steps to Reproduce
<!--- Provide a link to a live example, or an unambiguous set of steps to -->
<!--- reproduce this bug include code to reproduce, if relevant -->
1. Create report
2. Go to the conditions tab and add a a field
- Field columns will show over 2 lines
3. Edit that report
4. Remove the condition
5. Add a new field in the conditions tab
- The field columns will now show on the bottom
#### Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* SuiteCRM Version used: 7.8.2
* Browser name and version (e.g. Chrome Version 51.0.2704.63 (64-bit)): Chromium(53.0.2) and FireFox (52.0.2)
* Operating System and version (e.g Ubuntu 16.04): Ubuntu 14.04
| 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 field columns will show over lines edit that report remove the condition add a new field in the conditions tab the field columns will now show on the bottom your environment suitecrm version used browser name and version e g chrome version bit chromium and firefox operating system and version e g ubuntu ubuntu | 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-02-13 at 09 02 16" src="https://user-images.githubusercontent.com/3788865/74413447-b6807700-4e3f-11ea-956b-4d77f24c256d.png"> | 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 name.
<img width="1221" alt="Screen Shot 2020-02-13 at 09 02 16" src="https://user-images.githubusercontent.com/3788865/74413447-b6807700-4e3f-11ea-956b-4d77f24c256d.png"> | 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 name img width alt screen shot at src | 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, like a conan install with lots of packages or a conan workspace install.
In my opinion the warning about the settings not being migrated should be output from every command until the settings.yml.new file has been deleted. | 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 single command, especially if it's a command with long output, like a conan install with lots of packages or a conan workspace install.
In my opinion the warning about the settings not being migrated should be output from every command until the settings.yml.new file has been deleted. | 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 single command especially if it s a command with long output like a conan install with lots of packages or a conan workspace install in my opinion the warning about the settings not being migrated should be output from every command until the settings yml new file has been deleted | 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 at 6:12
| 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 reported on code.google.com by `rogerbinns` on 30 May 2012 at 6:12
| 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 reported on code google com by rogerbinns on may at | 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/blob/main/drivers/modem/quectel-bg9x.c#L378) doesn't update the packet size for the socket, compared to the [ublox-sara-r4 driver](https://github.com/zephyrproject-rtos/zephyr/blob/main/drivers/modem/ublox-sara-r4.c#L920) that does as a reference.
This is related to #34273, where the MQTT `CONNACK` acknowledgement from the broker can never be read by the offloaded socket's implementation, since the data to be read is always zero.
In earlier version of Quectel modems or its firmware, when the modem receives something, the modem reports the `<connectID>` without specifying the size. For the current `quectel-bg9x` driver to work on these modem, it is required to query the size of the received buffer using a separate AT cmd, likely in a work.
Some recent firmware (> 2020) for some of the modems have been updated to report the `length` together with the `<connectID>` if configured to do so. For these lucky modems with the correct firmware, it is possible to update the buffer size directly in the [unsol recv parser](https://github.com/zephyrproject-rtos/zephyr/blob/main/drivers/modem/quectel-bg9x.c#L378) just like the [ublox-sara's one](https://github.com/zephyrproject-rtos/zephyr/blob/main/drivers/modem/ublox-sara-r4.c#L920).
**To Test**
1. Build mqtt samples on a board using the bg9x driver
2. See error
**Impact**
`bg9x` driver will not be able to receive anything.
**Additional context**
I've tried to fix the issue last time, IIRC, MQTT QoS 0 works after the patch but QoS 1 likely fails and I forgot why. I have since move to use `gsm_ppp` modem.
The commit can be found [here](https://github.com/ycsin/zephyr/commit/34a778eee5b447c03495a268e98b6373e206734d) for whoever interested to pick up this, but it is very messy as it contains some CCLK and GNSS stuff. I came up with this with the help of @elliot-wdtl
Some important things:
1. The old [`on_cmd_unsol_recv`](https://github.com/ycsin/zephyr/blob/prev_develop/drivers/modem/quectel-bg9x.c#L486) is modified to submit a work to perform [`modem_qird_query_work`](https://github.com/ycsin/zephyr/blob/prev_develop/drivers/modem/quectel-bg9x.c#L441)
2. [`modem_qird_query_work`](https://github.com/ycsin/zephyr/blob/prev_develop/drivers/modem/quectel-bg9x.c#L441) will do the [AT cmd](https://github.com/ycsin/zephyr/blob/prev_develop/drivers/modem/quectel-bg9x.c#L459) to [query the size of the received buffer](https://github.com/ycsin/zephyr/blob/prev_develop/drivers/modem/quectel-bg9x.c#L414) and [update the socket](https://github.com/ycsin/zephyr/blob/prev_develop/drivers/modem/quectel-bg9x.c#L467) accordingly.
3. This patch was done when I didn't really comprehend how things work.
Quectel TCP/IP application notes:
- [Old versions](https://www.google.com/search?q=quectel+tcp+site%3Aquectel.com&rlz=1C1SQJL_enMY906MY907&oq=quectel+tcp+site%3Aquectel.com)
- [New version](https://www.quectel.com/download/quectel_bc66bc66-na_tcpip_application_note_v2-0/) that can report `length` directly - Requires login | 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's unsolicited cmd handler](https://github.com/zephyrproject-rtos/zephyr/blob/main/drivers/modem/quectel-bg9x.c#L378) doesn't update the packet size for the socket, compared to the [ublox-sara-r4 driver](https://github.com/zephyrproject-rtos/zephyr/blob/main/drivers/modem/ublox-sara-r4.c#L920) that does as a reference.
This is related to #34273, where the MQTT `CONNACK` acknowledgement from the broker can never be read by the offloaded socket's implementation, since the data to be read is always zero.
In earlier version of Quectel modems or its firmware, when the modem receives something, the modem reports the `<connectID>` without specifying the size. For the current `quectel-bg9x` driver to work on these modem, it is required to query the size of the received buffer using a separate AT cmd, likely in a work.
Some recent firmware (> 2020) for some of the modems have been updated to report the `length` together with the `<connectID>` if configured to do so. For these lucky modems with the correct firmware, it is possible to update the buffer size directly in the [unsol recv parser](https://github.com/zephyrproject-rtos/zephyr/blob/main/drivers/modem/quectel-bg9x.c#L378) just like the [ublox-sara's one](https://github.com/zephyrproject-rtos/zephyr/blob/main/drivers/modem/ublox-sara-r4.c#L920).
**To Test**
1. Build mqtt samples on a board using the bg9x driver
2. See error
**Impact**
`bg9x` driver will not be able to receive anything.
**Additional context**
I've tried to fix the issue last time, IIRC, MQTT QoS 0 works after the patch but QoS 1 likely fails and I forgot why. I have since move to use `gsm_ppp` modem.
The commit can be found [here](https://github.com/ycsin/zephyr/commit/34a778eee5b447c03495a268e98b6373e206734d) for whoever interested to pick up this, but it is very messy as it contains some CCLK and GNSS stuff. I came up with this with the help of @elliot-wdtl
Some important things:
1. The old [`on_cmd_unsol_recv`](https://github.com/ycsin/zephyr/blob/prev_develop/drivers/modem/quectel-bg9x.c#L486) is modified to submit a work to perform [`modem_qird_query_work`](https://github.com/ycsin/zephyr/blob/prev_develop/drivers/modem/quectel-bg9x.c#L441)
2. [`modem_qird_query_work`](https://github.com/ycsin/zephyr/blob/prev_develop/drivers/modem/quectel-bg9x.c#L441) will do the [AT cmd](https://github.com/ycsin/zephyr/blob/prev_develop/drivers/modem/quectel-bg9x.c#L459) to [query the size of the received buffer](https://github.com/ycsin/zephyr/blob/prev_develop/drivers/modem/quectel-bg9x.c#L414) and [update the socket](https://github.com/ycsin/zephyr/blob/prev_develop/drivers/modem/quectel-bg9x.c#L467) accordingly.
3. This patch was done when I didn't really comprehend how things work.
Quectel TCP/IP application notes:
- [Old versions](https://www.google.com/search?q=quectel+tcp+site%3Aquectel.com&rlz=1C1SQJL_enMY906MY907&oq=quectel+tcp+site%3Aquectel.com)
- [New version](https://www.quectel.com/download/quectel_bc66bc66-na_tcpip_application_note_v2-0/) that can report `length` directly - Requires login | 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 update the packet size for the socket compared to the that does as a reference this is related to where the mqtt connack acknowledgement from the broker can never be read by the offloaded socket s implementation since the data to be read is always zero in earlier version of quectel modems or its firmware when the modem receives something the modem reports the without specifying the size for the current quectel driver to work on these modem it is required to query the size of the received buffer using a separate at cmd likely in a work some recent firmware for some of the modems have been updated to report the length together with the if configured to do so for these lucky modems with the correct firmware it is possible to update the buffer size directly in the just like the to test build mqtt samples on a board using the driver see error impact driver will not be able to receive anything additional context i ve tried to fix the issue last time iirc mqtt qos works after the patch but qos likely fails and i forgot why i have since move to use gsm ppp modem the commit can be found for whoever interested to pick up this but it is very messy as it contains some cclk and gnss stuff i came up with this with the help of elliot wdtl some important things the old is modified to submit a work to perform will do the to and accordingly this patch was done when i didn t really comprehend how things work quectel tcp ip application notes that can report length directly requires login | 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.com` on 19 Feb 2009 at 3:34 | 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 com on feb at | 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, because rAthena picked your loss already (you lose if it falls on a coin to the very left), the game immediately STOPS, gives you your coin and takes away all the tension of what gambling is all about.
* Expected Result:
Even if you lose, the Roulette should still properly rollout, and show you that you've lost once the roll is over.
**Also, the coin should only be handed out after pressing Get Prize!**
* How to Reproduce:
Play the game. You will realise what i'm talking about once you lose.
* Official Information:
The second roll in this video shows you a loss!
It still rolls out rather than ending the game right away.
It also only hands out the coin for losing once you hit Get Prize.
https://www.youtube.com/watch?v=n76720cG1ac
There are more videos on youtube where you can confirm this.
* **Modifications that may affect results**:
-
| 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, and you **WOULD** lose, because rAthena picked your loss already (you lose if it falls on a coin to the very left), the game immediately STOPS, gives you your coin and takes away all the tension of what gambling is all about.
* Expected Result:
Even if you lose, the Roulette should still properly rollout, and show you that you've lost once the roll is over.
**Also, the coin should only be handed out after pressing Get Prize!**
* How to Reproduce:
Play the game. You will realise what i'm talking about once you lose.
* Official Information:
The second roll in this video shows you a loss!
It still rolls out rather than ending the game right away.
It also only hands out the coin for losing once you hit Get Prize.
https://www.youtube.com/watch?v=n76720cG1ac
There are more videos on youtube where you can confirm this.
* **Modifications that may affect results**:
-
| 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 lose because rathena picked your loss already you lose if it falls on a coin to the very left the game immediately stops gives you your coin and takes away all the tension of what gambling is all about expected result even if you lose the roulette should still properly rollout and show you that you ve lost once the roll is over also the coin should only be handed out after pressing get prize how to reproduce play the game you will realise what i m talking about once you lose official information the second roll in this video shows you a loss it still rolls out rather than ending the game right away it also only hands out the coin for losing once you hit get prize there are more videos on youtube where you can confirm this modifications that may affect results | 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:password@localhost/dbname' --query "select 'ø'"
gives:
```
Traceback (most recent call last):
File "/usr/local/bin/sql2csv", line 9, in <module>
load_entry_point('csvkit==1.0.0', 'console_scripts', 'sql2csv')()
File "build/bdist.linux-x86_64/egg/csvkit/utilities/sql2csv.py", line 64, in launch_new_instance
File "build/bdist.linux-x86_64/egg/csvkit/utilities/sql2csv.py", line 58, in main
File "build/bdist.linux-x86_64/egg/csvkit/py2.py", line 46, in writerow
File "build/bdist.linux-x86_64/egg/csvkit/unicsv.py", line 90, in writerow
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 0: ordinal not in range(128)
```
$ echo $LANG
en_US.UTF-8
but when I try with the sqllite driver, then it works:
$ sql2csv -v --db "sqlite:///dummy.db" --query "select 'ø'"
'ø'
ø | 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:
$ sql2csv -v --db mysql://username:password@localhost/dbname' --query "select 'ø'"
gives:
```
Traceback (most recent call last):
File "/usr/local/bin/sql2csv", line 9, in <module>
load_entry_point('csvkit==1.0.0', 'console_scripts', 'sql2csv')()
File "build/bdist.linux-x86_64/egg/csvkit/utilities/sql2csv.py", line 64, in launch_new_instance
File "build/bdist.linux-x86_64/egg/csvkit/utilities/sql2csv.py", line 58, in main
File "build/bdist.linux-x86_64/egg/csvkit/py2.py", line 46, in writerow
File "build/bdist.linux-x86_64/egg/csvkit/unicsv.py", line 90, in writerow
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 0: ordinal not in range(128)
```
$ echo $LANG
en_US.UTF-8
but when I try with the sqllite driver, then it works:
$ sql2csv -v --db "sqlite:///dummy.db" --query "select 'ø'"
'ø'
ø | 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 mysql username password localhost dbname query select ø gives traceback most recent call last file usr local bin line in load entry point csvkit console scripts file build bdist linux egg csvkit utilities py line in launch new instance file build bdist linux egg csvkit utilities py line in main file build bdist linux egg csvkit py line in writerow file build bdist linux egg csvkit unicsv py line in writerow unicodedecodeerror ascii codec can t decode byte in position ordinal not in range echo lang en us utf but when i try with the sqllite driver then it works v db sqlite dummy db query select ø ø ø | 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 we need to update sass compiler too | 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 we need to update sass compiler too | 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 important to me. | 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
Not sure about others but CMD+Backspace shortcut seems like the most important to me. | 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 not sure about others but cmd backspace shortcut seems like the most important to me | 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

Stable version

| 1.0 | Provide Ability in Documentation Language to Change Appearance of Table of Units - 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

Stable version

| priority | provide ability in documentation language to change appearance of table of units 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 stable version | 1 |
384,368 | 11,388,078,656 | IssuesEvent | 2020-01-29 16:04:40 | conan-io/conan | https://api.github.com/repos/conan-io/conan | closed | [bug] Auth with Artifactory from revisions to no-revisions | complex: medium priority: low stage: queue type: bug type: look into | As previously reported in #6082, passing the `--no-overwrite` flag when uploading a conan package does not take revisions into account. This means that if "revisions" is enabaled, a new package will be uploaded, invalidating the previous revision. Although nothing is technically overwritten (since we get a new revision), the flag works in a counter intuitive way. I request a feature where there is a Conan way of preventing upoading a new revision if a revision already exists. This could be done in two ways:
1. Make the `no-overwrite` flag take revisions into account and document this.
2. Document that `--no-overwrite` does not have any effect working with revisions and implement a new flag `--no-revision` that prevents uploading new revisions.
I think the first alternative would make most sence.
| 1.0 | [bug] Auth with Artifactory from revisions to no-revisions - As previously reported in #6082, passing the `--no-overwrite` flag when uploading a conan package does not take revisions into account. This means that if "revisions" is enabaled, a new package will be uploaded, invalidating the previous revision. Although nothing is technically overwritten (since we get a new revision), the flag works in a counter intuitive way. I request a feature where there is a Conan way of preventing upoading a new revision if a revision already exists. This could be done in two ways:
1. Make the `no-overwrite` flag take revisions into account and document this.
2. Document that `--no-overwrite` does not have any effect working with revisions and implement a new flag `--no-revision` that prevents uploading new revisions.
I think the first alternative would make most sence.
| priority | auth with artifactory from revisions to no revisions as previously reported in passing the no overwrite flag when uploading a conan package does not take revisions into account this means that if revisions is enabaled a new package will be uploaded invalidating the previous revision although nothing is technically overwritten since we get a new revision the flag works in a counter intuitive way i request a feature where there is a conan way of preventing upoading a new revision if a revision already exists this could be done in two ways make the no overwrite flag take revisions into account and document this document that no overwrite does not have any effect working with revisions and implement a new flag no revision that prevents uploading new revisions i think the first alternative would make most sence | 1 |
803,097 | 29,116,971,065 | IssuesEvent | 2023-05-17 02:24:45 | jbx-protocol/juice-interface | https://api.github.com/repos/jbx-protocol/juice-interface | closed | Impersonator fails on JBM due to Safe Provider restriction | Bug Priority: Low | ## Summary
A couple of weeks ago, a request was made to update Impersonator to allow sharing of URLs with the Wallet and Dapp as URL params. The update was made and it works on Uniswap, but fails on JBM because JBM restricts the Safe Provider to only certain domains. The error can be seen on this page: https://www.impersonator.xyz/?address=dao.jbx.eth&url=https://juicebox.money
Note: This is a feature not a bug, it is for security purposes.
## Relevant logs and/or screenshots


## Discord Link
https://discord.com/channels/775859454780244028/1065354288206983309/1065354293827358821
| 1.0 | Impersonator fails on JBM due to Safe Provider restriction - ## Summary
A couple of weeks ago, a request was made to update Impersonator to allow sharing of URLs with the Wallet and Dapp as URL params. The update was made and it works on Uniswap, but fails on JBM because JBM restricts the Safe Provider to only certain domains. The error can be seen on this page: https://www.impersonator.xyz/?address=dao.jbx.eth&url=https://juicebox.money
Note: This is a feature not a bug, it is for security purposes.
## Relevant logs and/or screenshots


## Discord Link
https://discord.com/channels/775859454780244028/1065354288206983309/1065354293827358821
| priority | impersonator fails on jbm due to safe provider restriction summary a couple of weeks ago a request was made to update impersonator to allow sharing of urls with the wallet and dapp as url params the update was made and it works on uniswap but fails on jbm because jbm restricts the safe provider to only certain domains the error can be seen on this page note this is a feature not a bug it is for security purposes relevant logs and or screenshots discord link | 1 |
46,907 | 2,966,754,010 | IssuesEvent | 2015-07-12 07:03:40 | readium/readium-js-viewer | https://api.github.com/repos/readium/readium-js-viewer | closed | MathJax single aggregated JS file, grunt build script | enhancement MathJax priority low | See email discussion:
https://groups.google.com/forum/#!msg/readium-dev/lGWYDvSMwdY/BnA-s-hp8XIJ
Peter Krautzberger @pkra
"I should have a grunt file for you later this week so that you can do single-file builds yourself" | 1.0 | MathJax single aggregated JS file, grunt build script - See email discussion:
https://groups.google.com/forum/#!msg/readium-dev/lGWYDvSMwdY/BnA-s-hp8XIJ
Peter Krautzberger @pkra
"I should have a grunt file for you later this week so that you can do single-file builds yourself" | priority | mathjax single aggregated js file grunt build script see email discussion peter krautzberger pkra i should have a grunt file for you later this week so that you can do single file builds yourself | 1 |
184,870 | 6,717,086,254 | IssuesEvent | 2017-10-14 16:55:39 | rualark/MGen | https://api.github.com/repos/rualark/MGen | opened | Wrong enharmonic shown: B instead of Cb in Gb key | bug Low-priority | 
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 the component.
Since the menu bar is not needed there, an idea to avoid the confusion could be to get rid of the menu bar entirely. | 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 of course fails to load the desired content in the component.
Since the menu bar is not needed there, an idea to avoid the confusion could be to get rid of the menu bar entirely. | 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 of course fails to load the desired content in the component since the menu bar is not needed there an idea to avoid the confusion could be to get rid of the menu bar entirely | 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 (admin/user) will create issues (probably will)
| 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 will create issues probably will | 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-api) | 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.