Mike Bostock

Results 657 comments of Mike Bostock
trafficstars

I realized we didn’t have a tracking issue for this, only the font-face crash bug #786, so I filed #1573.

Probably https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/redshift-data/

Related discussion https://github.com/observablehq/framework/discussions/1199

I think this is your operating system (macOS) being case insensitive rather than preview and I don’t think we should do anything here. Forcing all files to be lowercase would...

Yeah we could do some validation during build since we have the full list of files then, and warn if the file cases don’t match what the operating system says...

> Should our `npm:` resolver do some work to detect a rename? No, what you saw is a [deprecation warning](https://docs.npmjs.com/cli/v10/commands/npm-deprecate). There isn’t a formal concept of a rename and it...

Arguably already covered by the Plot dashboard example, but we could make a more minimalist loader-npm demo: https://github.com/observablehq/framework/blob/main/examples/plot/src/data/plot-npm-downloads.csv.ts

This is a bit tricky to do because: - Any stylesheet could, in theory, change the computed value of `color-scheme`. - The `color-scheme` could even be defined dynamically! - When...

> Why not factor out the query and you have a standard connector with just the query as a variant. There are lots of answers to this, but for a...