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

In the deploy script: ``` │ ◇ What changed in this deploy? │ just initializing │ ◇ 6 uploaded, 0 unchanged, 6 total. │ ◇ Deploy complete │ └ Deployed...

enhancement

Note that it is diverging a bit from the ideation in #838. Because, in the config file, `output` defaults to `dist` (it is where the built files go); in the...

The `FileAttachment` methods have implicit imports: * `FileAttachment.dsv`, `FileAttachment.csv`, and `FileAttachment.tsv` use `npm:d3-dsv`. * `FileAttachment.arrow` uses `npm:apache-arrow`. * `FileAttachment.parquet` uses `npm:apache-arrow` and `npm:parquet-wasm`. * `FileAttachment.arquero` uses `npm:arquero`, and maybe `npm:apache-arrow`...

enhancement

If you’re logged into Observable (via `observable login`), we should use these credentials to allow private notebooks to be converted, too.

enhancement

Fixes #1538. Now `observable build` is always clean. Leaving as draft because I think we want a `--clean` flag to clean automatically, and without it we prompt you before cleaning...

Framework uses static analysis to detect [implicit imports](https://observablehq.com/framework/imports#implicit-imports). For example, loading a Parquet file using `FileAttachment(...).parquet()` will be detected as a dependency on the `parquet-wasm` package which will then be...

enhancement

See https://github.com/observablehq/framework/discussions/1544#discussioncomment-10300248.

enhancement

ref. https://github.com/observablehq/framework/discussions/1535 I'm not sure how we arrive at this point, but we should definitely not print out `http://undefined:3000` and instead print out a message suggesting to use an explicit...

enhancement

As @mcglincy demonstrates, when we ask whether you’d like to rebuild as part of deploying, we should really be doing a clean build so that we don’t include old files...

bug

Currently it’s hardcoded as ``` h1:not(:first-of-type)[id], h2:first-child[id], :not(h1) + h2[id] ``` Should we allow this to be customizable?

enhancement