Jon Gjengset

Results 867 comments of Jon Gjengset

Ah, I guess #25 wouldn't make a difference to transitive dependencies, you're right.

So, I think the biggest challenge here is the lack of a common trait for `AsyncRead` and `AsyncWrite`. Beyond that, I don't _think_ the `0.3` port really depends on `tokio`...

That seems perfect! I think it'd also be handy for the resulting list to be sorted by size, not by the order of the arguments, but with that that's pretty...

@polyzen yup, you _can_ always do that, but I'd argue that since it's by far the most common use-case, it seems reasonable for that to be the default :) That...

This is actually already supported by using a `LocalAuthority`. We'd probably want to make it even more convenient to launch a server using those settings though!

So, one thing worth pointing out here is that, at the moment, ZooKeeper is the way that clients (including the MySQL shim) discover the server as well. Even if you...

Thanks for the heads up! This repository is basically archived at this point, and the upstream crate hasn't been updated in a while, so I probably won't go through and...

No, I haven't worked on this since I graduated back in November 2020, and I don't *think* anyone's currently continuing the research in my lab at MIT either. This repository...

Ah, that's a good question. I last worked on this end of November 2020, so a nightly from around there is likely to work. I don't have an exact date...

Thanks for this Justus! I'm not actively maintaining this project any more, but always good to have these fixes in a public place for anyone else who might come along...