Keith Cirkel
Keith Cirkel
Good catch! Magical getters has been a problem since `2.x` :disappointed:. Let's make sure this gets fixed. PRs welcomed!
Thanks @43081j. I agree. Moving to es modules would be a good move. Annoyingly there's a lot of work involved, but I think that's the priority for Chai 5. I...
`@chaijs/token-bearers` is the team which has all credentials for the chai accounts. Looks like those old log links are 404ing, so I can't see what the failures are. Happy to...
Please do so. I’ll take a look tomorrow
I'd like to suggest there's more nuance to the difference between panelsets and application tabs, and I would categorise some of the GitHub UI differently. For me, the choice to...
The discussion in the meeting just been swayed me against the idea of making the whole group focusable so I withdraw my position on that.
`` now exists, and it has a `showModal()` API which shows the given dialog as modal, in the top layer. Congrats everyone!
It seems this can be expressed using `` and `invoketarget`, by moving the form submission into the confirmation dialog, no? ```html Delete Are you sure you want to delete? Yes...
If you wanted to select and send multiple IDs you could add checkboxes for the parent form that point to the confirmation in the dialog. I believe the following would...
> this is more complex than using javascript. This is true if your JavaScript is `if (confirm('Are you sure you want to delete?'))...`, but for anything more (for example customising...