rcorsi

Results 189 comments of rcorsi

So SerenityOS starts up, but is really hard to interact with it. It is slowwwwww! I get the message repeatedly if I click in the terminal... ``` 24108.938 WebContent(267530): Unhandled...

I was able to type `uname` and eventually the printout can.

Don't know if you have a clang 19 or 20 available, but I just did this in Ubuntu 25.04 `CC=clang CXX=clang++ ./Meta/ladybird.py build` and then it works.

Based on the installation instructions in the repo, a C++23 capable compiler is needed, with clang as the preferred choice and GNU as the alternative. The instructions suggest that the...

For me @alimpfard it works on GNU 15.2.0 (Ubuntu 25.10) in Release, but not in some other profiles as reported in #6745 For Clang seems to work fine. I think...

Found a way to make the gamepad tests fail pretty reliably. `./Meta/ladybird.py run test-web -f gamepad -j 1` With all of them going through one thread and one WebContent, problems...

If I add `Text/input/GamepadAPI/gamepad-is-available-in-new-navigables.html` to the skip file `Tests/LibWeb/TestConfig.ini` it almost solves all the failures.

Remaining faulting test is `Text/input/GamepadAPI/gamepad-iframe.html` which is timing out.

Testing with this command `./Meta/ladybird.py run test-web -f gamepad -j 1 -v -v -v -s` And the `Text/input/GamepadAPI/gamepad-rumble.html` REMOVED from skipping in `Text/input/input-file.html` So the `Text/input/input-file.html` has only these two...