Eric Ferreira

Results 37 comments of Eric Ferreira

@jakearchibald yes, but it's not as simple. A mapped type like this could accomplish a "subtracting" of the key as opposed to an adding of it: ```ts type OmitNested =...

It’s worth noting that if you option/right click on the URL and select "Open URL" from the menu, it works as expected.

My current workaround is to not render the selected item as a `Combobox.Option` at all, but rather just render it as a button with role `"option"` and `"aria-selected="false"`. The side...

Using `ui_mode: "split"` will put the sink right after the editor, which should put it inside your dialog.

> Building on @manuth suggestion above, I don't think a custom plugin is needed - at least this seems to work for me: > > ```js > output: { >...

@clentfort thoughts on this?

Two years down the line and this is still an issue? What’s the hold up here?

We also would like to see this implemented.

Yeah, that’s essentially what I’m looking for. I was trying to use the annot on a recipe, but couldn’t figure it out.

Not sure why those builds failed – I didn't change any files related to builds. @veltman?