Benedek Kozma

Results 71 issues of Benedek Kozma

gitstatus version: 1.4.3 macOS 11.0.1 (20B50) x64 I modify 3 files, VCS_STATUS_NUM_UNSTAGED reports 3, VCS_STATUS_NUM_STAGED reports 0 then I `git add .`, now VCS_STATUS_NUM_UNSTAGED reports 0 while VCS_STATUS_NUM_STAGED reports 6...

First of all, you want to subscribe to UIKeyboardWillChangeFrameNotification and then ifelse based on `(keyboardEnd.origin.y < [[UIScreen mainScreen] bounds].size.height)` And then you want to set toolbarHolder's frame like this: ```...

For example this: https://github.com/yonaskolb/Mint/blob/30101d25524043fd753d25d033b438f943a585b5/Sources/MintKit/Mint.swift#L163 Has a warning that it is unsafe: https://github.com/jakeheis/SwiftCLI/blob/2e949055d9797c1a6bddcda0e58dada16cc8e970/Sources/SwiftCLI/Task.swift#L262 And it could be written like this: ``` Task.capture("/usr/bin/git", "ls-remote", "--tags", "--refs", package.gitPath) ``` I don't know if...

This works: ```swift // sourcery: init, isEqual, hash @objcMembers public final class ``` This doesn't: ```swift // sourcery: init, isEqual, hash @objcMembers public final class ```

We are allowing users to copy files from our app by writing the FUSE URLs to the pasteboard like this: ``` NSPasteboard *pb = [NSPasteboard generalPasteboard]; NSPasteboardType type = NSPasteboardTypeString;...

Tested by adding this to an existing project's podfile `pod 'SnapKit', :git => 'https://github.com/Cyberbeni/SnapKit.git', :branch => 'static-framework'` and then running `pod install` and building the app.

### New Issue Checklist - [x] Updated SwiftLint to the latest version - [x] I searched for [existing GitHub issues](https://github.com/realm/SwiftLint/issues) ### Description We are running UI tests for our macOS...

enhancement

Xcode supports more stuff to performance test than just "wall clock time", it would be cool to also see those in the formatted output https://indiestack.com/2018/02/xcodes-secret-performance-tests/

https://developer.apple.com/documentation/vision/vnsequencerequesthandler

### Feature Description It would be nice to be able to add such widgets, so that I could display the logs of some other services that I also run on...

enhancement