Omar Alshaker
Omar Alshaker
Now that the website is being realised. A logo is a real need. After a little thinking, I vote for advertising it as `fast-json-patch`. Because no one needs to remember...

@tomalec I guess it looks too sparse and weird, but here you go 
I can confirm this bug. I'm not sure it will be fixed in this library but I'm happy to direct you to its sister library [JSONPatcherProxy](https://github.com/Palindrom/JSONPatcherProxy) which had this issue...
Isn't this fixed by https://github.com/Starcounter-Jack/JSON-Patch/pull/167?
Can we move this issue to OT then?
Hi! > and I implemented the slowCheck removed by you Could you elaborate more on this? It's true that I maintain this lib but I don't remember removing this. Could...
I tried going async in [a branch](https://github.com/Palindrom/JSONPatcherProxy/tree/go-async). And didn't like it. I had to introduce a `generate` function that synchronously triggers when needed and so on. As Eric said, it's...
@warpech should I go for the `palindrom.startBatch()`/`palindrom.endBatch()` idea?
@tomalec there is some actual magic. 1. When you call shift, I give you a function that extends original `shift`, and this function sets a boolean called `currentlyShifting = true`...