Vladimirs Nordholm
Vladimirs Nordholm
``` d import std.stdio; import colorize; void main() { string a = color("a", fg.light_green, bg.light_red); string b = color("b", fg.red, bg.init); cwriteln(a, b); } ``` This code should print out...
With Xcode 15.3, I get this warning on the `load()` method. > Instance methods of non-Sendable types cannot be marked as '@Sendable'; this is an error in Swift 6
When issuing a shortcut command (either system wide or application specific) MouseDef gets locked in the action. For instance, the system wide shortcut to take a screenshot ⌘⇧4 causes MouseDef...
It would be great if there was an option to launch MouseDef at login (computer startup).
This "solves" the warning on the `load()` method, see #27: > Instance methods of non-Sendable types cannot be marked as 'https://github.com/sendable'; this is an error in Swift 6 However, I...
### Problem In `init.vim`, setting `colorscheme vim` ignores other `hi` commands. However, running the same highlight command after start works as expected. ### Steps to reproduce Loading this file has...