Philippe Rivière

Results 379 issues of Philippe Rivière

Since we rely on the browser to parse CSS4, and to create a canvas, we can rely on it to also convert these colors to whatever color space it supports....

Would it be interesting to have a way for an initializer to suppress an existing channel (e.g. by returning channels: {y1: null}) ? Currently me can only merge (so add...

enhancement

If you say `tip: {maxRadius: 100}`, the **maxRadius** option is correctly passed through to the pointer, affecting the interaction as expected; however our typescript defs reject it.

bug

TK… (pushing as a backup before travelling) TODO: - [ ] cleaner - [ ] what to do when stroke is variable? currently this splits the area into chunks… not...

As a (data apps user) when I go to https://observablehq.com/projects/ I would love to see (an overview of my projects: with all recent deploys at the top).

A bug where dates are shown as numbers in the table; it should have been covered by #263, but in this case we have `field.type.unit==0 `instead of `1`. The bug...

bug

computes the outer contour(s) from the triangles and halfedges, ignoring the hull demo: https://observablehq.com/@fil/multipolygon-tricontour alternative to #18

closes #320 note: this seems to work, but the deprecated version is not broken either.

Adds a `tailwind` plugin to `esbuild.build` for css files. I could not find how to pass a custom configuration directly, so I'm currently creating an intermediate `root/.observablehq/cache/tailwind.config.js` to direct tailwind...

* illustrates how to make sql fenced code blocks from a DuckDBClient instance * syncs the sql fenced code blocks with the mosaic db (thanks, @tel!) * gives better guidance...