ryuukk

Results 116 issues of ryuukk
trafficstars

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

enhancement

Example: ``echo -e "Hello \033[1mBright \033[0mWorld"`` Expected: (xfce4-terminal) ![image](https://github.com/randy3k/Terminus/assets/44361234/cc679e9b-d773-48e0-ba35-b385ac94e99b) ![image](https://github.com/randy3k/Terminus/assets/44361234/8a757556-d627-44ef-8392-31c85577b155) Actual: ![image](https://github.com/randy3k/Terminus/assets/44361234/198658b2-f767-41ca-bfde-1965067d18fe) ![image](https://github.com/randy3k/Terminus/assets/44361234/e5084dcf-7a0a-4682-9b4b-0170eebfbf6d)

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`` ![image](https://github.com/odin-lang/sublime-odin/assets/44361234/cc48f349-e4b3-41a7-b150-5c50e816f805) 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

bug:accuracy