Bradley Farias

Results 379 comments of Bradley Farias
trafficstars

An env would be nicer as it cannot be removed from disk to circumvent things. On Wed, Jul 13, 2022, 5:36 PM Guy Bedford ***@***.***> wrote: > Did you consider...

If policies were automatically looked up it would solve the problem as well. They intentionally do not compose though. If we go for files I would prefer that approach as...

Policies have their own integrity flag provided via CLI. On Sun, Jul 17, 2022, 8:37 AM Andrew Hart ***@***.***> wrote: > If policies were automatically looked up it would solve...

I would like to start that we should look at solving the major use cases, not all possible edge cases with this. I do want this feature very badly. 1....

@mscdex I'm not sure preventing every kilobyte of unused core is really a goal of Node. Providing use cases to users is paramount and various things like existing devtools workflows...

> due to some limitations in the current node ESM loader implementation? No. This is due to how caching is constrained by the specification, once a URL is used it...

@bnb a watch mechanism could automatically propagate an `import.meta.hot` signal for reloading yes.

Well, you can reload... but it leaks memory and under the hood rewrites URLs (would still be true with any sort of --watch), we have a PR with a test...

I think agreement on scope would be a good start. Having a process manager vs having a workflow to reload in the same process is one scope argument. Having solutions...

I'm extremely wary of this being used as a security related issue. I would be more comfortable if this can be disabled or custom configured. On Fri, Jul 15, 2022,...