Keith Cirkel
                                            Keith Cirkel
                                        
                                    IIRC @meeber spent some time working through this assertions. I bet @meeber has some thoughts on this.
Thanks for the issue @arv. PRs are welcome. There have been multiple attempts but it seems really difficult to satisfy all bundlers and tools. I think we might need to...
Absolutely @Neob91! Always happy to have new contributors. Let us know if you need any more info to proceed!
Thanks for drawing my attention to this @bennypowers! Catalyst is a library on top of Web Components so it can leverage the base components you already have in this repository....
FWIW in practice the DOM already makes the distinction of function-vs-object in the case of `addEventListener`: ```js const handle = e => console.log('main!', e) handle.handleEvent = e => console.log('property!', e)...
At the risk starting the bikeshedding wars around the API; would `.observe()` be a reasonable name for this?
I think it is very important for the signal to be unable to control upstream effects, such as remaining time. One of the motivations for timed AbortSignals is deadlines: "all...
FYI this issue is because tap-out (the parser used by tap-spec) does not support YAML1.2 blocks. See this issue: https://github.com/scottcorgan/tap-out/issues/17 @Munter in your TAP file you have the following: ```...
There's a little lint failure to fix here, but otherwise I think this is ready for review!
> We also presumably need to use a different name because we'll be running the Experimental modal-dialog still until we've worked out how we're handling all of the bits of...