-
Joined on
2021年05月18日
This is caused by ModemManager not having a multi-user API. There is a proposed fix for this on the Geoclue side here (see...
This should still be fixed, I can address the rest of the remaining issues myself, since the code needs some tweaks to work with the supported installation methods anyway.
Thanks for spotting this. The code now runs replace() over the Hostname which does what is expected, but does not catch unsupported percent expansion chars or other errors. I suppose these...
The hostname replacing code is now wrapped in if let Some(host_str).
We're not using semantic commit messages in this project, so the commit message for translations should be something like i18n: Add / update <language> translation. (You don't need to change the...
So just return "Системное время"?
logging from tpikonen/overpass-api-python-wrapper
@x1z53 wrote in tpikonen/satellite#43 (comment):
Thanks, looks good, except for the System time translation. And please squash the fixed ru translation into one commit.
This really is system time, that is, the output of datetime.now() when the NMEA output is parsed. There's probably a reason for using this instead of the time parsed from NMEAs, but I can't...