Armin Telker
Armin Telker
the completion is not called on ios 10 and ios 12. this is strange. can you reproduce this? ``` HalfModalTransitionAnimator.swift UIView.animate(withDuration: transitionDuration(using: transitionContext), animations: { if self.edge == .maxYEdge {...
Hey the library SwiftKVC has an issue caused by your Reflection library with iOS 12 beta 2 and Xcode 10 beta 2. https://github.com/bradhilton/SwiftKVC/issues/10 do you have any idea how to...
Hey, I had an issue with building snapshot testing via Carthage. Version 1.8.2 Xcode 12.5 (12E262) - Apple Swift version 5.4 (swiftlang-1205.0.26.9 clang-1205.0.19.55) Carthage 0.37.0 ```bash # carthage update swift-snapshot-testing...
Maybe you can add this project to cocoapods :)
Hey i am new to the neural net topic. i would like to know how long your data was trained. i am using right now the NeuralNet-MNIST trainer. i would...
The current version of `Completable.subscribe` don't take anymore `Completable.CompletableSubscriber()` you could use `CompletableObserver`
Hey Nick, is this [NewRelicMobile.Android.nuspec](https://github.com/nberardi/newrelic-mobile-xamarin/blob/master/android/NewRelic.Mobile.Android.nuspec#L4) maybe wrong? Shouldn't be the nuget id something like this here `NewRelic.Mobile.Android`?
Hey it would be nice to have an option to not screenshot the parent. In my case the parent is changing in the background on actions that are done in...
Hey when I try to use your library with the new Xcode 10 beta 2 and iOS 12 beta I have following issue: ``` protocol ITranslation: Value { var example:...
Hey Daniel, we got in some cases an error. At the most times we got it when the app is in background. Do you know something about this kind of...