Osiris-Team
Osiris-Team
@wcy6457 thanks for the PR, there seem to be issues with the ThreadSafety tests, please do a deep dive on that, they shouldn't fail. Maybe its something with the virtual...
Still happening in 1.3.0, specifically regarding more async heavy leayouts with lazy loading UI.
Oh yeah that makes sense, didn't think about that! -> Fixed
my bad forgot to copy over, fixed
Is there something left to do? Not sure because of all the bots commenting.
@vladtreny didnt't work for me (im using playwright and setting that flag in extraArgs).
@vladtreny no sadly not, here is my code: ```js // JS-Code(3) const { chromium } = require('playwright-extra'); const stealth = require('puppeteer-extra-plugin-stealth')() chromium.use(stealth); var browserCtx = null; var browser = null;...
I sadly need those additional args, but I doubt they cause the issue.
Looks pretty cool, @HSGamer you got time for this, or should I?
@SirDank I need to do a code review for the changed code before updating it, since Server-Updater is a smaller library. Didn't come to it yet, will see if I...