Ilyas Shabi
Ilyas Shabi
@mcollina I would like to help on this
@anonrig when reading the [issue](https://github.com/nodejs/node/issues/49148) about using .env files, I noticed a discussion about overriding local environment settings: https://github.com/nodejs/node/issues/49148#issuecomment-1704891766 https://github.com/nodejs/node/issues/49148#issuecomment-2025490811 I created this PR to add support for overriding, similar...
@GeoffreyBooth Thank you for explaining this. I was inspired by the discussions to contribute. I see why it's important to discuss new features in an issue first. This can help...
Do you think this PR is ready to be merged, or does it still need additional work?
I explored the issue and it appears that Nodejs expects the "chunk" argument in the [_write](https://github.com/nodejs/node/blob/main/lib/internal/streams/writable.js#L475) function to be either a string, Buffer, or Uint8Array, not an ArrayBuffer. A potential...
Thanks for the suggestion @joyeecheung ! I've changed the code to pass `env->time_origin_timestamp()` the same way we do with `env->time_origin()`. It's now faster. Here is the benchmarks to show the...
Could someone merge this ? 👀
Is it possible to add some options, specifically to the programmatic API, to quietly handle missing files ? This could be useful for other things down the line too
@anonrig Could you please run the CI ?
@anonrig sorry for the delay I was on holidays, yes will work on it this weekend.