Toph Tucker

Results 22 issues of Toph Tucker

A user asked Cobus if you could embed a notebook in React such that it fetches the latest published version of the notebook at runtime, instead of installing and checking...

Responding to [this forum question](https://talk.observablehq.com/t/problems-i-am-facing-while-embedding-a-private-notebook-into-internal-dashboard/5609). It's a little delicate because we gotta be careful not to encourage anyone to use a Map of hardcoded Secrets client-side — but using Secrets...

### What happens? Yesterday we [updated](https://github.com/observablehq/stdlib/pull/381) duckdb-wasm in the Observable standard library from 1.24.0 to 1.27.0, but then found that it could no longer read some file attachments, especially larger...

Watching people use the chart cell, they often set a reducer without understanding what it’s reducing. Min _of what_, max _of what_, mean _of what_? Setting most reducers without a...

If the date axis is not named one of the special names we suppress, the axis label may collide with the tick labels. (I see why this happens and auto...

bug
enhancement

Could provide more detail than you can get from the exposed scales, e.g. when there’s faceting or insets. Related: - https://github.com/observablehq/plot/issues/1192

enhancement

**Is your feature request related to a problem? Please describe.** Sometimes code (e.g. a variable name) is repeated in several places, and I would like to edit them all at...

Feature Request

I often want a slider without any symbolic number field associated with it. Often because the slider is just driving some dimensionless meaningless animation / interpolation parameter. Even though I...

enhancement

When building a project that depends on stdlib using Webpack (e.g. a create-react-app where you've installed the runtime and a notebook), you get 53 warnings in the terminal: ``` WARNING...