Saafo

Results 10 issues of Saafo

**bug详情描述** RT **桌面信息:** - 操作系统: [Ubuntu] - 版本号 [e.g. 2.0.5]

feature

DriverKit now is available on iPadOS 16, will Karabiner also be available on iPadOS?

**Is your feature request related to a problem? Please describe.** Currently, `Staged Changes` and `Unstaged Changes` are separated blocks and take screen space simultaneously. This takes too much space, cannot...

enhancement

**Describe the bug** I follow the [Custom_Pagers - delta](https://github.com/jesseduffield/lazygit/blob/master/docs/Custom_Pagers.md#delta) config and change pager to delta, it work well when focusing on `commits` or `files` tab, but cannot work when focusing...

bug

**Describe the bug** Some icon can't be correctly displayed after upgrade nerd font to 3.0 **To Reproduce** Steps to reproduce the behavior: 1. `showIcons = true` 2. using a 3.0...

bug

### New Issue Checklist 🚫 If this template is not filled out your issue **will** be closed with no comment. 🚫 * [x] I have looked at the [Documentation](http://snapkit.io/docs) *...

I'm not sure whether it's worth while, but it seems to be more safe (and performant?). As all, NSRegularExpression seems would be replaced by Swift Regex in the future, which...

enhancement

### Version confirmation - [X] Confirm ### Following prerequisites - [X] Confirm ### Not a user config issue - [X] Confirm ### Neovim version 0.9.5 ### Operating system/version 14.2.1 ###...

bug
help wanted
has:workaround
has:repro
treesitter

Add `length then alpha` option to sort imports with the same length in alphabets.

enhancement

Similar to the problem I've described on [stackoverflow](https://stackoverflow.com/questions/76918735/how-to-detect-active-scheme-of-an-xcode-project-workspace-from-command-line) There're only somethings like: ```rb Xcodeproj::Workspace.new_from_xcworkspace("My.xcworkspace").schemes Xcodeproj::Project.schemes("My.xcodeproj") ``` What I want is: `Xcodeproj::Project.active_scheme("My.xcodeproj")`