Alexander Gabriel

Results 197 comments of Alexander Gabriel

@radex > to enable synchronous operation What exactly does synchronous mean? I suppose it does _not_ mean that instead of: ```js const herkunfts = await db.collections.get('herkunft').fetch() ``` I could use:...

I experience the same problem but am not using babel-plugin-module-resolver, with: - "@nozbe/watermelondb": "0.20.0" and - "@nozbe/with-observables": "1.0.7" Simply can't get the HOC to work 😢 This is one example:...

@osvaldokalvaitir Yes, so far I am pretty happy with it. Though I am new to rxjs so I had to learn a lot. Also you have to really know how...

I just realized I can't query nursery from delivery using `Q.on` for both relations because that probably looks up the delivery side field in it's associations. So I can only...

I am currently circumventing the problem by querying and filtering the data where it is needed instead of using references. I suppose that modeling multiple associations is not possible with...

I have the exact same problem. It worked yesterday or the day before. Today `await Geolocator.getCurrentPosition` seems to do absolutely nothing. I changed nothing apart from updating flutter_map. Why was...

So I saw that this bot seems more intelligent than expected. I will try to give you more information: derterminePosition.dart: ```dart import 'package:geolocator/geolocator.dart'; determinePosition() async { bool serviceEnabled; LocationPermission permission;...

@florissmit1 Yes I did. It seems to be related with the (configuration of the?) virtual device used. My usually used one crashed yesterday and I started one I use rarely....

+1 For someone like me who has never used coffee script it is especially hard to recognize what is specific to hamlet and what is coffee script. This makes starting...

This issue seems rather basic and would probably be very useful to many devs. I don't think it should be closed.