Stijn Willems

Results 16 issues of Stijn Willems

Thanks for the good explanation and setup. I managed to get a board NUCLEO-H743ZI2 like described in the readme. My toolchain is set to ``` xcrun -f swift /Users/stijnwillems/Library/Developer/Toolchains/swift-LOCAL-2020-02-15-a.xctoolchain/usr/bin/swift ```...

When trying to setup visual studio code like in the ReadMe I got errors that it could not run the sourcekit-lsp. I'm trying this on Catalina. Then I just tried...

I used it and apparently a view that you chain animations on retains those. When you later trigger animations on the same view the previously chained animations get triggered again....

Hei, pod 'Spark-SDK' does not work pod 'spark-sdk' does partially work but gives an issue with the Spark-SDK/Helpers dependency. As a solution I forked the sdk and loaded it via...

To make it possible to use files in conjunction with Apples `swift-argument-parser` it would be handy if `File` and `Folder` confirm to `ExpressibleByArgument`. This way Files and Folder can be...

The code ```swift private let numberFormatter = NumberFormatter() private let doublePrefixes: Set = Set((0...9).map { "\($0)." } + (0...9).map { "\(-$0)." }) public struct DoubleLiteral: Parser { public static let...

I guess because `free()1Password nulls out freed memory there is a memory problem as when I use the following code ```swift import Foundation import Syntax public enum JSON { case...

I thought there was an issue for this but cannot find it. Currently the swiftformat artifactbundle added to the release does not contain linux compatible binaries. In the case of...