Sandorex
Sandorex
Tried adding adding every package it said is not declared ```diff % git diff package.json [ 1 ] diff --git a/package.json b/package.json index acb95c1..0fca417 100644 --- a/package.json +++ b/package.json @@...
I suck at css but when i get around to it ill post it 😄
I switched to fullcalendar, and *borrowed* some opensource code and got dark mode so i never made it, i really do hate CSS
I was thinking about this When running any launch_menu just use a small shell `sh -c 'echo $$; exec /usr/bin/zsh'` and cause exec replaces the process the shell will have...
> Do you still use full-sized arrows ? I hope the space bar slider would be better in many cases. I use it mostly for SSH / termux as swiping...
Have you tried using a different container image to determine if the cause is the custom image or the terminal? > apt and nvim seem to be missing This is...
I experienced this too (also kde plasma), but since d26a926ff71304409b469c2272c9607266a3beb5 you can use `--hostname` argument to set the hostname to your host hostname when creating a container, also referenced in...
I have problems with PATH preferring host cargo .local/bin and other paths than the ones inside the container `env -u PATH - distrobox ..` does not work for me
Ah i did not see that, thanks! Full working command: `env -u PATH $(which distrobox) enter`
Im late to the discussion but this may be worth doing until proper solution is in place? Basically order package managers by niche-ness(?) For example on openSUSE, if zypper is...