Andrew Pietsch
Andrew Pietsch
Excellent, thanks for the pointers. I'll dig a bit further into the documentation and make sure I'm not just confused about how it should work.
I'm seeing this as well - tried swapping to enquirer but it's behaving the same. I'm using [email protected]
We'd love to use playwright but this issue has been a dead end for us. We have to control a number of external simulators and systems for our tests so...
For anyone stumbling across this we managed to get playwright working for our e2e tests using vite/vitest (we're not trying to do component testing). It's not as nice as the...
Looking into a bit the method to invoke seems to be `Trollop::Parser#educate` but it looks like it might be tricky to invoke it. For a quick hack I'm just calling:...
An old colleague would have described it as brute force and ignorance so I'm happy to go with clever (c:
Update: This was caused by a style regression on our end that changed the header height in css but didn't update the `tvItemSize` and `headerHeight` in the template.
Working again now for me too. Thanks heaps 👍