Tag: fish
After migrating from Laravel Sail to Herd on Mac I needed to also find a
way to make websockets work, as this app used them. Previously I was
relying on soketi and it was running under its own docker compose, but with
Sail gone, this went too. Sure I could just run soketi from np…
Today I once again stumbled upon a painful problem of rupa/z which I was
Using since forever. The problem is that once you delete a folder, z will
try to cd into it, but then it fails:
The directory 'nonxistent' does not exist.
I tried to poke around the GitHub issues an…
Previously I have
written about what
I tried and what did and did not work while trying to satisfy neovim's
:checkhealth command while detecting the Python provider on Mac M3.
Yeah, the solution worked but it was less than optimal, due to the use of
--break-system-packages option…
Here's a short function for fish shell I am currently using to merge
photos into one pdf and then optimize it to massively reduce the resulting
size, for instance from 13MB to 230kB without loosing too much quality.
Works for me very well, requires GhostScript and ImageMagick 7 o…
After migrating my dotfiles over to Mac M3 I stumbled into roadblock issue
for my neovim setup. Every time I saved a PHP file, a lot of garbled data
got prepended at the beginning of said file. If you remember so far back,
my setup uses
prettier for formatting
everything, mostly …