Nico Weber

Results 269 comments of Nico Weber

If you want, you can grab this as test: https://github.com/SerenityOS/serenity/blob/master/Tests/LibWeb/Screenshot/svg-stroke-styles.html

Per CI, you also have to update the expected screenshot for Screenshot/input/svg-background-no-natural-size.html as it's changing ever so slightly.

Thanks! You also have to update the title in the commit itself. Run `git commit --amend`, update the commit message, and then `git push --force-with-lease` to push the updated branch...

Sorry if this is a silly question, but the commits you linked to modify the window menu, while the TODOs are about the window buttons. Are the window buttons automatically...

Do you know which pull request did them, or where in the code it's done?

#25040 does some work towards this.

Does this still repro? IIRC @trflynn89 fixed some issues on macOS recently.

@spholz You know this code a bit, right? Want to look at this? :)

Thanks! Since you're in this part of the code: If you're looking for things to do, it'd be nice if `posix_spawn()` could become a syscall instead of being implemented in...