Philippe Rivière
Philippe Rivière
It would be great to be able to install/load [DuckDB extensions](https://duckdb.org/docs/extensions/overview.html) as simply as: ```yaml --- sql: install: [json, fts, icu, spatial, vss] tables: taxis: nyc-taxis.parquet --- ``` (This means...
The easiest of the many things we can/want/might do with sourceMaps: - preserve sourceMap URL for npm modules, as links to jsdeliver For example, at the bottom of http://127.0.0.1:3000/_npm/[email protected]/_esm.js this...
`sql` queries —using the function in js code blocks, or within sql code blocks— can depend on variables that change often, such as the value of an interactive range slider....
Originally made with hugging-face, I've updated it to framework 1.9, and deployed on https://observablehq.observablehq.cloud/framework-example-loader-hugging-face/
It can happen that the preview server crashes (for example, when we write an erroneous import statement, or simply ctrl-c the process). The page then loses the connection with the...
an example of querying GitHub, git, npm… to get a lot of information about a repo. built for the [facebook/react](https://github.com/facebook/react) repo and deployed at https://observablehq.observablehq.cloud/framework-example-loader-github-react/ **facebook/react** is very interesting as...
deployed at https://d3.observablehq.cloud/d3-geo-polygon/ TODO: write proper documentation
### Discussed in https://github.com/d3/d3/discussions/3907 Originally posted by @tsairinius August 29, 2024 In the following example, I am calling d3.pointer inside of a 'zoom' event handler. The zoom behavior is being...
🎉 1.29.0! new version of DuckDB-wasm 🎉 https://github.com/duckdb/duckdb-wasm/releases/tag/v1.29.0 The repo had [296 commits](https://github.com/duckdb/duckdb-wasm/compare/v1.28.0...v1.29.0) since the last stable release a year ago. This is not including the commits on the linked...
paths to local files in transpiled JavaScript modules are postfixed with a comment For example, when building the documentation, we now have in docs/.observablehq/dist/_import/chart.95e875cf.js ```js path: "../_file/lib/gistemp.08e51068.csv"/* observablehq-file */, ```...