NullVoxPopuli

Results 2057 comments of NullVoxPopuli

any chance you could provide a reproduction repo?

yes, it's public API and should be documented

thanks for submitting! can you add a test that describes the situation your fixing that would be solved by your current change? thank you!

no need for that, you can just pick up the work

This is a decent work around, thanks. would be lovely to have this built in to the extension!

@patricklx what was the status on this one? I remember from the tooling team meeting, we discovered that this doesn't actually fix the problem? is that true? am I misremembering?...

naw, what I mean is our internal tests should use our nice authoring format, not the silly bespoke test infra we have all over the place

like, instead of: ```js this.renderComponent(ComponentClass, { template: '...' }) ``` our tests should use all the nice stuff we implemented publicly: ```gjs await render( ... ); ```