Donovan Preston

Results 19 comments of Donovan Preston

@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 and...

@Glandos We use diesel for the mysql backend. Diesel supports mysql, postgres, and sqlite. So perhaps with a little tinkering the existing mysql diesel code could be repurposed. I'll mark...

Thanks. I looked at b15cf0d 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 on...

Yes, please do. Hopefully it works easily. If not, discuss it in the channel.

Should we instead update syncserver to bundle syncstorage-rs, and update those docs?

There was some work done, but let's leave it open as there is more to be done.

Oh right. Yeah, I think if we can make it so the handlers always return a Result instead of making error http responses themselves, that might clean up the code...

This is super cool! Thanks! syncstorage-rs actually will eventually contain a complete replacement for syncserver, as syncstorage-rs will contain both a tokenserver and a syncstorage server eventually.

I think if we use the previous offset optimization, except have every timestamp always be unique and have : always be 0, this will fix the problem and avoid the...

Yes, we absolutely should do this, it will make the code so much simpler and the tests will test things that are closer to reality.