Jonas Nielsen
Jonas Nielsen
Did any of you manage to succeed using arrayContains or arrayContainsAny in combination with GeoFlutterFire and appropriate composite index?
I had to import a specific file from the csv-library in order to access FirstOccurenceSettingsDetector: ``` import 'package:csv/csv_settings_autodetection.dart' as csvAuto; var d = new csvAuto.FirstOccurrenceSettingsDetector(eols: ['\r\n', '\n']); ```
Did anyone find a solution to this? Also getting: `java.lang.IllegalArgumentException: Cannot convert between a TensorFlowLite tensor with type UINT8 and a Java object of type [(F (which is compatible with...
We experience the same error. Could this be the cause of our crash? ``` Caused by io.intercom.android.sdk.exceptions.IntercomIntegrationException Intercom was not initialized correctly, Intercom.initialize() needs to be called in onCreate() in...
We have also been wondering why we get so few Android-reviews (but many iOS reviews). @britannio, did you/someone test the proguard fix, or is it a guess?
Any idea when this will be released?
Does anyone have a guide about how to set this up from scratch? I have a Raspberry Pi 4 and one of the new camera modules. I'm a bit surprised...
Hi, I never got to try your branch, but I somehow just now managed to get my camera working with MotionEye. I have the Raspberry Pi HQ camera with IMX477...
I'm trying BirdNet's bird song model. It benefits from getting latitude, longitude and week-number (turned into cosine or something). I actually think I got hardcoded lat/lng working, but not entirely...
It also outputed before I added the multiInput. I think it might be more precise now, but difficult to say. It does recognize some common species. However, I would like...