pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:C language:Rust is:unmerged
Filter by
101 results
insindresorhus (press backspace or delete to remove)Summary
Fixes the estimated file size not updating when changing the screen-area crop.
Changes
Added an outputCropRect change observer in EditScreen. Also refreshes preview settings after crop changes, ...
Summary
The export dimensions controls now use the cropped video area as their reference size.
Previously, the width and height fields were based on the full source video dimensions even after cropping. ...
WHAT
- Support swift-syntax upper bound from 602 to 605 to support 602.x, 603.x and 604.x prereleases.
HOW
This approach is used in libraries such as
[pointfree’s](https://github.com/search?q=org%3Apointfreeco+https%3A%2F%2Fgithub.com%2Fswiftlang%2Fswift-syntax+603.0.0 ...
Expose Shortcut.isTakenBySystem and Shortcut.isDisallowed to make it easier to implement custom recorder UIs.
Fixes #235
Problem
Shortcuts using option + letter (e.g. option + q) stop working intermittently. option + number works reliably.
Re-opening the app s settings window temporarily restores them.
Root ...
Summary
Adds a proactive warning in the editor view when current settings (trim range and FPS) would result in fewer than 2
frames in the output GIF.
Problem
Currently, users only see an error after ...
Summary
Adds a warning in the editor view when the current trim and FPS settings would result in fewer than 2 frames, which is
the minimum required for a valid GIF.
Changes
- Added estimatedFrameCount ...
Fixes #190
Looking to do something like this in a menu where there is an optional preference and falls back to a default.
Button( New Item ) {}
.keyboardShortcut(newItemKeyboardShortcutPref?.toSwiftUI ?? .init( ...
Fixes #150
I wanted to implement it quickly to see how it would look like. I m no longer sure it s worth the complexity and
potential support headache.
The implementation is also just a MVP. It must ...