Echo JS 0.11.0

<~>

Gnito comments

Gnito 1282 days ago. link 1 point
JSON.stringify doesn’t return string when the content is not JSON. What a surprise…
Gnito 1357 days ago. link 0 point
It was very entertaining to read the arguments from maintainers of 4 different color libs! I think these open discussions are the power of OS.

It seems to be the classic case of micro optimizations, egos, alpha version libs being faster than mature libs, etc.
Gnito 1372 days ago. link 2 points
Canvas fingerprinting alone isn’t accurate enough for banning purposes :/
Gnito 1378 days ago. link 1 point
If you don’t want to use try-catch, discard await&async — and learn to use Promises without those wrappers.
Gnito 1405 days ago. link 1 point
Always add ’catch’ to Promises, that way you don’t need to surround them with ’try-catch’ (and ’await’ is mostly syntactic sugar - it becomes ugly because of try-catch blocks, which are usually needed).
Gnito 3331 days ago. link -1 point
An extremely useful exception: apiOutput.someKey == null