John O'Meara
John O'Meara
Does my most recent commit fix things or am I misinterpreting the issue? ## Before:  ## After: 
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:  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: ...
> 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())" > ```...