Marcin Warpechowski
Marcin Warpechowski
Right now, Palindrom uses a separate URI for reconnection: https://github.com/Palindrom/Palindrom/blob/d1fc4d358d6295baa73963a9bfeb15b70fbf70b1/src/palindrom.js#L291 It was added as a solution to https://github.com/Palindrom/Palindrom/issues/71. I am not sure why a new URI was introduced for that....
As discussed here: https://github.com/Palindrom/Palindrom/pull/227#discussion_r286487293 I think we all agree about that.
As discussed in https://github.com/Palindrom/Palindrom/issues/266 and earlier, there are many Palindrom usage scenarios that don't fit with a single patch generation/application strategy. It was discussed that the optimal pattern is to...
As of today, Palindrom docs describe the abstraction given by the library as, roughly speaking: > There is a single state object that is mutated by local and remote agents....
The link interception tests are still flaky in Firefox. PR https://github.com/Palindrom/Palindrom/pull/253 didn't help. Error in the build https://travis-ci.org/Palindrom/Palindrom/builds/559346474 ``` x should intercept links with an empty target Spec "should intercept...
Looking at the source code of the PR https://github.com/Palindrom/Palindrom/pull/227, I assume that it is already possible to use Palindrom.js as a client on Node. However, we need to add tests...
Implement new bindings for Palindrom and `lit-html`. Probably this can be done using as ES6 Proxy that translates `palindrom.obj` mutations to DOM, and DOM events to mutate `palindrom.obj` back.
Do a package that implements Palindrom bindings to React. Might be based on https://github.com/Starcounter/HelloWorld-React and https://github.com/Starcounter/HelloWorld-ReactNative. It might be a ES6 Proxy that uses React hooks or use an intermediate...
Do a package that implements Palindrom bindings to React. Might be based on https://github.com/Starcounter/HelloWorld-React and https://github.com/Starcounter/HelloWorld-ReactNative. Perhaps it will be an Angular Service that uses an ES6 Proxy.
Omni project showed a few improvements that need to be made in HTTP page morphing mechanism: 1. `morphUrl` currently changes the URL in the History API before actually checking if...