Geoffrey Booth

Results 448 comments of Geoffrey Booth

Relevant to this, I was just reading https://aws.amazon.com/blogs/compute/node-js-18-x-runtime-now-available-in-aws-lambda/ and noticed this paragraph: > Experimental features in Node.js can be enabled/disabled via the `NODE_OPTIONS` environment variable. For example, to stop the...

I came looking to open an issue requesting this and fortunately found this issue. I would have expected this to be mentioned in either https://esbuild.github.io/getting-started/#build-scripts or https://esbuild.github.io/api/#build-api or under the...

> I would recommend to not consider support for v14 and even v16 as a requirement. They are both going out of support in 2023. We can do that if...

I just rebased on `main`. I was able to reproduce the issues cited above. To summarize: ```shell ./node --trace-uncaught --test ./test/es-module/test-esm-loader-chaining.mjs TAP version 13 node:internal/test_runner/harness:37 throw err; ^ Error [ERR_UNHANDLED_ERROR]:...

@JakobJingleheimer @nodejs/v8 @targos @MoLow I’ve made a small discovery that might point to the cause of the `This Environment was initialized without a V8::Inspector` error. So per above we were...

> the objective of the change in #44366 was to make `--inspect` (with all of its variations) only affect the “inner” process since both `--test` and `--watch` have a wrapping...

Is there a way to override with a local file, rather than a package published to the npm registry or GitHub?

> But personally I have not explored this direction more because I am not completely satisfied with this package. It is rerunning queries and while that works, i would like...

I got this to work. `--docker-volume-basedir` needs to reference a path on the _host,_ e.g. `/Users/Geoffrey/Sites/project/amazon` on my Mac, not `/var/opt` inside the container as I expected it to be....

> Allow the positional `*.coffee` parameter/s to be anywhere I don’t think this is possible, because some flags take values. You could argue that when a non-flag argument is passed...