Mike Bostock
Mike Bostock
We should return it as bigint instead of string, though. I think initially bigint wasn’t widely supported so we used string, but now it is widely supported. And frankly it’s...
Related https://github.com/observablehq/stdlib/pull/364 https://github.com/observablehq/stdlib/issues/378 We ran into backwards incompatibility issues last time we upgraded, but someone simply needs to test the latest version of duckdb-wasm (currently 1.27.0) and then we can...
Hasn’t quite landed yet! It should be available this week though. We will give an update here when it is released.
@zookini Observable Framework uses a different standard library than notebooks and generally defaults to the latest version of everything. However, we have currently pinned the default version of `@duckdb/duckdb-wasm` to...
Thanks! We’ve also deployed a new version of Observable that uses ResizeObserver when available, so at least in browsers that support ResizeObserver, it should work today.
Please upvote https://github.com/observablehq/plot/issues/8 if you are interested in this feature. Thank you!
This should work in vanilla JavaScript: ```js import initParquetWasm, {readParquet} from "https://cdn.jsdelivr.net/npm/[email protected]/+esm"; await initParquetWasm("https://cdn.jsdelivr.net/npm/[email protected]/esm/parquet_wasm_bg.wasm"); ``` (Unfortunately the default path to `parquet_wasm_bg.wasm` doesn’t work when using `/+esm` because it resolves to...
Yes, that would work too. The `/+esm` is nice because it bundles and minifies local imports, so the module publisher (you) typically doesn’t haven’t to build and publish the bundle...
This would also require user confirmation. Simply clicking on a link shouldn’t create the fork.
Cobus, my take is that these represent different things: this request is specifically for adding the next occurrence of the word that currently contains the caret to the selection. If...