mendhak
mendhak
v134 is now in the [releases](https://github.com/mendhak/gpslogger/releases/tag/v134) and [Fdroid](https://f-droid.org/en/packages/com.mendhak.gpslogger/)
I'd like this feature please, we are running scripts to set WSL up for developers and it would be important to set the name of the distro as seen in...
I've got [a PR going](https://github.com/mendhak/docker-http-https-echo/pull/81) and also published a temporary tag to Docker Hub if you want to test: docker pull mendhak/http-https-echo:issue80 Examples: # Ignore a single path docker run...
Thanks for your efforts!
There is a passive location listener in GPSLogger, the way that works is if some _other_ app requests a location update, GPSLogger will get it for free. It should be...
Yeah currently in passive logging the interval is ignored. There's a change coming up [in v134 (no ETA)](https://github.com/mendhak/gpslogger/releases/tag/v134-rc1) which will introduce an interval for passive logging. Yeah I think I...
Yeah that could work. If you're looking for a way to switch settings you can also have a look at the 'profiles' feature - https://gpslogger.app/#whatareprofiles - you basically give it...
Hi thanks for reminder. So if I understood correctly, the [fix has been implemented](https://github.com/astraw/stdeb/pull/196), but it's not been released yet? I guess it's going to be released in [stdeb 0.11.0](https://github.com/astraw/stdeb/milestone/5?closed=1)...
Or maybe some way to do the .deb build using pyenv or uv, maybe that's worth trying to figure out?
I've spent yesterday and today on this. I learned that package build tools really, really don't like you working in virtual environments. So I've ruled out uv and pyenv. I...