Philippe Rivière
Philippe Rivière
An alternative might be to include the file path into the hash?
I'm not sure this fixes the issue I've seen in https://github.com/observablehq/framework/discussions/1061#discussioncomment-10444137 EDIT: but this should be fixed by #1651, I think
Duplicate of #909 (albeit with a different recommandation).
There is also `$‍{test}` (I know, not a very helpful comment!)
True, forcing all files to be lowercase is a bad idea (we don't want to have to rewrite scripts that expect to load a file called SoMeThInG.js). I still think...
True! There was this todo comment in #1018: `// TODO: in preview, also watch for changes in the theme meta.`
Here's an example that output an arrow table https://github.com/observablehq/framework/blob/main/examples/loader-arrow/src/data/samples.arrow.js this one outputs a parquet file (from javascript) https://observablehq.observablehq.cloud/framework-example-loader-parquet/ this one outputs a parquet file from shell/duckdb https://observablehq.observablehq.cloud/framework-example-loader-duckdb/
I would love that, also for "p3" color scales.
Another potential problem (if I remember correctly from my last tentative), is that the canvas we create is then serialized into the SVG with https://github.com/observablehq/plot/blob/1d01e254282a9cc3b8352f0b362ae3e2d35ad6f0/src/marks/raster.js#L168 I'm not sure if we...
To close the loop, this fantastic notebook just published on the topic: * https://observablehq.com/@jwolondon/hello-modern-colour-spaces * https://talk.observablehq.com/t/hello-modern-colour-spaces/9673 (thanks, @jwoLondon!)