Bryan Dragon
Bryan Dragon
`NaN` can never be equal to itself, so checking if `val !== NaN` won't work as expected. `isNaN()` should be used instead.
Writes to `process.stdout` may happen asynchronously, during the next tick (or several) of the event loop. Calling `process.exit()` immediately after calling `process.stdout.write()` may result in lost writes to stdout. See:...
`aio_pika` version: 6.6.1 Looking at the signature of `Exchange.publish()` https://github.com/mosquito/aio-pika/blob/5a77fb13d6c9baeeedae96e110584191dfed6a33/aio_pika/exchange.py#L203-L211 I am expecting the awaited return value to be either `None`, `Basic.Ack`, `Basic.Nack`, or `Basic.Reject` [[link](https://github.com/mosquito/aiormq/blob/8f6469f29bbae9dc39e9859a5c59e1efee21f0c6/aiormq/types.py#L24-L26)]. I am using `Exchange.publish()`...
### Why: Minor copy edit. ### What's being changed (if available, include any code snippets, screenshots, or gifs): I believe `Global security database live in the GitHub Advisory Database` was...
Adds smoke tests for yarn and makes some updates to existing smoke tests along the way. There's a yarn berry workspaces project in this repo, which led me to think...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Feature description As a Dependabot user, when I configure groups for a particular...