Michal Suchánek
Michal Suchánek
Just like on the other 64bit architectures you should get flagged as 'legacy' by default and get only the low 48bits enabled. If some application wanted to use more address...
Picking the amd64/riscv option the library builds. Are there some tests that could verify that this is working? Presumably the difference between the two options would be only noticeable when...
I am building in the Ladybird directory and then `ctest` fails to find the tests
And the directory is not `$ORIGIN/../lib` but rather `$ORIGIN/../lib64` because of different build options.
Maybe document that it's needed then 🤷 I don't see explicitly stripping rpath but maybe some of the linker options does it?
When the URL widget is pre-filled by following a link characters not allowed in an URL (such as newline or space) should be URL-encoded. It is not clear what to...
i2c clock should automagically regulate by device holding the clock line until it's ready to receive the following bit. It's broken on many controllers but because this feature exists in...
I can export the functions with no problem. The point here is that either the driver should be fixed to work with non-RH kernels or the export submitted upstream.
How can I run the coverage report on a pull request, then? The even I get when a pull request is updated is 'push'.
Nevermind, that's determined by the selected action type in the workflow, both push and pull_request happen on updating a PR.