Omar Alshaker
Omar Alshaker
I think you're looking for this package https://github.com/siddharthkp/bundlesize
@nknapp said it perfectly. It has to do with block sizes. However, before I went for FS I compared to windows native stats. And FS delivered exactly the same results,...
Hi! Your diagnosis is on point. JSON-Patch acts like native `JSON.parse/stringify` where `NaN` is not supported. That's why `NaN` causes trouble for it. See https://github.com/Starcounter-Jack/JSON-Patch#undefineds-js-to-json-projection I don't think we plan...
Terribly sorry for the late response. I suggest holding your horses. Because we'll be releasing 2.0 quite soon and it's more modular. All your changes will be in one place...
Hello! This is the natural behavior of arrays and `fast-json-patch` accurately gives it to you. When you remove an element from an array the engine shifts every element after the...
Hi! You're misusing `applyOperation` function. `applyOperation` applies a single operation not an array of operations (patch). If you want to apply an array please use `applyPatch`, otherwise pass a single...
I guess this issue is rendered irrelevant with the new API. WDYT @tomalec?
Doesn't `applyOperation` throw an exception when it fails [now](https://github.com/Starcounter-Jack/JSON-Patch/blob/master/src/json-patch.ts#L369)?
I don't understand, on my machine, it's the second worst way 
@warpech I see, it's not a big deal, the logo isn't the issue here, it's just a stepping stone toward the website. So maybe I can design sth that doesn't...