Fabian Iwand
Fabian Iwand
**Describe the bug** In a team with Prettier enabled, any cell that contains a syntax error will cause Prettier to fill up the dev tools console with errors like the...
**Is your feature request related to a problem? Please describe.** Observable uses SendGrid for its mailings, which includes comment notifications as well as newsletters, marketing mails or surveys. If a...
**Is your feature request related to a problem? Please describe.** Observable offers a built-in database proxy that exposes database connections to the browser. In order order to access MySQL and...
**Describe the bug** - When the current match of a search is edited to no longer match the search phrase, the search will immediately jump to the next result. A...
**Is your feature request related to a problem? Please describe.** Notebooks in an unordered collection are listed in the order in which they were added to the collection. This might...
**Is your feature request related to a problem? Please describe.** At the moment replacing all occurrences of a string within a single cell feels overly complicated: 1. The author has...
It appears that the `?keep-names` parameter is no longer passed through. Using the[ example from the docs](https://esm.sh/#esbuild-options), both https://esm.sh/react?keep-names and https://esm.sh/react generate the following response: ``` /* esm.sh - [email protected]...
What are the conditions under which the D3 logo may be used in 3rd party projects?
It seems that the [fly.io schema](https://github.com/tamasfe/taplo/blob/ccf23c655111e4feab2f55b993f65175120fbac3/site/site/public/schemas/fly.toml.json) is out of date, as sections like [`[http_service]`](https://fly.io/docs/reference/configuration/#the-http_service-section) are missing. What is the current process to update the schema? I assume the definition was...
### What happens? Dates with millisecond resolution in Arrow tables are misdetected as`date` instead of `date64[ms]`. When an Arrow table is created via ```js arrow.tableFromJSON([{date: new Date()}]) ``` the infered...