Daniel Jacobs

Results 152 comments of Daniel Jacobs

> @Dinnerbone is there a specific wgpu call that returns "Parent device is lost"? @teoxoy I don't think we know (or at least I do not) since none of us...

> seems to have given up on the war For reference, no files are left that are affected by this issue.

After https://github.com/mdn/browser-compat-data/pull/24174 is merged this will become a non-issue.

I tried to work around this by switching to this for what previously used a string selector after an iframe switch to `#test-frame`: ```ts await browser .$(() => document .querySelector("#test-frame")...

Apparently $3 is not a function because it is ```js { error: { message: 'TypeError: element is null', columnNumber: 2, exception: { type: 'error' }, lineNumber: 1, stackTrace: { callFrames:...

In case it helps others, I found a way to work around this, but I really hate how complicated the workaround is, so we may just wait for this to...

Any idea how or when this might be fixed? It's the blocker for us merging https://github.com/ruffle-rs/ruffle/pull/17539 (the only blocker since https://github.com/webdriverio/webdriverio/pull/13470 was merged), and it would be nice to merge...

For reference, possibly relevant esbuild issue (closed as unsupported): https://github.com/evanw/esbuild/issues/607

> ```ts > await browser.addInitScript(() => { > const closure = new Function( > 'var __defProp = Object.defineProperty;' + > 'var __name = (target, value) => __defProp(target, \'name\', { value,...

That's not the only html transformation issue with edittext_bullet hatal. If you have newlines or spaces (I'm not sure which is the culprit or if both are) between the end...