Niklas
Niklas
I made an [async interface to this crate](https://github.com/digitalbitbox/bitbox-bridge/tree/master/hidapi-async). However, since there is no way to register to become awakened when there is data to read I have to create a...
Hi, thanks for this very nice tool! After installing it with `cargo install git-absorb` I don't get any bash completions and `git absorb --help` fails. To remedy the `--help` situation...
XCB aborting
Which operating system does the issue occur on? Linux If on linux, are you using X11 or Wayland? X11 I get this every now and then when I launch Alacritty....
Is there a way to use pbkdf2 and get progress updates while it is deriving the key? If not, do you know of a nice way to write such a...
Hi, Really nice project! How would I implement syntax highlighting for vimscript? Could I add a sublime syntax highlight definition file to my project somehow or do I need to...
Since the `Secret` type implements `Unpin` it can be moved out of a pin and therefore Pin doesn't help to pin a secret in memory AFAICT. (I might be wrong,...
This setup works for me, unless I'm being confused. I configure vim to run `ra.sh` and I start vim in the `src/rust` directory.
Works on my machine, but needs some testing on other developers setups. If you can run `cmake build-build && cd build-build && make rust-bindgen-includes` it should work. (this means you...
Implemented but not tested yet.
This PR enables LTO. We might want to think a minute or two before merging... * `_binExec` was a bit sloppy written. It didn't actually read the input variable and...