Julian Grinblat
Julian Grinblat
### Feature Request Checklist - [X] I have read and agree to Mocha's [Code of Conduct](https://github.com/mochajs/mocha/blob/main/.github/CODE_OF_CONDUCT.md) and [Contributing Guidelines](https://github.com/mochajs/mocha/blob/main/.github/CONTRIBUTING.md) - [X] I have searched for [related issues](https://github.com/mochajs/mocha/issues?q=is%3Aissue) and [issues with...
## PR Checklist - [x] Addresses an existing open issue: fixes #000 - [x] That issue was marked as [`status: accepting prs`](https://github.com/mochajs/mocha/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/mochajs/mocha/blob/main/.github/CONTRIBUTING.md) were taken ##...
I got around to trying out `11.1.10`, and found the following regression: ``` import { expect } from "chai"; const createTests = () => { it("test", () => expect(true).to.equal(true)); };...
It appears there are some security flaws in `node-gettext` now and a fork is available with fixes for those, and other improvements. I have a PR submitted to me for...
Currently, there is no reliable way to determine whether or not a battery is available in the system, making this plugin less portable. There was an older issue regarding this:...
`pg` is not strictly required by this package - `require("pg")` is only called when the library option is not specified. I think it makes more sense to declare `pg` an...
I've been running this patch locally for a while. It is technically a breaking change, because `.on` would stop attaching events directly to the internal client... But I think this...