Andrew Kaster
Andrew Kaster
When loading Shopify on Linux in the Qt chrome of Ladybird, I still see the log message referenced in the issue. I suspect that it's a code path not exercised...
I doubt anyone has tried to use GNOME Boxes with our disk images. We have documentation in the Documentation folder for VMWare and VirtualBox that might be useful as a...
We could probably use PipeWire libraries, or dip into ALSA if needed. But from my understanding/point of view PulseAudio was chosen because it's still the default on common distros that...
After #23218, I get the same reCAPTCHA timeout failure, but it doesn't seem to be related to window.postMesage transfer support, as that should(?) work now. ``` 90664.787 WebContent(744): ResourceLoader: Failed...
fwiw, the official docs https://skia.org/docs/user/build/#quickstart have an example doing ``` bin/gn gen out/RTTI --args='extra_cflags_cc=["-frtti"]' ``` Which doesn't seem like a particularly sane way to do this. There is a gn...
@miacodehub Thanks for taking an interest in this! However, it looks like there's already a few contributors looking at the problem and possible fixes. If you want help choosing a...
This is because of this commmit . According to the commit description, not doing this makes distributed compiler setups like `icecc` confused when `ccache` is passed as -DCMAKE_C_COMPILER=ccache.
> Spec says it is 300px x 150px [html.spec.whatwg.org/multipage/canvas.html#attr-canvas-width](https://html.spec.whatwg.org/multipage/canvas.html#attr-canvas-width) Fixed in the commit message and PR desc, thanks!
EnvironmentSettingsObject::notify_about_rejected_promises has this FIXME. should be simple to fix I think :D ``` // FIXME: This currently assumes that global is a WindowObject. auto& window = verify_cast(global); ```
Ah, forgot to open as draft. I still need to test this on macOS, sorry for emailz.