Shish
Shish
EDIT> Actually I am dumb and copy-pasted the instructions verbatim without reading them, which configured a buster repo on a bookworm host, sorry for the noise
FWIW my workaround was to avoid starting the animation with values at 0 -- since my animation loops I went from eg -180deg to +180deg instead of 0deg to 360deg....
Yup, I think you were right all along - I will take another look at the #77 approach
Yeah, I get the feeling a more manageable and maintainable goal would be for each language to have its own independent nix config which just sets up a dev shell...
Assuming those other sites have suitable APIs, it's definitely possible; I'm melting from my day-job at the moment but happy to advise and accept pull-requests ^^;; Other thoughts - -...
If somebody is some kind of regex-genius it might even be possible to automatically highlight smartlog examples, but I'll leave that as an exercise for the reader (or my future...
> Can we change `sl-session` to something like `sl-shell-example`? Done :)
A development guide would be very much appreciated - I've been rebuilding the code every time, and `pkill`'ing the daemon, leading to a total iteration time measured in hours instead...
> RuntimeError: /opt/homebrew/bin/sl log -T {node} -r ancestor(., dev) failed with exit code 255 What happens if you try running `/opt/homebrew/bin/sl log -T '{node}' -r 'ancestor(., dev)'` by itself, are...
Also \shell_exec returns false for a different category of error, which Safe\shell_exec doesn't handle at all :(