Joris Willems

Results 13 comments of Joris Willems

> > ``` > > impl Splitting for Vec { > > fn split_item_mut(&mut self, idx: usize) -> (&mut T, OtherIterMut) { > > ``` > > `Debug` shouldn't be...

Yes I think that's also fine, but I think in most use cases (my guess) the first variant is more direct. But it doesn't allow multiple iterators so the alternative...

Ok I updated the issue and swapped the main solution with the alternative one.

Yes but where do I get the raw_state? I will try to explain my issue (for a shared library): I have made bindings for Neovim in the neo-api-rs repository, I'm...

Hey thanks for the help, the comments there look a bit more indirect / verbose than what I have now, currently I don't really have problems but I will dive...

@besok can you fix those maybe? I would like to use this otherwise I will fork it no problem but since its only clippy fixes its probably done quickly.

It will be great to have Vulkan as a backend, but I can imagine that it's not so easy, because you need a lot more resources to develop it.

Thanks I was already looking for something like this! Since I didn't understand how to use this lib, this is making it really easy.

Just a question but why would a user not have a password set?

Have you thought about letting this set the user in the config.toml? Something like `ask_password = false` .