pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:Swift is:unmerged language:CSS
Filter by
142 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. ...
第一轮我主要做了三件事:先理清 github-markdown.css、light、dark 三个样式文件和构建关系;再定位移动端最影响阅读的几个问题(表格、代码块、图片等溢出);最后落地了一版移动端优化样式(新增
github-markdown-mobile.css)并做了前后对比验证,确认显示效果有改善。
Expose Shortcut.isTakenBySystem and Shortcut.isDisallowed to make it easier to implement custom recorder UIs.
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 ...
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( ...
It was really for trash to fail on -rf and other flags so this PR addresses this.
Why? I was using the site https://markdowntohtml.com/ to convert markdown to pdf but the design with basic css seems
very dull. So search for github s markdown css and found this repository. I believe ...
I m a HUGE fan of your app!
I use it personally to display a custom digital background generated by webassembly on my desktop. The only problem is
that I have 2 monitors. So what I did in this PR is to ...