Philippe Rivière

Results 1049 comments of Philippe Rivière

Ah you're right—currently only the npm/node modules are minified.

We should also enable autoloading, I guess. And we should copy the extension files to the local cache — not load it directly from the extensions.duckdb.org domain.

The main blocker currently is the fact that duckdb-wasm’s stable release does not support extensions, and we've had to clamp its version to 1.28.0 because the whole ecosystem of duckdb...

I recently added an example here https://observablehq.observablehq.cloud/pangea/party/duckdb-spatial it's not very rich feature-wise, but it shows that it is technically possible

I have rewritten this based on the suggestions in the review. There is a new TODO list.

Some of our examples will benefit from chained data loaders (in lieu of an intermediate archive). This will allow to split the analysis into independent small scripts. (thinking about this...

For SVGs we have the classic [crowbar](https://nytimes.github.io/svg-crowbar/) extension. For automation we can rely on playwright screenshots.

You can copy over the `DOM.download` module directly from https://github.com/observablehq/stdlib/blob/main/src/dom/download.js If you want to download data as xlsx, you can try SheetJS: https://observablehq.observablehq.cloud/pangea/party/xlsx-downloads (solution contributed by @cedricr) For screenshots we...

Correct. You could try with [bubkoo/html-to-image](https://github.com/bubkoo/html-to-image) though.

| first step | second step | | -- | -- | | ![first-step](https://github.com/observablehq/framework/assets/7001/30d467b7-ff62-46a6-a5cb-60287643ac82) | ![screenshot](https://github.com/observablehq/framework/assets/7001/97f0f28f-76e1-4ab1-82c6-d87ebe092a8e) | I'm not sure we need to list all the names like this, as...