Philippe Rivière

Results 1049 comments of Philippe Rivière

Without trying to implement it (so I'm probably missing why it's difficult), I imagined you could say this in a config file: ```js const confetti = () => import("npm:canvas-confetti").then((confetti) =>...

solved in https://github.com/observablehq/framework/pull/1306 (by 791a59cf01910c15cb70c137f72c74fb0f09791f)

Does this even matter anymore since everything is now self-hosted? The scenario where an attackers hacks into the scripts is at the same threat level as an attacker hacks into...

Here's the patch I'm thinking of sending when we release framework: ````diff diff --git a/README.md b/README.md index 0a72565..c9eb48d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ # Observable Inputs...

interesting idea; can you share the project publicly?

We can't send an inverse projection function to the backend, but instead of sending separate bounds for lon and for lat, can we send a ST_geometry, and query with a...

It's not planned in the short run, but contributions and experiments are welcome. You can use the _chart_.scale method to retrieve the scale and create an interactive widget that in...

See @tophtucker 's experiment https://observablehq.com/@tophtucker/interactive-plot-legend

**Radar chart** using an azimuthal-equidistant projection: https://observablehq.com/@observablehq/plot-radar-chart

**Spiral heatmap** with an azimuthal-equidistant projection and a custom line interpolation that follows the parallels rather than the great arcs. https://observablehq.observablehq.cloud/pangea/plot/spiral-heatmap