Mike Bostock
Mike Bostock
Cobus, we fixed this recently.
> How can I vote this up? Click the smiley face on the top comment: Then click the 👍 .
This issue is not fixed, but we did increase the default slice to [0, 1000] and I am hoping we can find a way to further increase that, or remove...
You can add collections to collections as described here: https://observablehq.com/@observablehq/collections Here are a couple examples of collections-of-collections: https://observablehq.com/collection/@observablehq/topics https://observablehq.com/collection/@observablehq/tutorials However, because a collection or a notebook may exist in *multiple*...
Something like this? https://observablehq.com/@d3/draw-me
Yeah, the issue here is that the embed code is observing everything in the notebook. If you look at the compiled source of the notebook (https://api.observablehq.com/d/075a638054c366e7.js?v=3) you’ll see that both...
This is the expected behavior: the Runtime has always used `requestAnimationFrame` to schedule the next tick of computation, which is paused in background tabs.
No, I don’t think this is something we’re considering changing: notebooks are primarily intended as user interfaces, not as applications or daemon processes. If you want the code to run...
Only going to include the core modules for now.
I’m not going to do this but you are welcome to fork this repository.