Marcin Warpechowski

Results 202 comments of Marcin Warpechowski

Putting this to freezer because as of Palindrom 3.0.0, patches are generated as real time, not with dirty checking. Patch grouping should be less needed now.

Related: https://github.com/Palindrom/JSONPatcherProxy/issues/7#issuecomment-334085871

I am working on a POC here: https://github.com/Palindrom/subtree-dispatcher The interesting file is here: https://github.com/Palindrom/subtree-dispatcher/blob/master/demo-integration.js. In this file, `tree` is observed by dirty-checking provided by `FastJsonPatcher` (= Fast-JSON-Patch), while `/characters/1/details/assignedInstances/0/emoji` path...

For future reference, quote from @Starcounter-Jack from another thread (https://github.com/PuppetJs/PuppetJs/issues/58): --- We should review the spec. Keep the below principles in mind when reasoning about this: ## Core usage At...

Just my 3 cents for the point 3. The client needs to let the server know the URI for which it wants a Puppet session, so the request 3. becomes:...

We have a working draft here: https://docs.google.com/document/d/1wvVWdantUsaPJOx_SgXdMxsqfmp5OUwqjsyVQuoupeo/edit# But for me, it is very far from finished. I am imagining a four-layered document in which the layers explain, consecutively: 1. a...

> I think to explain OT we would need more elaborate docs as stated here Starcounter/TechComm#360 We don't need to explain OT, but we need to mention that this algorithm...

The current version: https://docs.google.com/document/d/1d3kB34Wm4WP-f7V0QnwfOCNCQsqQCTNKBM3p3RUB-s4/edit?usp=drive_web&ouid=107385359487554322663

As discussed today, @alshakero will generate the outline for the doc, which @tomalec and me will review. Then writing the remainer of the doc should be easier. The spec should...

The goal for us is to make all apps PWA-enabled. Network independence is one of [10 aspects of PWAs](https://developers.google.com/web/fundamentals/codelabs/your-first-pwapp/), and probably the hardest to implement. It is up to the...