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

For example, this HTML won’t be rewritten, and will working during local development but won’t work when deployed: ```md test ``` We currently only normalize links in Markdown, not HTML;...

bug

This provides an extra property on clack, `clack.wrap`, that contains version of the clack utilities that automatically apply ansiWrap. For example, `clack.log.info` becomes `clack.wrap.log.info`. Not all methods from `clack` are...

Hi, building the example pages fails behind a corporate proxy. Fetching d3-dsv fails and running npm add d3-dsv does not fix. I cannot post the stack trace (corporate policies) but...

enhancement

The current build prompt on deploy doesn’t warn you that it’ll re-use the data loader cache, so you could re-build but still get old data. I think we should probably...

bug

- [ ] Snowflake - [ ] PostgreSQL - [ ] BigQuery - [ ] Databricks - [ ] MongoDB - [ ] MySQL - [ ] Oracle - [...

documentation

Hi all! I’ve been preparing course materials for next semester centered on AI at the edge. For the observable framework modules, there is too much copy and pasting right now....

enhancement

I still need to verify backend API handling of a deploy skipping postDeploy, specifically around possible errors returned from specifying a non-existent deploy ID, or an ID for a project/deploy...

https://github.com/observablehq/framework/assets/7001/ff179809-1878-4ec7-a0f4-e24db559a058 closes #657

To further increase parity between JavaScript in Markdown and JavaScript in data loaders, we could add a loader that allows `npm:` protocol imports to be automatically loaded from jsDelivr, or...

enhancement