Nick Cameron

Results 260 comments of Nick Cameron

Note that although we should have `Seek` for symmetry with sync IO, a `read_at`/`write_at` API might make more sense for many users. I'm not sure if we should think about...

Some issue spelunking around the Tokio design: * [Concerns with straightforward design (closed PR)](https://github.com/tokio-rs/tokio/pull/785#issuecomment-491540713) * [Discussed again (closed PR)](https://github.com/tokio-rs/tokio/pull/1641) * [Added in PR](https://github.com/tokio-rs/tokio/pull/1924) To summarise the concern with `poll_seek`, the...

Hi @Liamsi, sorry it took a while to get back to you (been super busy). It is quite an advanced topic, much more so than the other chapters, so I...

It includes the first/follow set stuff but also checking for empty sequences and perhaps some other things too

> Maybe that would be something @nrc could mentor me on. I’ll try to send the team a message :) Sorry, I am not working on Rustfmt anymore. If you...

> Why not keep using failure? Why choosing thiserror over failure? Since much of the functionality of Failure was moved into the std lib, it has been pretty much deprecated...

> What's the status of the RFC? Do you need help on this? I've not had time to update it, but still intend to. I should have time this quarter.

I've been paging this work back in and thinking about some of the issues. I think there is no silver bullet, so we should try and tackle each issue on...

I wonder where this is failing - I use plain old `JSON.parse` which should work with unicode out of the box. I suspect the problem might be with the DB....

This might be fixed by #14 or there might stil be work to do.