Philippe Rivière

Results 379 issues of Philippe Rivière

``` d3.scaleLinear().domain([5.5, 5.5]).tickFormat(7.5)(5.5) // "6" ``` We don’t handle the tick step being zero well. (originally https://github.com/observablehq/plot/issues/2076#issuecomment-2172184218)

The **extraHead** option allows to define an HTML fragment to add to the top of the page’s head. It defaults to the 3 links that allow to use the Source...

This seems more reasonable than introducing a new extraHead option; it doesn't change the default font stack that loads Source Serif (née Source Serif Pro, now [Source Serif 4](https://fonts.google.com/specimen/Source+Serif+4)) from...

They currently show * Title * Subtitle * cards with charts * simple input and data table * prose I want to see what **code** looks like, both 1-line and...

enhancement

TODO: - [x] code blocks - [x] inline expressions - [x] imports - [x] tests - [ ] documentation - [ ] do we need the `ts` tag? if all...

~~~~ ```jsx echo const a = view(); ``` ${a} ~~~~

enhancement

Note that it is diverging a bit from the ideation in #838. Because, in the config file, `output` defaults to `dist` (it is where the built files go); in the...

ref. https://github.com/observablehq/framework/discussions/1535 I'm not sure how we arrive at this point, but we should definitely not print out `http://undefined:3000` and instead print out a message suggesting to use an explicit...

enhancement

Implemented as a **FILE_SERVER** variable passed to data loaders (as an environment variable), allowing them to query an asset server. For instance, a bash data loader `mags.txt.sh` can query another...

A way for a user to point at a visual (figure, canvas, svg…) and download it as png (or maybe svg). If activated, it should be available everywhere, but not...

enhancement
question
design