Klaas Pieter Annema

Results 15 comments of Klaas Pieter Annema

If `sourcekit-lsp` is provided by Xcode now than you shouldn't have to download a separate toolchain. Under the hood coc-sourcekit already runs [`xcrun --toolchain swift --find sourcekit-lsp`](https://github.com/klaaspieter/coc-sourcekit/blob/8fb04e765add3b4d8bc8e79631c271ef01db90fd/src/extension.ts#L27) so it should...

@benwoodward @Matthewspear if it works, feel free to update the README 😄

Running the test suite and the example commands I was unable to hit this function https://github.com/apple/swift-argument-parser/blob/598ba07a2f9d61e34f00c289305e64cf52abb224/Sources/ArgumentParser/Usage/UsageGenerator.swift#L250-L259. Which (as mentioned in #10) seems to be because `ParseError.unknownOption` is swallowed here https://github.com/apple/swift-argument-parser/blob/e17dac8424d0275d082dacf00524f2c372d50bf8/Sources/ArgumentParser/Parsing/ArgumentSet.swift#L373-L375....

It didn't and I've been looking at a way to resolve this ever since 😅 For example I would expect the follow to return `Unknown option '--knd'. Did you mean...

@insidewhy That's awesome 🙏. In general I'm not a fan of the mock the world upfront it's definitely an improvement over what's there right now. I'm happy there are more...

Pretty much the same as @focalfury. I just set it all up and seeing the exact same.

Vimux removed the `_VimuxHasRunner` function in favor of [`hasRunner`](https://github.com/preservim/vimux/commit/29c5b395458172c33f141ed788b04c8674173701#diff-6b0bbd57d2f0b3ef4ffd0dc57a62752584a28d205595805cb6aca6ed8084c46bR242-R245).

Last I checked the maintainer isn't allowed to submit their own software to Homebrew. So I would say :shipit: .

On the Apple forums the Eskimo [suggests](https://forums.developer.apple.com/thread/93373#282490) using [`kSecAttrSynchronizable`](https://developer.apple.com/documentation/security/ksecattrsynchronizable). I'm pretty certain we need to add `kSecAttrSynchronizable: kCFBooleanTrue` [here](https://github.com/calleerlandsson/Tofu/blob/master/Tofu/Keychain.swift#L90-L95). I'm fine with making the change, but I wouldn't be comfortable...

I also tried restoring an iTunes backup to no avail. Like you said, it's probably because I beta tested the app. Perhaps the 'easiest' way to migrate would be to...