Daniel Asher
Daniel Asher
Version 9.2 (9C40b) - No tests are running. Apple doesn't seems to care about the incredible work developers are putting into disciplined modern practice. :( /var/folders/yk/9r3nhhws2pvc191dbh7885rh0000gn/T/com.apple.dt.XCTest/IDETestRunSession-85CFB1BE-62B5-4096-B4BD-35DA99C12003/CucumberishTests-FFD0CD10-8C66-4A4C-B03E-535638475C7C/Session-CucumberishTests-2018-02-15_103519-rWsOXP.log Test Suite 'All tests'...
I've just run into this issue https://github.com/vuelidate/vuelidate/issues/676. Some more information about this would be awesome.
I've also run into this problem. I've got a large project with hundreds of state structs that don't have an `Equatable` operator. I started to implement these, but after a...
Hi, @icanzilb I just ran into the same API misuse, also wanting to simply animate `alpha`, briefly baffled by the fatal error caused by the forced unwrap in: ```swift public...
@mfickett [AutoRaise](https://github.com/sbmpost/AutoRaise) implements this well. Can we use this code?
I ran into this issue (inconsistent hierarchy crashes) and found ``` dismiss(animated: true, completion: nil) Hero.shared.finish(animate: false) ``` works for me. Will report back if I run in to further...
@Athosone I'm using Rx too. Make sure to wait for the dismiss completion. I use: ``` public extension Reactive where Base: UIViewController { /// Dismiss a view controller and return...
Realm browser crashes when I try to open the __admin realm as an admin user. ``` Process: Realm Browser [31794] Path: /Applications/Realm Browser-2.1.10.app/Contents/MacOS/Realm Browser Identifier: io.realm.realmbrowser Version: 2.1.10 (94) Code...