Jonathan Poltak Samosir
Jonathan Poltak Samosir
So I've had a look in the firestore repo and I don't actually see that test; I think I misunderstood that earlier in the test output (I was a bit...
> there might be a race condition if I see it correctly. If peer A detects a stall sooner than peer B, peer A will initiate reconnecting, but peer B...
I am having a fair amount of trouble making my test work. Every time I set it up to get into a stall and attempt reconnect, it exceeds the 2000ms...
Also interested in how Dexie handles concurrency, mainly in transactions. Say I have a transaction A that takes maybe 10ms. Then within the window of 1ms of time, transaction A...
Hey @Paarmita. Thanks for the interest in this. The current implementation of the date pickers should be all in [`src/overview/components/DateRangeSelection` module](https://github.com/WorldBrain/Memex/blob/master/src/overview/components/DateRangeSelection.jsx) and makes use of [`react-datepicker` package](https://www.npmjs.com/package/react-datepicker). Let me know...
@Paarmita It's already being used and working well - probably wouldn't need to interact with it much (just for reference as you go through the existing code). The main task...
Thanks for the reply, David. > I've never heard anyone having this problem with Dexie before. Yeah, searching around I couldn't find any info relating this error back to other...
Thanks for the patience and insight, David! We currently can't reproduce this issue in our team, but we'll have to try and get in touch with an affected user to...
Is there any significance to the ordering of the field entries in table schemas, apart from the PK? The only thing I've noticed so far after seeing the generated schemas...