Cihat Gündüz
Cihat Gündüz
@0ber Anything holding you off from merging this?
@holiday As a quick fix you can use the fork from the PR mentioned above, so use this link `https://github.com/sereivoanyong/SVProgressHUD.git` and choose the `master` branch, worked for me! 🎉
@ethanwa Please try the `master` branch of `https://github.com/Papershift/SVProgressHUD.git` instead, I fixed #1068 in there on top of the fix in the mentioned PR. Also please note that "Framework not found...
I fixed this issue here: #546. Anybody who wants this fixed can use my repo until the changes are merged (see linked pull request for details).
Can this get merged, please? We need it because of https://bugs.swift.org/browse/SR-13579.
I'm having a similar issue, here's how the cycle begins in my case: `Catchable.swift`: ```swift on.async(flags: flags) { body(error) //
Note that I could fix the issue, by setting multiple breakpoints in my `Movie.make(path: path)` method and investigated what caused the error in the first place. Then, once I fixed...
Any updates on this? The metadata (especially timestamp) would be a very useful addition! Is there something planned here? @tanner0101 added it for Vapor 4, but we have Vapor 4...
I know that, but I think the defaults should definitely be more `swifty` or at least provide the option to be so. Another possibility is that we keep support for...
Found a fix, but my fix will probably break Swift 4 compatiblity. See #16. If you want to keep supporting Swift 4, you will want to add platform availability checks...