Mike Bostock

Results 751 comments of Mike Bostock

FWIW, Framework’s DuckDBClient ([as of 1.3](https://github.com/observablehq/framework/releases/tag/v1.3.0)) returns Apache Arrow tables without materializing array-of-objects. So there’s that.

That’s correct, it wouldn’t be backwards-compatible so I don’t think we are likely to change the behavior in Observable notebooks any time soon. (But eventually we’ll have a way to...

> Should the pyodide instance be exposed so that you can e.g. load micropip? I’m not going to do this yet, but we might add this in the future.

Putting this on hold as, at a minimum, I think we need to update the [Observable Inspector](https://github.com/observablehq/inspector) to do a better job with PyProxy objects.

You can shorten it slightly… ```js html`` ```

DOM.svg came up as an unnecessary impediment to adapting D3 examples to vanilla JavaScript. Other than require, DOM.svg is the only stdlib method used by most of the D3 examples....

Yes, I want to switch our `html` tagged template literal implementation to use hyperscript #94 or something else (such as htm), so that it can escape by default and also...

The neato engine isn’t included in the “lite” build of Viz.js, which is used by this package. (It might be the same for circo; I’m not sure.) https://github.com/mdaines/viz.js/wiki/Usage You can...

Reopening until this is generally available.

See also https://twitter.com/mapmeld/status/967634520295071744 Previously https://github.com/observablehq/notebook/pull/1011 I think it would be fine to always use dir="left" for the Object inspector, but we should definitely leave on dir="auto" for non-inspector output.