Ryc O'Chet
Ryc O'Chet
Somewhat late to the issue here - but it's looking for an `http` connection, while most of us have it set to `Secure Connections: Required` (ie, `https`) - change it...
The root issue is Tdarr I believe - I run via docker (linux for server, both linux and windows for nodes, and they have both done this) - it seems...
I was recently optimising some startup code in an app, and found that the GC could actually have significant impact on things (up to 200ms for 16mb) - but as...
Just to note - Javascript does *not* support UTF8 - it converts any text strings etc into UTF16, which means there is potentially data change when converting (one UTF8 character...
> I did not know that javascript did not support utf8, this is the first time i read about it. Pretty good writeup including references - https://flaviocopes.com/javascript-unicode/
Binary is always a safer transport mechanism than some encoding ;-)
Needs someone with some time to look at it - the project needs a bit of updating regardless (ie, bower was deprecated ~5 years ago, should be in typescript, and...
Related to #123
Of note: LZW patent was granted in 1981, and expired in all countries by 2004, LZMW was created in 1985, and LZAP in 1988 - dates for patents would be...
ES6 version should simply be built in parallel so it's available on npm - just like the Typescript typings, if it's there then things that understand it can make use...