Mariusz Nowak
Mariusz Nowak
I can confirm this exact error happens when you're not logged in to GitHub CLI context (then you cannot download nvm binaries). After logging in nvm installs without issues
@ljharb I've looked deeper, and indeed it's confusing. What I can confirm on If you install `curl` via `snap` on Ubuntu, you'll get above error when trying to install `nvm`...
If I read the [spec](http://people.mozilla.org/~jorendorff/es6-draft.html#sec-map.prototype.has) correctly, it describes key search with `O(n)` algorithm. Of course I don't mean that it should be followed, but my question is: On which basis...
@zloirock great thanks, that answers perfectly. I misread the spec then.
From ES6 latest draft (15.14.4.4): > forEach does not directly mutate the object on which it is called but the object may be mutated by the calls to callbackfn. >...
@amotzte this is a Node.js only module. It's not intended for browsers
It's also important to note that async functions will always return instance of native `Promise`. So even if internally it's purely bluebird promises that are processed, one should not expect...
@benjamingr interesting, but have you tried to voice that concern to TC39? As technically async/await doesn't have to work like that. The only response I got, was something like "because...
Happened also on my side: ``` TypeError: Cannot read property 'filter' of undefined at chanModes (/home/medyk/irc-notifier/node_modules/irc/lib/irc.js:296:37) at /home/medyk/irc-notifier/node_modules/irc/lib/irc.js:315:25 at Array.forEach (native) at Client. (/home/medyk/irc-notifier/node_modules/irc/lib/irc.js:266:26) at emitOne (events.js:82:20) at Client.emit (events.js:169:7)...
@sh1omi you're trying to say that this project is no longer maintained? I don't see such info in main documentation.