InvalidUsernameException
InvalidUsernameException
On my system I have the `rua`-related directories (i.e. `~/.config/rua/`, `~/.cache/rua/` and `~/.local/share/rua/`) symlinked to a different partition. This is primarily due to space constraints on `/home/`, but I've included...
When upgrading AUR packages `rua` always adds the `--asdeps` switch to the `pacman` command line. That means that packages that were previously installed explicitly most likely end up as orphans...
The `scale-down` option for the `object-fit` property was previously unimplemented and was incorrectly treated as `objeect-fit: none`. Note that as per the `FIXME` comment, the scaling behavior is still not...
**IMPORTANT**: PRs without the template will be CLOSED ### Description of your *pull request* and other information The channel extractor for ZDF now uses an API endpoint to get the...
Previously floating replaced elements were drawn incorrectly and also twice. This was originally discovered because of the `css/css-images/object-fit-*` set of tests from the WPT suite. Those use dashed borders to...
Instead of trying to manually determine which parts of a bitmap fall within the box of the `` element, just draw the whole bitmap and let Skia clip the draw-area...
This is the second attempt of #3809. This PR contains a few things: 1. An adjusted version of the reverted commit e055927eadc8b051f580587da6cf83fe2ab64c6c that should work correctly now. 2. An explicit...
Small documentation update as requested in [#2774](https://github.com/LadybirdBrowser/ladybird/issues/2774#issuecomment-2694933434).
> The page screenshot is taken when the `load` event fires, but this event does not wait for resources linked to by CSS (such as `background-image: url("foo.png")`, or `@font-face`, or...
### Description of your *pull request* and other information This PR makes the Tagesschau extractor work again. Apart from the minimally necessary changes to make things work, this PR also...