Christoph Wagner
Christoph Wagner
It happened continuously until I recalculated priors (rechecked the logs, it started reporting the location before I relearned, just recalculating was enough), from 22:20:09 till 22:24:09 FWIW, I rebooted the...
Just for playing with it, I can already use another Tasker plugin that just clicks on the Start Tracking button. So don't feel the need to release that on my...
The [intent plugin](https://www.npmjs.com/package/cordova-plugin-intent) seems like an extremely simple alternative to set up a track or learn intent. Full tasker integration would be better but this should be far easier to...
I don't think there is a way to avoid battery drain when tracking with somewhat high accuracy, be it via wakelocks or via the background-plugin (however that works). That's why...
Ouch, that's a lot ;) Well, I guess for my use case I could change it so Tasker not only starts the tracking but also wakes up the phone.
I’m getting the error on PG 15 with pgloader 3.6.7 (newest on Debian stable, but the release note seem to mention nothing relevant for the 2 newer versions): > postgres...
I have the same issue, API calls can take way longer than 100s
> The current README points to a shell script for quantizing, but you can refer to an older version of the README for manual instructions. ```ps1 param([string]$modelPath, [switch]$removeF16) Get-ChildItem $modelPath...
As the SDK does not support highlights, maybe the readme should mention it? It even gives an example using `AttributesToHighlight` without mentioning that this won’t actually work.