sergdort

Results 35 comments of sergdort

Hi, @kavoskhajavi make sure your `T` is `RealmRepresentable `

It's possible because of `Observer`. I guess you can try `observer.onNext(Void())` It's weird that it does not compile to you as I have the same configuration ¯\_(ツ)_/¯

Hi, @Sajjon Regarding: > I just have one short question, in your ViewModels transform:input method you do use capture list to weakify self, e.g. in EditPostViewModel I do not think...

Hi @jdisho Not sure what do you mean by: > if a change is made in the Input, the transform function will be called and all the outputs will be...