Daniel Ferreira Monteiro Alves
Daniel Ferreira Monteiro Alves
Same problem here. It works in command line but not in IDEA.
The problem is not only consume but declare modules too. Some libraries like Aurelia needs this kind of structure and I had to create and define the modules by hand...
To be honest, I really like this behavior except when it is used with the if attribute binding, because if I remove the inner nodes, I don't want the removed...
( Don't get me wrong!! I love this framework! hehe :+1: )
@jdanyow, did you understand that I'm talking about only the if binding? If yes, in my opinion, all inner bindings should be inactive or removed, so it will not affected...
Ok! I’m developing an application using it, so until now it’s pretty much complete, but a double check is nice to have. Em qui, 10 de mai de 2018 às...
Great. @felipehjcosta I already updated the whole library to Kotlin 1.3 and the coroutines implementation as well, but probably I forgot to push that. I will verify it.
But, about the Observable integration with promises, what's is wrong?
I think that I left the changes in the other computer. I will check that and on Monday and then I open the PR. I also was testing the possibility...
> There is a test called `ObservableCreateSpec` that is failing due to `IllegalStateException: Already resumed`. Got it. In the new implementation, I remember that I removed that Future class, so...