Mike Bostock

Results 657 comments of Mike Bostock
trafficstars

I just noticed this appears to be fixed in the top-of-trunk version of clack, but that version has not yet been published to npm? https://github.com/bombshell-dev/clack/pull/174 But despite not happening automatically,...

All good @mythmon. I put up #1618 and if you don’t have time, hopefully @Fil can review.

As an alternative for disabling preflight, there is also a `prose` class in the [typography plugin](https://tailwindcss.com/docs/typography-plugin) that is intended for Markdown.

This is the intended behavior. It’s not great in this case, but it works well when there’s less right margin. We should retitle this issue to be something actionable; we...

The (1) issue you raise is related to what I raised yesterday in #1646: the reason we’re seeing the title tip here is because the data is an array of...

Work in progress… https://github.com/observablehq/plot/assets/230541/12b7cbc4-8772-4969-a425-1ebbcf161db0 Note that the axis ticks don’t change because I haven’t implemented re-running mark initializers yet.

Good question! Often we don’t think about it because the bar or rect mark requires zero, and the _r_ scale by default includes zero. What do you think? And in...

This has been fixed in Observable Framework (1.10.0) but we haven’t implemented a fix for notebooks yet.

I added support for params to page fragment loaders in f5b5a13. This required passing a couple additional arguments to the interpreter so that you can run commands from stdin while...

> Crashes in the code block are fatal (we should instead surface the error). Maybe… I think the build should crash if a page fragment loader errors, in the same...