Adam Smaka
Adam Smaka
So unsupported `List()` is a bug which could be fixed soon or should I reconstruct my app to handle this case? My model has to-many relationship to the same ObjectType...
``` extension Action where Input == Void { func asCocoaAction() -> CocoaAction { return CocoaAction { [weak self] _ in return self?.execute(()).map { _ in Void() } ?? .empty() }...
@felangel any ETA of this proposal?
create extension like this ```extension CustomizableDateTime on DateTime { static DateTime customTime; static DateTime get current { if (customTime != null) return customTime; else return DateTime.now(); } } ``` use...
as mentioned in #125 use `ignoreUnregisteredTypes: [B]` in your `InjectableInit` configuration to mute the warnings
as mentioned in #125 use `ignoreUnregisteredTypes: [ABCDataSource]` in your `InjectableInit` configuration to mute the warnings
looks like version 5.7.2+3 doesn't support web nor macos. have you tried 6.0.0 beta?