Yannick
Yannick
I'm trying to test my feature which initially uses a Bootstrapper and PostProcessor to fetch data from a remote database. This should emit the result directly after the initial state....
Maybe we sould take a look at now stable [Kotlin Flows](https://github.com/Kotlin/kotlinx.coroutines/blob/1.3.0). On the other hand is fairly easy to "bridge" coroutines and observables by implementing an SuspendingActor.
I get an exception when using the latest Tensorflow 2.x version. After downgrading via `pip install tensorflow==1.15` everything works fine. Exception: `Traceback (most recent call last): File "neural_style.py", line 858,...