-
### Prerequisites
* [x] Checked that your issue isn't already filed by cross referencing [issues with the `common mistake` label](https://github.com/mochajs/mocha/issues?utf8=%E2%9C%93&q=is%3Aiā¦
-
https://blog.domenic.me/youre-missing-the-point-of-promises/
Fight against the pyramid of doom!
https://thewayofcode.wordpress.com/tag/jquery-deferred-broken/
I was originally tricked by the jQuery ā¦
-
Flow should warn when we try to use a promise as a value inside an `if` statement
```js
if (promiseReturningFunction()) {}
```
The scenario below however should still be okay
```js
if (awaitā¦
-
Seeing as the npm package haven't been updated in two years and the suggestion in the "Readme -> Note" about using native promises when possible still stands, would it make sense to deprecate this pacā¦
-
It looks like the `fs.cp` mock does not work on Node 20.
In my examples `fs.stat('/path/that/exists/only/in/mock-fs')` works indicating that mocks are active, yet `fs.cp('/path/that/exists/only/in/ā¦
-
I have a function that uses
@Transactional()
excute() {
...
const promises = [];
promises.push(this.receiptDetailRepo.save(listReceiptDetail))
promises.push(thā¦
-
I have an endpoint for accepting huge files, so instead of loading them at once into memory, I choose to consume `incoming` as stream and process it with `busboy`. The happy path works properly, but tā¦
-
**Is your feature request related to a problem? Please describe.**
In many AKS releases earlier this year it was noted that the K8s 1.30 release would mark the end of Beta APIs being enabled by defaulā¦
-
Ref
* CVE-2024-27322, also [the patch](https://github.com/r-devel/r-svn/commit/f7c46500f455eb4edfc3656c3fa20af61b16abb7)
* this message by [GWS](https://mstdn.social/@gws/112359221951567488)
* [ā¦
-
#655 makes several fields of [`AuctionAdConfig`](https://wicg.github.io/turtledove/#dictdef-auctionadconfig) into Promises, but not all of them. Apparently this is [based on industry feedback and someā¦