Sohalt
Sohalt
I have only briefly investigated this, but on Firefox 63.03.1 for Arch Linux the CSP seems to propagate to HTML blobs when navigating to them.
What about using https://github.com/F1bonacc1/process-compose instead of supervisord? That's a go binary, which is only 14M.
Building the Google Photos Web UI – Google Design – Medium - https://medium.com/google-design/google-photos-45b714dfbed1 is a nice read on the Google photos grid.
The installation for zsh can vary a bit, depending on how your distro packages zsh. Try `echo $fpath` from within zsh and put the `_bbct` file somewhere in a directory...
Also I just rebased on main and force pushed a new version of `bbct` with the latest sha
They use `$ your_program --bpaf-complete-style-zsh > ~/.zsh/_your_program` (https://docs.rs/bpaf/latest/bpaf/_documentation/_2_howto/_1_completion/index.html) Though that depends on `~/.zsh/` being on your `$fpath` (e.g. on my system `~/.zsh/` doesn't exist).
What definitely should work is this: 1. `mkdir ~/.zsh` 2. Add `fpath+=($HOME/.zsh)"` in your `.zshrc` before a line that says `compinit` or similar. 3. Then `bbct --babashka.cli/completion-snippet zsh > ~/.zsh/_bbct`.
Tests are failing due to line endings on Windows. Does any of bash, zsh or fish even work on Windows? What's the situation there when using something like Cygwin?
Current limitations: - only works with `cli/dispatch` - only works with gnu-style options (starting with `-`or `--`) - doesn't work well with options that take lists (e.g. `:coerce [:string]`)
> Does the example Rust library support this? no afaics >You can disable those tests for Windows how?