Skip to content

pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:CSS language:CSS language:Python

Filter by

541 results  (286 ms)

541 results

insindresorhus (press backspace or delete to remove)

Hi everyone, Recently, I needed to run Sublime Text 2 and discovered that the EditorConfig plugin no longer works on this old version (2.0.2, Build 2221) . After looking into the issue, I realized it ...

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)并做了前后对比验证,确认显示效果有改善。

Note this fix and PR where supplied by Claude after we were diagnosing a failure to archive an app I m building. Claude told me the problem was effectively a circular dependency of Defaults - Defaults ...

Fixes #27 Fixes #76 Problem When saving a file, uses to remove trailing blank lines. In Sublime Text, calling automatically shifts the viewport s focus to the point of modification, causing an annoying ...

Expose Shortcut.isTakenBySystem and Shortcut.isDisallowed to make it easier to implement custom recorder UIs.

Summary - Preserve viewport position and selection during pre-save EditorConfig adjustments - Prevent cursor/scroll jumping when save triggers tab expansion or newline cleanup Issue Fixes #76

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