Robin Munn
Robin Munn
Today I was curious to know what had changed on the wiki between v0.46.0 and v0.47.0, or between v0.47.0 and the latest Git version of the wiki. And while that...
On a recently-installed Arch Linux laptop, I ran into an issue where GlobalMutex.LinuxGlobalMutexAdapter threw "SIL.PlatformUtilities.NativeException: An error with the number, 13, ocurred." Error 13 in Linux is EPERM, permission denied....
This is both a question and an issue, because I suspect that the T component will need a slight rework. If I'm wrong about the slight rework, then of course...
.NET 6 is several years old, in fact .NET 9 just came out. I don't actually have a .NET 6.0 SDK on my Linux dev machine, so in order to...
When I go to https://cheatsheets.zip/ I get a very fast "Server Not Found" error, probably because my DNS provider is blocking the entire .zip top-level domain due to its potential...
### Did you check the docs? - [x] I have read all the tokyonight.nvim docs ### Is your feature request related to a problem? Please describe. The default color for...
### Describe the problem [The documentation for `page`](https://svelte.dev/docs/kit/$app-state#page) from `$app/state` currently shows the type of the `page` state like this: ```ts const page: import('@sveltejs/kit').Page; ``` Which isn't very useful. If...
## Describe the Feature You Want The `--version` flag is standard among most command-line tools for Linux (e.g., https://www.gnu.org/prep/standards/standards.html#g_t_002d_002dversion among others), just as much as the `--help` flag. It would...
It would be nice to have [oklab](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/oklab) and/or [oklch](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/oklch) functions available, so that (for example) lightening a blue color doesn't automatically [turn it purple](https://bottosson.github.io/posts/oklab/#blending-colors). In https://github.com/rktjmp/lush.nvim/issues/154#issuecomment-2481905872 @rktjmp mentioned not being...
Changes listed as being from December 2025 were actually done in November 2025. (Confirmed by looking at `git log -p HISTORY.md`). Best get this caught as early as possible so...