Fabian Iwand

Results 95 issues of Fabian Iwand

Are you planning to bundle or release a standalone Javascript module that can be included directly in the browser?

Fixes missing line breaks for constructor options, adds consistent list formatting. Note that GitHub's diffing seems to choke on the added code block indentation. Might wanna do a visual comparison...

Version: 0.11.2 (the one used by the latest assemble release) Something I noticed while creating typings for base: In `Base.prototype.isRegistered(name, register)`, the param `register` is implicitely documented as defaulting to...

**Is your feature request related to a problem? Please describe.** When a specific conversation is exported via the `-c` argument, the `users.json` file will still contain the entire members directory....

enhancement

**Describe the bug** It seems that the instructions for manual token extraction are too complicated. As far as I'm aware dealing with network requests isn't necessary, as the required information...

enhancement

When walking an object, `valueof` attempts to access properties on the object's prototype: https://github.com/observablehq/inspector/blob/fe14a1befb66d197f22750312e650a33d7c5608c/src/object.js#L18-L26 Due to implementation details for getters on platform objects this throws `TypeError: Illegal invocation`, which then...

Compiled Observable notebooks with file attachments call `main.builtin()` to register a `FileAttachment` builtin that is local to the module: ~~~js const main = runtime.module(); const fileAttachments = new Map([["chinook.db","https://static.observableusercontent.com/files/b3711cfd9bdf50cbe4e74751164d28e907ce366cd4bf56a39a980a48fdc5f998c42a019716a8033e2b54defdd97e4a55ebe4f6464b4f0678ea0311532605a115"]]); main.builtin("FileAttachment",...

Inputs.search accepts the `columns` option to restrict filtering to a subset of columns. However, doing so also sets the `.columns` property on the dataset. Downstream cells that display the data...

The search widget exposes an undocumented `query` property which is used in the [Documentation notebook](https://observablehq.com/@observablehq/input-search) to set the query terms via JavaScript links. Unfortunately `query` will only update when assigned...

From [tex in Table headers?](https://talk.observablehq.com/t/tex-in-table-headers/7165/2): > This style rule is matching the contents of the TeX element: > https://github.com/observablehq/inputs/blob/238639f3cb26fa9ecfc48b73bd6751aa66f6b1cc/src/style.css#L231-L235 > The rule should be made more specific, like `.__ns__-table >...