Arne Einecke
Arne Einecke
My browser was using more cpu
I tested the watcher and found, that it seems to hold the data for a few seconds (in which it has relativley high CPU and RAM usage) until it writes...
I think another problem with storing HeartRate data and step data in the same "batch" relative to one timestamp would be the frequency of each data aqquistion. You can't really...
There is a bluetooth specification for how to transfer data like this, see https://www.bluetooth.com/specifications/specs/physical-activity-monitor-service-1-0/
I think it defines behaviour for both. In 3.2.1 (which is the only time they spell Bluetooth low energy) they define how to transfer data in multiple packages because ble...
Would wrapping this function in a helper https://github.com/dreautall/waterfly-iii/blob/0fa7b62a7631fd6232d7c71b8c149908086d39bc/lib/generated/swagger_fireflyiii_api/firefly_iii.swagger.dart#L5064-L5075 storing the transactions if the future was unsuccsesfull using https://pub.dev/packages/flutter_secure_file_storage would make storing transactions possible, wouldn't it? I'm not too sure what...
I'm still trying to figure out how to detect if the application is online or offline, so it can decide in which "mode" to start the transaction page (and maybe...
Oh i didn't see that, i'm referring to this then https://github.com/firefly-iii/firefly-iii/blob/5ac51218aaf2c695fb66d7ef4d36965f91214640/app/TransactionRules/Engine/SearchRuleEngine.php#L526 My main issue is, that "stop processing" works on a rule to rule basis, which isn't an issue if...