Pedro Augusto de Paula Barbosa

Results 264 comments of Pedro Augusto de Paula Barbosa

Nice idea @Richienb! We could detect if each promise supports canceling and cancel them.

Ok. I will wait for the "go-ahead" before starting to work on a PR.

Hi @brandon93s, thank you for the idea, I admit I didn't think of using that construction. However, I just tried it, and after calling `assert.any([is.undefined, is.string], value)`, TypeScript still thinks...

I also agree that _silently switching users_ is a great source of pain. I for example lost about one hour because of this. Please find a solution that stops doing...

[the suggestion by @Vafthrudnir](https://github.com/Cockatrice/Cockatrice/issues/344#issuecomment-371490624) is immensely better than storing the password in plain text. Of course it's not perfect, but it's better: * If a user uses the same password...

> In a word, `import foo = require('foo')` need module `foo` have `exports.default` exported, or it would not work. This is not true. For `import foo = require('foo')` to work,...

> ```js > import time = require('time') > ``` Interestingly, recently I've seen this form of importing being preferred over all others, see [here](https://github.com/sindresorhus/conf/pull/96#discussion_r347885403) and [here](https://github.com/sindresorhus/mem/issues/31#issuecomment-475858825).

Hello! I suggest taking a look at the docker testing environments used within GitHub Actions from our main repository: https://github.com/sequelize/sequelize/blob/v6/.github/workflows/ci.yml

There's this fork now: https://github.com/weiran-zsd/eslint-plugin-node

I suggest `"my-package" is extraneous (not listed in your package.json)`, what do you think?