Benoit Schweblin

Results 7 issues of Benoit Schweblin

Any plan to make a Dockerfile in order to run it on Amazon ECS? Would be a good alternative to running an EC2 instance.

The `patch` method crashes when trying to patch nested object that has been removed from the target. ``` > var diff = jsondiffpatch.diff({abc:{value:1}},{abc:{value:2}}) undefined > jsondiffpatch.patch({}, diff) TypeError: Cannot read...

I've seen in your examples you mostly use uid2 for unique id generation which is now (in version 0.0.3) using node's `crypto.pseudoRandomBytes()`. As stated in the documentation, these ids are...

Got this error lately (node 0.10.37, OSX): ``` node(1166,0x7fff7db64310) malloc: *** error for object 0x1044a9d3d: pointer being freed was not allocated ``` Getting rid of node-lz4 fixed the problem...

Can you guys add these two as `icon-download` and `icon-upload`, that would be great! [Archive.zip](https://github.com/thesabbir/simple-line-icons/files/506819/Archive.zip) Origin: https://dribbble.com/shots/1544073-Free-80-Crispy-Icons-in-PSD-AI-SVG-Webfont I find the two `icon-cloud-download` and `icon-cloud-upload` to be more "cloud" oriented. Cheers

icon

That's what I had to do to have it working with StackEdit: - Added the whole build folder in the repository. The reason is that I use bower to manage...