Mike Bostock

Results 657 comments of Mike Bostock
trafficstars

I can’t see how this is possible given that the `--host` argument has a default of `"127.0.0.1"`.

(Also, the argument is `--host`; `hostname` is the name of the internal option but that’s not part of the public API.)

> add a copy of these libraries even if we don’t detect that they’re used We already rejected this option previously. (Yuri complained about it.) So I don’t think we’ll...

DuckDB-Wasm is ~50MB which is even bigger, too. (Edit: Though it’s not in the current set of libraries that need implicit imports by FileAttachment. There was discussion about adding a...

@Fil i think that should be a separate issue, if we want the TOC to be configurable.

Thinking about this some more, and I think cleaning the output directory is the right default, and probably doesn’t even need a flag. For precedence, Vite’s build command has an...

This is mostly a problem with DuckDB-Wasm or anything that’s using web workers to compute asynchronously; if the computation is running in the main thread, it tends to be serialized...

This seems like the right direction. 👍 I’m thinking of going a step further and spinning up a temporary “asset server” each time we invoke a data loader, so that...

Related #906?

Can I see a screenshot of what this looks like?