Arkid
Arkid
I believe this PR is also a good moment to add something in the hints regard the `AsMut` part.
Can this PR be merged? It only changes 1 line and saves people finishing Rustlings a good bunch of minutes up to an hour.
Sure, in a bit.
I see the issue. You're right the deref shouldn't be there. I'll open a new PR tomorrow to revert this. I apologize for the trouble this may have caused. In...
Other problems with suggestions include: Suggestions permit on screen after typing on deleting characters: may look convenient, but this only shoots me in the foot most of the time because...
I really want to love this shell and make it my default, but suggestions really need to be fixed and be brought to at least a usable degree for users...
I should note that tabbing takes too long in WSL only.
@denim02 I'd assume that `vroom` parses the line in lua which in turn performs a syscall to a Python 3 equivalent REPL command. Cheers!
yes.
Here is some code for example and it won't proceed the flow if there is `None` notification: ```rust while let Some(notification) = notifications.next().await { debug!("Received notification from {}", device_name); let...