Echo JS 0.11.0

<~>

Gnito comments

Gnito 1307 days ago. link 1 point
JSON.stringify doesn’t return string when the content is not JSON. What a surprise…
Gnito 1382 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 1397 days ago. link 2 points
Canvas fingerprinting alone isn’t accurate enough for banning purposes :/
Gnito 1403 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 1430 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 3356 days ago. link -1 point
An extremely useful exception: apiOutput.someKey == null