Echo JS 0.11.0

<~>

tracker1 comments

tracker1 1872 days ago. link 2 points
Duomly is pretty much spammy content... they've been blocked on as many independent sources as I can do... dev.to, medium and github I can't reasonably block because there's too much relevant content.
tracker1 1875 days ago. link 1 point
Edited original title to match repository/npm name.

--- original title:

Made something useful. It's a simple utility package to help deal with arrays and an array of objects. Do use it and leave a star if you like it. Any feedback is appreciated. I would really love to hear your thoughts on how I could improve the package.
tracker1 1876 days ago. link 1 point
May as well get rid of the prototype chain...

    Object.assign(Object.create(null), original)
tracker1 1883 days ago. link 2 points
Selenium is in general painfully slow, cumbersome, error prone, difficult to setup correctly and automate.

The lambdatest articles have been receiving more upvotes than typical and while not inherently bad, I'm just suspicious of the upvote activity.
tracker1 1883 days ago. link 2 points
Interesting... a made a couple issues around supporting etags and if-modified-since requests as well as pre-compressed static content.

Should probably prefer streaming file responses for static instead of reading the file entirely and returning it from in-memory.
tracker1 1883 days ago. link 1 point
This should be upvoted a bit more than it has been.
tracker1 1883 days ago. link 1 point
Considering every modern browser supports async functions, would definitely use that syntax over the death tree of thenables for the code samples... the logic is difficult to follow.

Also, posting a more complete set of examples in a github or gist would be beneficial.
tracker1 1883 days ago. link 2 points
Generally not a fan of the N best of JS articles (will usually delete them), as there's no mention of how the method of ranking occurs.  This article seems to be mostly additional information over the State of JS survey results and that additional information is useful without excess opinion or narratives.
tracker1 1889 days ago. link 1 point
A couple other good spots would be the react discord channel.  Also the ##javascript channel of freenode.  I tend to look on freenode (IRC) first when I've exhausted search options.
[more]