Results 29 issues of Raph

## Context Using a range in a switch is being flagged as duplicate by the compiler. I found this out while trying to check some unicode codepoints. * Arch Linux...

bug
replicated

### Description When using a snippet to "render" it to the DOM, you have to use `{@render snippetname()}` but simply using `{snippetname}` is valid svelte code and is not rejected...

feature request

The wiki has been moved to an mdbook but it hasn't been deployed yet. It should be built and deployed to GitHub Pages.

documentation
good first issue

If 2 groups sharing a directory are from different profile contexts then this will likely cause a shared group bug (again!). A potential solution for this is to move the...

enhancement
invalid

Switching to root by doing sudo changes the assumed path of TUCKR_HOME to `/root`. So one has to do ``` TUCKR_HOME=$HOME/.config sudo tuckr a ``` Tuckr should be able to...

enhancement

As stated on https://github.com/RaphGL/Tuckr/issues/95#issuecomment-3315956186, the validation is apparently not working correctly. I should investigate and fix it

bug

If a dotfile needs to be stored outside of the home directory tuckr should be able to use `^` to do so correctly.

enhancement
good first issue

I'm starting to support more ways of installing tuckr, doing this manually will just be a lot of work. I should just create a program that configures all the installation...

enhancement

## Context When compiling OLS with native microarch I get an invalid instruction interrupt. Operating System & Odin Version: Arch Linux, Odin 2025-11 ## Failure Information (for bugs) The CPU...