Jason Kohles

Results 6 issues of Jason Kohles

Because threads.js installs it's own signal handlers for `SIGINT` and `SIGTERM` and those handlers call `process.exit`, that means it's impossible to ensure that whatever other cleanup needs to happen when...

enhancement

I had a whole bunch of source files that caused jsdoc2md to throw `RangeError: Maximum call stack size exceeded.` when I attempted to render them. I managed to reduce the...

#### Describe the bug - Node.js version: v16.14.0 - OS & version: macOS Monterey (12.6.1) The documentation page includes an example of a handler that throws a custom error to...

bug
future

The docs say that the flat operator is consistent with `Array.flat`, but then show an example that is not consistent, as `Array.flat` leaves non-array values alone and would not expand...

documentation

### Pull Request check-list _Please make sure to review and check all of these items:_ - [ ] Do tests and lints pass with this change? - [ ] Do...

When running `esphome config` as a CLI tool, the output adds some escaping to any config property that ends with 'password', 'key', 'psk', or 'ssid' so that the dashboard can...

core
small-pr