Tim
Tim
It seems that Pistache can now run a lambda in response to connection errors: ```c++ response.then([&](Http::Response response) { std::cout
What is the current recommended way to match `\n`?
I'm getting ~85ms load and ~35ms activate. Not awful, but one of the slowest loading packages that I have installed. Atom 1.5.3, Arch Linux 64bit.
Was this idea ever developed further? I also think this crate is a great idea, and am interested in using it with HTMX. I'm willing to work on it if...
Just incase it's useful, here's the contents of my completions. Fish ```Fish function __fish_just_complete_recipes if string match -rq '(-f|--justfile)\s*=?(?[^\s]+)' -- (string split -- ' -- ' (commandline -pc))[1] set -fx...
Fish completion seems to be working for me since [1.39](https://github.com/casey/just/releases/tag/1.39.0) 🎉