Eric Woolsey
Eric Woolsey
Would also love to have support for tokio. Would be a game changer for my project. This is a massively cool project, thanks so much for your efforts.
Same issue here, any solution?
I found a potential workaround which was much harder than I originally thought. Attempting to block_on within the closure resulted deadlocks as did attempting to spawn_blocking did not help. I...
So I've run into an annoying problem with my solutions above caused by channels closing irregularly and I would really love a solution here. Would a PR for a `register_async_callback`...
> I just had Lazy.nvim (https://github.com/folke/lazy.nvim) installation fail because of this issue. Me too.
Hey thanks for the info @Philippe-Cholet . Const generics are obviously necessary for this to work, but this could still be implemented without the rest of the nightly features (although...
+1. Current method is pretty clunky, especially when you've got a lot of other parameters.
+1, Would also be very useful.
> I'm running into this as well. I have another thing installed via homebrew that has rust as a dependency, and so I can't uninstall the system rust without first...
I didn't know about iqkms actually so that answers my question there. I must have missed that somehow. I'll have to look into that. > but do you still need...