Erin Rivas
Erin Rivas
yeah I have run into the same. I will dig around for my function I use to maintain reliable transition
It is important to note that this library was originally for browser uses and officially supports those. Node is a whole different beast, and from my research does not support...
Due to the listed situation with Javascript using UTF16 and not UTF8, I think the best solution if UTF8 is truly desired would be `compressToUint8Array()` and encoding the resulting output...
A proper base128 implementation would require a complete rework of the underlying logic as it is designed for 16 bytes (utf16). While this could probably be done, I am curious...
if you are limited to ascii characters, the only way to do 128 base would be as hex codes. I'm not sure how much this will help your use case...
@Georg-Git please don't delete your comments, they are an important part of the discussion and future readers will want to reference this down the road I'm sure. Now to your...
For the day job I use typedoc and am quite happy with it. I can get that up and running if you like, and start filling in docs as I...
The change is solid and has my vote of support from a code standpoint, but needs a final decision from a compatibility angle. LZ-String has been maintaining compatibility with anything...
considering the significant number of changes that have happened to the master branch since this started I am considering scrapping what is here and starting fresh. The work still needs...
yeah that was my assessment too, was curious to see if I would get a response. didn't expect someone else to reply lol.