John O'Meara

Results 25 comments of John O'Meara

Does my most recent commit fix things or am I misinterpreting the issue? ## Before: ![image](https://github.com/user-attachments/assets/4c5ca991-cf6e-405e-a4dd-3d0a35c4094a) ## After: ![image](https://github.com/user-attachments/assets/0531070d-a6dd-4853-adfe-d6c6f28ea64d)

Maybe we can just get rid of this space? I'll try it out - hoping it doesn't break things.

@misaugstad Removing the bottom space on newValidateBeta yields this: ![image](https://github.com/user-attachments/assets/d35cb869-220d-44fe-91b3-9312f38fa039) It feels kinda weird because of how wide it becomes. Thoughts?

I think I improved the situation with newValidateBeta a bit but it still might not be perfect. When you get the chance, let me know what you think. Screenshots: ![image](https://github.com/user-attachments/assets/37aca57e-c630-4013-bf3a-4ae058cf6a18)...

> Simple workaround is to use env variable > > ``` > set PYPPETEER_CHROMIUM_REVISION=1304219 > uv run --with pyppeteer python -c "import asyncio; from pyppeteer import launch; asyncio.run(launch())" > ```...