Asher Gomez

Results 623 comments of Asher Gomez

I kinda agree. Why was support for VSOCK at least partially implemented under the hood for `deno serve` in #29109? Should we instead remove that VSOCK and UNIX socket functionality?

@bartlomieju, to clarify, this PR assumes that it's planned for `deno serve` to support VSOCK and Unix sockets at some point in the future but just that the plumbing has...

The AI raises some good points. I'll apply these fixes in a follow up PR. But why are these errors going undetected? Can we fix that somehow?

PTAL @bartlomieju, so we can proceed with the other crates.

I've drafted #6668 to wait until we see what we do with https://github.com/denoland/deno/issues/29447.

~~Is it worth removing `UnstableArgsConfig::None` and instead using `Option` in `.with_unstable_args()`?~~ Actually, not worth it.