Karl Felix Schewe

Results 25 comments of Karl Felix Schewe

Thanks, but I'm not sure how to change it because there are different ways to install packages from AUR. For me it would be `yay -S qt5-styleplugin`.

I actually used ``void-installer`` and then skipped to to install [Limine](https://github.com/limine-bootloader/limine) as my bootloader because it does not require an additional partition like GRUB does for GPT partitioned disks on...

I could use some help with the semver report and a general review of the changes made.

I have deprecated `Rect::offset`. Maybe we should add a note with which version it will be removed.

I noticed that `cargo make format` formatted my test macros in unexpected ways, maybe there is some additional configuration needed?

I wasn't sure if had to create a new pull request for the second commit. My reasoning for adding it here was that the commits are related. Also the pull...

> We use GitHub to squash merge PRs, and then use the PR message verbatim in our changelog. This means if you want two Changelog entries then it's best to...

I just now had the case that I want to get the size of a table when it is rendered where I could use the new feature: ```Rust let inner_area...