framework icon indicating copy to clipboard operation
framework copied to clipboard

A static site generator for data apps, dashboards, reports, and more. Observable Framework combines JavaScript on the front-end for interactive graphics with any language on the back-end for data anal...

Results 194 framework issues
Sort by recently updated
recently updated
newest added

Fixes #1469. Fixes #937. Fixes #573. Depends on https://github.com/observablehq/runtime/pull/374. ~~To test locally, you can `yarn link` in @observablehq/runtime, and then `yarn link @observablehq/runtime` in Framework.~~ I published 6.0.0-rc.1 so you...

Running notes - Whether you build locally or in cloud, the deploy method ends with pollForProcessingCompletion. In the local case, that just means uploading files; in the cloud case, it...

πŸŽ‰ 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 */, ```...

Hello, I'm new to framework and currently attempting the hello world setup on my machine. Given I am on VPN calls to the npm registry will be blocked as all...

enhancement

From : I would like to load data using DuckDBClient.sql() and display with vgplot. I am able to do this with Observable Plot: ```` ```js const sql = DuckDBClient.sql({ rand:...

enhancement

Ref #1469. This uses a WeakMap keyed by the string literal `strings`, effectively creating a queue per SQL cell and per `sql` tagged template literal. I’d prefer to implement a...

- is this an option? or an opt-in for some projects only? - the broken links detection didn't see that I was missing trailing slashes, can we fix that? (ref...

enhancement
question

Related #1707, when we resolve static imports, we could probably rewrite calls to `import.meta.resolve` to use `import.meta.url` (at least when we know that it’s a relative path). This would improve...

enhancement