Mike Bostock

Results 751 comments of Mike Bostock

Ref. https://github.com/nodejs/undici/issues/1650 Ref. https://github.com/nodejs/node/issues/8381

Also, even if you use `node_modules` for explicit imports, you would have to fastidiously avoid using any implicit imports, as all implicit imports are `npm:` imports that are downloaded from...

You could try installing [Undici](https://undici.nodejs.org/) and adding the following to your `observablehq.config.js`: ```js import {ProxyAgent, setGlobalDispatcher} from "undici"; const proxyAgent = new ProxyAgent({uri: process.env.https_proxy}); setGlobalDispatcher(proxyAgent); ``` Or, if your proxy...

Not fixed; erroneously closed by GitHub’s shorthand. 🤦

The new **pager** option addresses #201.

This is not quite done, but I think it’s ready for review @Fil, and perhaps you could help me finish up some of the examples?

> Do you think we could make a separate PR for the new features? I considered this, but I’d rather not do the work to extract the features given that...

The older examples need some README polish, but otherwise this should be ready to go. 👍

I’d like to merge this. I think the main outstanding task is some final polish to the showcase example README’s. Last call for review.

Sounds good. We can start working on the Cloudflare redirects, too.