Fabian Iwand

Results 95 issues of Fabian Iwand

The pointer also responds to mouse movement outside the frame area. This can be disruptive when hovering over axis labels, especially when these labels have links. Please consider adding an...

enhancement

**Is your feature request related to a problem? Please describe.** I often just want to test some code real quick, without having to create a notebook and without wanting to...

Feature Request
UI/ UX
Notebook

**Describe the bug** If a cell contains comments before the first statement or after the last, then these comments are not included in the exported module. This poses a problem,...

Bug
Notebook
Embed/ Export

**Is your feature request related to a problem? Please describe.** Observable provides a list of all notebooks that i liked. However, this list is limited to 30 entries per page,...

Feature Request
Search

**Describe the bug** Changing the database for an SQL cell creates a new version. However, when comparing that version to the previous version, the change is not highlighted. **Additional context**...

Bug
Notebook

**Is your feature request related to a problem? Please describe.** Notebooks can be imported both via their owner/slug path and internal path (i.e., ID). When searching for references/uses of a...

Feature Request
UI/ UX
Notebook

**Describe the bug** **To Reproduce** 1. Open https://observablehq.com/ 2. Enter "foo" in the search bar and press Return. 3. Change the search term to "bar". Either press Return or wait...

Bug
Search

**Describe the bug** Two cells were removed from a notebook, but the diff shows three removed cells, one of them a duplicate ([perma link](https://observablehq.com/compare/[email protected]@604)). **Secondary issue:** The latest change removed...

Bug

Given a table with a fixed height ~~~js Inputs.table(penguins, { height: 400 }) ~~~ scrolling through the table won't append new rows. The exact height is dependent on various factors...

bug

Inputs of type `datetime-local` may specify a `step` attribute to set the input's granularity. The attribute value defaults to "60" but can be set to "1" to allow entering seconds....