Keith Cirkel
Keith Cirkel
Regarding 1; can you expand on this please? I'm not fully sure I understand. Do you mean if the popover is first opened programmatically, or is the use-case around multiple...
> When we originally designed the popover API, you could just do transition: opacity 0.5s and everything "just worked". That sounds great, I'm not experienced enough with the intricacies of...
For sorting I propose having ``/`` to sort lexicographically and ``/`` to sort numerically. In addition perhaps having the IDL allow assigning a comparator function (`sort = (a, b) =>...
> Make the sorting UI non-functional, as in it just fires an event and it's down to the developer to update the content. But… what's the benefit? I think there's...
Interest invokers very specifically abstract away focus/hover to unify cross HID behaviours. I think if you want "interest invokers but just focus" then using the `focus` event is probably what...
> @keithamus maintains and probably has opinions. :) Many 😉 > Auto-formatting durations like `` Formatting durations is very useful but in general I think using an ISO duration can...
Thanks for the issue @shgysk8zer0! This has been discussed before (I can't find the issue now) /cc @lukewarlow. I'm not fully convinced we need new APIs for this. Aside from...
One way to create such a signal is `new AbortController().signal` but that does create an object only to have to clean it up. `new AbortSignal()` throws. In theory that could...
> 2 - something's bugging me about the overlap here of `includes`. We'll likely have similar logic in `deep-eql` too. I'll add that `deep-eql` is also very well optimised. I...