Rick M

Results 91 issues of Rick M

I guess master is the only one that has a Package.swift?

As I understand it, Yaml is supposed to understand dates & times. When I parse a file like this: ``` datetime: 2001-12-15T02:59:43.1Z ``` I get: ``` Dictionary([String(datetime): String(2001-12-15T02:59:43.1Z)]) ``` But...

There's a bit of code I don't understand, on https://github.com/madsodgaard/vapor-auth-template/blob/fc3f4a7d8a6c3f74305c38718f0798728d46fda1/Sources/App/Services/Repositories.swift#L60 ```swift var repositories: Repositories { .init(app: self) } ``` This results in `Repositories` being instantiated on every access.

In Xcode 12b6, [this file](https://github.com/madsodgaard/vapor-auth-template/blob/master/Tests/AppTests/Helpers/XCTAssertResponseError.swift) has warnings: ``` Tests/AppTests/Helpers/XCTAssertResponseError.swift:5:52: Parameter 'file' with default argument '#file' passed to parameter 'file', whose default argument is '#filePath' Tests/AppTests/Helpers/XCTAssertResponseError.swift:4:93: Did you mean for parameter...

I tried installing `wsta` on my M1 MacBook Pro. Dunno if Rust has changed since it was last updated, but I got an error compiling: ``` ==> Installing esphen/wsta/wsta ==>...

I'm running into an issue where the library calls `fatalError`, killing my program rather than throwing an Error for me to handle. By throwing an Error, you allow the client...

I may be misreading here, but in your section “That Thing on the Swift Blog,” you reference a Swift blog post from 2016. The concluding section (“Reflecting on Reflection”) of...

How hard do you think this would be to get to work on OS X?

enhancement

### Pitch I would have asked about this on the Discourse, but new registrations are not allowed. I'm upgrading from 3.5.3 to 4.0.2, and going through the 4.0.0 update [notes](https://github.com/mastodon/mastodon/releases/tag/v4.0.0)....

suggestion

Hi. Could you enhance your library with Carthage support? I much prefer it to Cocoapods, since it doesn't mess with my project. Thanks!

status-accepted
status-in-progress