Echo JS 0.11.0

<~>

Gnito comments

Gnito 962 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 977 days ago. link 2 points
Canvas fingerprinting alone isn’t accurate enough for banning purposes :/
Gnito 983 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 1010 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 2937 days ago. link -1 point
An extremely useful exception: apiOutput.someKey == null