Marc S. Brooks

Results 9 comments of Marc S. Brooks

1000 times :+1: I would expect this to mirror the [Node.js config](https://github.com/lorenwest/node-config) implementation where you have a `default.json` that contains all configuration parameters from which other files may [overwrite](https://github.com/lorenwest/node-config/wiki/Configuration-Files#file-load-order). Having...

> Has this not been merged into upstream yet? I am facing these exact inconsistencies three years later. Thanks. I would consider this library unsupported considering no **major activity has...

Chiming into this thread. Experiencing the same issue with a [new repository](https://github.com/nuxy/s3-is-not-a-db) using a build configuration that works with another Coveralls [project I maintain](https://github.com/lambda-lambda-lambda/router). Same package releases, Travis CI instance...

Experiencing the same issue in `Node: v20.11.0` when running ESM code. Tested with, or without `--require` [esm](https://www.npmjs.com/package/esm)

Chiming in here since this issue is still open. I currently experience the same error during build/runtime, [but in my case](https://github.com/nuxy/go-webview-app-builder) the WebView and related callbacks work as expected. This...

For those who cannot wait you can suppress the audit error by adding the following block to your `package.json` ```json "overrides": { "ws": "^7.0.0" }

Experiencing the same issue when creating a [new TypeScript application](https://create-react-app.dev/docs/adding-typescript). ``` $ create-react-app project --template Creating a new React app in /home/work/project. Installing packages. This might take a couple of...

Just to note. There has been a [recent CWE posted regarding the v10 release](https://github.com/advisories/GHSA-pj3j-3w3f-j752). > Any computer that has this package installed or running should be considered fully compromised. All...