jjd314
jjd314
Even worse for me is that the spiegel_cl_xxx document for the database in question gets continually updated. If there is a real problem and the API is unavailable for a...
Sure, I'll give it a shot. I don't know how much time I have for it, but I'll try to keep it moving along. My guess is that the ChangeProcessor...
Great. It's a twofer. I'll take a look at #53 first, then.
I just submitted a pull request for #53. I'm going to assume that it will eventually get merged, and I'm starting work on this based off of that code. I...
I believe the problem is that although cancel_process deletes the current batch from the database and cancels the hook, if another process is simultaneously working on the batch then when...
Note to anyone using @stackia's implementation (thank you @stackia!) with a FlatList: if you add more than (windowSize-1)/2 items to the top of your data, it loses the scroll position...
If anyone else is still having this problem: I incorporated @sarahatwork's local edit into an npm pretest: `"pretest": "sed -e 's/:__/:_/' -i node_modules/babel-plugin-jest-hoist/build/index.js"` That way it still works even if...