vapniks
vapniks
The most useful kind of filter would be one that prompted the user for a regexp and column to filter on when `bui-enable-filter` was run (similar to [hide-lines](https://github.com/vapniks/hide-lines)). However I...
Done.
It should be placed in one of the completion directories of `$fpath`, e.g. `/usr/share/zsh/vendor-completions` or `~/.oh-my-zsh/custom/completions`
I would, but I notice that there's already some code which appears to be related to completion (lines 718-721 in default.txt). However I can't find the `zsh_autocomplete_croc` file that is...
When I get the time
I know how to find the completions directory automatically using zsh `("${(M@)fpath:#*completions*}")`, but the install script is written in bash which means I'd have to do a series of tests...
I think this is a very good idea. Anything that moves us in the Haskell direction is very welcome by me.
It should be possible to write a zsh module (in c) which exports the completions in a parameter which could then be accessed by a zaw plugin. I made a...
Same problem here. I ran pdb and found that the warning message is emitted by the `get_value_from_tag` function in `core.py` when it tries to get one of the following attributes:...
Also, when you have `ob-ipython-command` set to "ipython" then `ob-ipython-auto-configure-kernels` wont work since "ipython kernelspec list --json" emits warnings which `json-read-from-string` cant handle in `ob-ipython--get-kernels`. This means that every time...