Matt Greenfield

Results 55 comments of Matt Greenfield

Sorry for slow reply! I really have no idea why this would be happening. GRDB is a dependency of LocoKit, used for the SQLite database layer. The error you're seeing...

Hi! With those settings, LocoKit will be running at peak efficiency, and can maintain uninterrupted recording sessions for 24-48 hours on a single battery charge (or 2-4 days on larger...

@mikiqex The unmerged same-type trips bug is fixed in v2.0. Might be time to upgrade 😉

That's a LocoKit issue, and one I'll get cleaned up shortly. Thankfully it's harmless - I've just moved a non-code file into the repo and not told the Package.swift about...

Another possibility is to also save the raw CLLocations and CoreMotion input objects to the database, purely for testing purposes. Aside: Storing the raw input data during normal operation would...

Hm. Curious. So this has changed *again*. Thanks for the PR! I'll do some testing of my own, to make sure I can reproduce your findings here.

I agree. It's diabolical. And it keeps changing every year, but with no proper documentation (or is given ambiguous and misleading documentation). > I had to resort to UIApplicationWillResignActive and...

Sorry for the very, very late reply to this! I haven't run into any problems with the current code, so haven't treated it as high priority. But I'm looking into...

> If the purpose of 'haveCoreMotionPermission' is to answer if motion data will be provided, then it should probably be named something else like 'canReceiveCoreMotionData'. Maybe even create one property...