ryuukk
ryuukk
When comparing builds, it can be useful to be able to copy an item to import it in PoB Faster than opening 2 instance of PoB and hunting for the...
Fix #415
Example: ``echo -e "Hello \033[1mBright \033[0mWorld"`` Expected: (xfce4-terminal)   Actual:  
This is the kind of thing that drive me crazy with sublime text I fixed the default exec plugin https://github.com/sublimehq/Packages/pull/3945 But i need colors, so i have to use this...
Hi, thanks for this awesome lib! One thing that i felt was missing was proper textbox navigation, being able to correct a character without having to delete the entire thing...
Right now user types can't be properly colored since their scope is ``source.odin``, it should be ``storage.type.odin``  For proc parameters it should be ``meta.function.parameters.odin`` and ``storage.type.odin`` (according to what...
## Description To make D more attractive as a system language, we need a better memory strategy, we have the GC for general use cases, but sometimes you need to...
## Description How many times have you been tired of repeating yourself when using enums? ```D set_my_flag( MySuperLongName.MyFlagA | MySuperLongName.MyFlagB | MySuperLongName.MyFlagC | MySuperLongName.MyFlagD | MySuperLongName.MyFlagE | MySuperLongName.MyFlagF ); ```...
Example of tools that'd benefit it: https://github.com/KDAB/hotspot Their build script is unnecessarily complex: https://github.com/KDAB/hotspot/blob/6f9f958c4ff68b3c94ccca0fa3c2d86c46c9185f/scripts/appimage/Dockerfile#L88-L98 Instead, i propose to add this function into druntime, so the tool can directly consume it...
This was changed in 3.24.0 https://www.poewiki.net/wiki/Mutewind_Pennant