Khadim Fall
Khadim Fall
+1 also got reactivity problems in my app; could be related.
+1 recently
Added more tests to [PR#644](https://github.com/joschahenningsen/TUM-Live/pull/644) as there is a layer which makes testing easier (or even possible).
> Works great 💯 Looks also pretty clean code-wise! > > I've left some minor comments. Furthermore, there are some `.DS_Store` files in a bunch of folders which need to...
Have you tried `.toList()`, have to admit, it feels wired, but works for me. ``` Obx( () => StateDropMenuPicker( onChanges: controller.pickState, states: controller.states.toList(), selected: controller.pickedState.value, ), ), ```
@joschahenningsen actually no, we can remove melody completly 👍
> Looks good so far! The next step would be to get the stats back from influxdb to display them (e.g. at `/admin/course/123/stats`). Are you familiar with the [flux](https://docs.influxdata.com/influxdb/v2.4/query-data/flux) query...
quick fixed here: https://github.com/mono424/chess
Yes I specify a ndk version `build.gradle`: ``` android { compileSdkVersion 29 ndkVersion "22.0.7026061" [...] ```