Mike Bostock

Results 751 comments of Mike Bostock

Okay, I’m going to leave this open though since I still think we can generalize the *key* option as described in https://github.com/observablehq/inputs/issues/128#issuecomment-829272312.

I think *disabled* would retain the checkboxes, but in a disabled state. I think I’d prefer a *select* option.

How about a flag? ```js function bind(target, source, { invalidation = Inputs.disposal(target), transform = d => d, invert = d => d } = {}) { let dispatching = false;...

I’m going to leave this as a question because I think more thought is required to figure out how this would work and if we want it.

Good idea! Thanks for the suggestion.

@hellonearthis This issue is for the basic inputs (e.g., a button or checkbox), where the *title* option would be specified as a string. I’m guessing that your comment is with...

Of course; I mentioned selection algorithms in the linked notebook. Your contribution would be welcome here! And if not, I’ll do it when I find time. Thanks for the reminder.

I tried this but it causes y-scrolling too, since KaTeX uses relatively-positioned elements that go outside the bounds of the containing element. I’m not sure how to fix this problem...

We can’t upgrade Marked (used by our `md` tagged template literal and by extension Markdown cells) until we support standard library versioning. Otherwise we would almost certainly break countless notebooks....

Retitled this issue to describe the more generic problem: we want to support Apache Arrow tables as a tabular data representation throughout database clients, SQL cells, and data table cells.