Marcin Warpechowski

Results 202 comments of Marcin Warpechowski

@Razkan reports that his React Native for Android app fails to reconnect to the server after the Android phone was put to sleep for 20 minutes.

This is to implement a solution for https://github.com/Starcounter/Home/issues/318

We agreed with @tomalec that the only thing left is docs. As an example, I will show how to use Palindrom within Node REPL:

@alshakero While being correct, the above reply misses the problem reported in the OT. The problem here is that the local version is should be bumped upon a navigation request...

Discussion in #232 tells it is impossible to finish this issue before changes in server-side. Unassigning from @alshakero for the time being.

This feature is now implemented and is used when `pingIntervalS` is set to a non-zero value. In that case, a ping times out if there is no response before another...

It is a good idea to set it when `debug` == `false` (by default it is `true`). Can this just be a configurable option? `requestTimeoutS` Will the Axios timeout work...

I think that it should be an error for now. If someone has a good proposal for the re-trying scheme than we could consider that.

I guess we should check only the first operation objects in the sequence, as the convention tells (because in sequence, the order of operations matters). The check if the first...

Potential next steps: - [ ] Escape `/` usage in path segments (https://github.com/Palindrom/Palindrom/commit/cfc6cd6cd5328306e4f33dd2fff460e0dee8abc8#r34703144) - [ ] Whenever `immer` is used, use `import {applyPatches} from "immer"` instead of fast-json-patch - [...