Dan Appel

Results 4 issues of Dan Appel

I'm attempting some web development with Swift and I tried to use your package. It seems as if the built binary is being executed multiple times. Tree: ``` quick-doc ├──...

For example, if I were to create a file called `main.swift` and fill it with: ``` swift #!/usr/local/bin/apous print("Hello, World!") ``` then executing the following: ``` bash $ chmod +x...

As @saamerm noted in #35 the iOS app crashes when unwrapping nil alert actions. I believe that this is due to allocating directly into a weak reference, leading to an...

The only thing stopping me right now is that apple/swift-corelibs-foundation has not implemented all of the NSDate functionality and I don't want there to be inconsistencies across platforms. Also, although...