Erik Živković
Erik Živković
Hi! This is constantly biting us during development. A file is removed - but nightwatch / some other library still picks it up and runs tests based on code that...
UiKit support would be a dream come true ❤️
Here is a naive attempt ```javascript // Original code const lTextDecoder = typeof TextDecoder === 'undefined' ? (0, module.require)('util').TextDecoder : TextDecoder; // Original code let cachedTextDecoder = new lTextDecoder('utf-8', {...
@stephanemagnenat Thank you for the kind words. Working on a patch.
Fix for Safari proper is here https://github.com/WebKit/WebKit/pull/43753 but it's going be a while before it is widely adopted.
Some unrelated clippy lints are failing, has CI rustc been updated without updating the code?
There don't seem to be any tests (generated .js-files) that use the non-browser path of `getText` 🤔
> @bes I opened an issue (#4482) as even `main` does not compile any more in CI. Thanks
We've been running this fix in production for a week now, and the results are encouraging. Screenshots from Sentry. Ignore the first column, it's low because of a quirk in...
> I'm a tiny bit concerned about the 1MiB margin. This [comment](https://bugs.webkit.org/show_bug.cgi?id=280593#c2) shows that it fails at 2,147,483,600 bytes and succeeds at 2,147,483,500 bytes. So the margin should be between...