Mikhail Trishchenkov
Mikhail Trishchenkov
Hello. I'm interested in IPv6 support. What prevents this PR from being merged?
I'm working on it. It's not so easy to do it without breaking things.
I have published `ogrep-rs` for `homebrew` to use on MacOS. I'm searching for ways to build and publish binary releases for other platforms. Which platform do you use?
llvm-13 which is provided by Ubuntu for some reason doesn't provide Polly, you have to install 'libclang' or something to get it. Alternative is to install official llvm package.
Sorry, it was just an explanation why I fix all the versions I can. The real problem is that `cargo install --git https://github.com/aya-rs/aya -- aya-tool` installs different aya-tool binary every...
If I understand correctly, you should first load autocompletion script, then pass function to `_bash_completions_fallback_completer`. The problem is that completion script itself cannot be loaded — it uses bash-specific commands...
Please try version 1.2.3 It won't fix your issue, but will print additional information which may be useful for troubleshooting.
Reproduced on Windows machine, trying to fix…
Seems like it's limitation of libusb on Windows: > HID keyboards and mice cannot be accessed using the native HID driver as Windows reserves exclusive access to them. (from https://github.com/libusb/libusb/wiki/Windows#known-restrictions)...
Please install [USBDK](https://github.com/daynix/UsbDk/releases) and try [this](https://disk.yandex.ru/d/E92XdDJ8_OYrkw) build. If it works, I'll update official release.