oleg131

Results 9 comments of oleg131

I think "visits" tracking is very useful. I was gonna use Overland to track my location but even "significant locations" are too redundant for me - it would report a...

Seems that the header is no longer accepted, so the api response is not what expected. As a workaround, set a different header manually, e.g. ``` import justwatch justwatch.justwatchapi.HEADER =...

Workaround: add some nearby point to the end of an arbitrary segment, so it looks like an appendix. It will not influence path calculation but makes the error go away.

I believe the problem is due to Pipeline Models honoring input and output content types but not in-between. I.e. when you start a Batch Transform, you can set it to...

Confirmed, this is happening for me as well. `base_job_name` is not honored when running `SKLearnProcessor` as a part of pipeline

Have been testing it for a few days and this is what I have to report: Even when continuous tracking is off, and only visit tracking is on, the battery...

Looks like the least battery intenstive location tracking is using `startMonitoringSignificantLocationChanges` which is what the other apps are using I assume. If I turn off Visit Tracking and set Continuous...

After few days of testing: I've disabled Visit Tracking and set Continuous Tracking Mode to Significant, and battery usage went down to "low". I'm using test endpoint where I'm just...

Does this mean that the app is already sending visits locations even if "standard" and "significant" are turned off? https://github.com/aaronpk/Overland-iOS/blob/59c8d1d88ecf89733f7529ef9cc0a1ea38f67c90/GPSLogger/GLManager.m#L408