Łukasz Neumann
Łukasz Neumann
I don't know if it's even possible, but I would love to see some functionality that would allow me to see a tree for selected line(s). In your opinion, how...
This closes #7 and #9. I have written the code such that it 'just works' and is not pathological in terms of speed. As mentioned in #9 once i will...
Hello, i would like to implement a function which would yield me the offset of the first unset bit. Something like `find_first_unset_bit(&self) -> Option`. I thought about making it more...
I'm porting some code from C to Rust, and it is frequently using `None` to compare against `Window` or `Atom`. In the `X11/X.h` `None` is defined to be `0` by...
I'm trying to set up this plugin and I just spent a hefty amount of time debugging a ghost popup (`vim` would wait indefinitely until I pressed `` and then...
I would like to be able to somehow pass path to the C sources of `nanomsg`, when feature `bundled` is set - that way I don't have to rely on...