Toshiki Teramura
Toshiki Teramura
zaw is based on zle, which is distinct feature from completion-widget. In my understanding, what we can do is to write a source which can be used both zaw and...
It looks interesting! > 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...
I guess you fail to load zaw collectly. How did you load on your .zshrc?
serde says it supports 1.13+, but "derive" feature requires serde-derive which requires 1.31. IMO, we should allow multiple MSRV corresponding to each features, and following requirement is reasonable: - num-complex...
I cannot reproduce it both on 0.1.8 and 0.1.9-alpha. Could you tell me your environment?
Hum... I am not familiar with networking. llvmenv uses [reqwest::get](https://docs.rs/reqwest/0.8.6/reqwest/fn.get.html) to download llvm archive file. Could you test it in a minimal setting like: ```rust extern crate reqwest; use std::fs;...
https://github.com/rcaloras/bash-preexec may help precmd hook
https://unix.stackexchange.com/questions/14895/duplicate-entries-in-path-a-problem Duplicate $PATH can be avoided like this
> It would be nice if you added something to the README to notify people of the current maintenance status. done. thanks. @pthariensflame I've create a llvmenv organization, and send...
I've sent owner invite to https://crates.io/users/pthariensflame . Please confirm it.