Pascal Hertleif

Results 115 issues of 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 - [ ]...

DS - macos
B - crash

## 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...

C-Docs
C-Enhancement
A-ECS
S-Blocked
X-Blessed

## 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 ,...

C-Enhancement
C-Performance
C-Usability
A-Cross-Cutting
X-Contentious
D-Modest
D-Domain-Agnostic

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...