Colin Ihrig

Results 328 comments of Colin Ihrig

The time appears to be spent [here](https://github.com/denoland/deno/blob/5ad8919d642b646caa3328930dd1a3f290bc587e/ext/console/02_console.js#L828-L831) while logging the array. The bottleneck appears to be the use of an iterator to loop over the array. Here is a small...

> Of course, I can try docker's as builder, but I don't have a suitable Linux machine to test for the time being. Do you mean a multi-stage Docker build?...

> I think this'll be an integration test only? I think that makes sense.

The CI is failing because "freebsd" is not a valid value for `Deno.build.os`. There is an open issue for that in the core repo: https://github.com/denoland/deno/issues/14799

I think it makes sense to support this.

There was a bunch of discussion about this today in Discord starting from roughly [here](https://discord.com/channels/684898665143206084/684898665151594506/989832448554700810). This may be blocked on not wanting an op in core for performing `accept()`.

@bartlomieju I think we'll need to be cautious here. Node is keeping `async_hooks` marked as unstable indefinitely while exposing stable APIs like `AsyncLocalStorage` that are built on `async_hooks`.

I think it makes sense to try to implement. I think we should make sure not to paint ourselves into any corners while doing so though since the [future of...

Wildcard certs are supported on Pro accounts.

> my conclusion is avoiding child processes will provide a nicer/smoother DX Could you elaborate on that point?