Omar Alshaker

Results 79 comments of 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...

![image](https://user-images.githubusercontent.com/17054134/27827013-92e8f6d4-60b5-11e7-93de-c293a7de714a.png)

@tomalec I guess it looks too sparse and weird, but here you go ![image](https://user-images.githubusercontent.com/17054134/27931511-bebd8054-629a-11e7-9e57-21ad24d8ca35.png)

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?

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`...