Pascal Hertleif
Pascal Hertleif
Prevent assertion error when trying to close a fullscreen window that was on a display that got disconnected. --- - [ ] Tested on all platforms changed - [ ]...
## What problem does this solve or what need does it fill? As a user of components with Required Components (#14791), I want to see what other components are going...
## What problem does this solve or what need does it fill? #14670 is a performance improvement that uses `clone_from` instead of reassigning a cloned value. As mentioned in ,...
Usage example: modkit generate-shell-completions fish > ~/.config/fish/completions/modkit.fish This makes it a bit easier to discover the CLI :)
When using `assert_cmd_snapshot`, snapshot file contains an `info` section with the `args` given to the original `Command`. In my current project, one of the arguments is often a temp file...