Philippe Rivière

Results 973 comments of Philippe Rivière

~~I'm not sure how to apply exclusiveFacets properly. At least we now have test cases. Rather than a transform as it is now, I wonder if it could be a...

I've updated the description of this PR. ~~I'd like to find a cleaner way to apply the exclusiveFacets transform~~ (DONE)

Three tests fail, but unrelated to what the change does; it's due to changes in the hash instead. I've filed https://github.com/observablehq/framework/pull/1809 to fix that, independently.

see also https://github.com/observablehq/plot/issues/133

In fact everything is hosted but the images themselves (the US presidents portraits). I can copy them but the example will feel less natural if we have to use relative...

Unknown properties in scale objects warn with `Unsupported scale property:`. It would be nice to allow `description` everywhere.

Here's a solution for dark mode: Add `darkMode: ["variant", "&:where([class~=dark], [class~=dark] *)"]` to the default tailwind config, then add a javascript class toggle on the root. ~~~~md ```js document.querySelector("html").classList.toggle("dark", dark);...

Another thing to figure out is the hash. I don't think we want to update the css each time any md or js file changes… so maybe we have to...

I've updated the logic a bit, now we have continuous updating of a separate tailwind.css (It's still not limited to the current page, because I don't know how to pass...