Austin Bonander
Austin Bonander
@martin-kolarik do you plan on addressing the CI failure and merge conflicts?
Strictly speaking, this is a bug in `async-fs 2.0.0` because they're calling [`futures_lite::FutureExt::poll()`](https://docs.rs/futures-lite/1.13.0/futures_lite/future/trait.FutureExt.html#method.poll) which did not exist yet in [the version they actually specify](https://docs.rs/futures-lite/1.2.0/futures_lite/future/trait.FutureExt.html) (`1.2`). The whole idea of the...
I'm going to merge to avoid the need for any more back-and-forth, but I'm going to be making some adjustments in a follow-up PR.
@adriangb do you have plans to come back to this?
I'd suggest a way to move/pose mobs in the Preview Window to make it easier to stage a render. We could make this a separate feature, though. There's ways to...
I'll be honest, seeing this posted took the wind out of my sails a bit because I was really looking forward to experimenting with this, but there's so much other...
I have plans to completely re-architect `Pool` that would also explicitly allow pipelining, as well as significantly improve performance at high contention. It's my next big project that I hope...
Instead of changing the behavior of the existing function, how about adding a function to split a given chunk into two at a given timestamp. A complementary function to merge...
> But IMHO, this behaviour should anyway be the default. i.e. when I set a lower chunk size, why would I not want the current chunk to be affected? That...