Emmanuel Gatwech

Results 25 comments of Emmanuel Gatwech

> I can work with this, I had a similar task at my previous workplace 😁

> I've updated the OP here to be clearer that we need to remove catch predicates first, and why as there have been a couple of PRs that missed that...

> I thought about the issue a bit more in the last couple of days and I think I agree with what you proposed: the number field should not alter...

@pjenvey I'd like to work on this because I have been meaning to get into Spanner and documenting it would be a great learning opportunity.

> @Emmanuel-Melon There is now an implementation of spanner that you can run locally. We haven't tried it yet, but if you would like to try to get it working...

> @Emmanuel-Melon There is now an implementation of spanner that you can run locally. We haven't tried it yet, but if you would like to try to get it working...

@fzzzy, I'd like to work on this issue.

@fzzzy Since Rust doesn't support Async in traits, can we utilize one of the following approaches - [Async Trait](https://github.com/dtolnay/async-trait) - I've looked into the docs and we can desugar this...

> Thanks. I looked at [b15cf0d](https://github.com/mozilla-services/syncstorage-rs/commit/b15cf0df7911118c9a054d0ba7ce191b2791fa75) and I don't think we want to use the dyn Future approach. Did you try using Async Trait? That is what we are planning...