Ryc O'Chet

Results 125 comments of Ryc O'Chet

Is that ES6 versions tree-shakeable? That's really cool though - more browsers are supporting it all the time, plus useful for Webpack / Rollup :-) The arrow function is meant...

I was going to say add them to the wiki, but it's not enabled - how about a snippets folder that's ignored by npm publish, and gives a starting point...

I like it - I feel that there could be 2-3 potential encode nibbles - one for the version, one for the encoding type, and potentially one for the encoding...

Use the UTF8 mode to save it as text :-) Uploading is more of a https://stackoverflow.com/ question :-)

That breaks compatibility - far better for you to do it yourself if there's a possibility it's not compressed.

It's cross-platform and cross-language compatibility - there's no version string in it, just raw compressed data (which is where the command line archive tools wrap the raw data with all...

I can see that being far better for the data - though I'd think that the double quote character may give slightly better compression - there's likely going to be...

For now install from the github repo directly - the version is identical, so we can't just publish the same version again. `npm install https://github.com/pieroxy/lz-string.git` I'm hoping to get some...

@Throttle I've not personally got access for that - in legal terms the license is stated in the repo and npmjs is not a source of truth for that -...

A couple of comments here (as it's on my stack but really don't know when I'll get time - so thanks!!!) - * The jest config can go inside the...