Lucas Nussbaum
Lucas Nussbaum
I'm interested in getting vmtouch into Debian. I do have two questions: 1. who wants to co-maintain (or be the main maintainer, but I'm fine with having that role) the...
hi, Being a co-maintainer is mainly a statement that you will monitor (and fix, if needed) the status of the package in Debian.
so, I've uploaded vmtouch. The git repo for the Debian packaging is at https://anonscm.debian.org/cgit/collab-maint/vmtouch.git @hoytech could you please apply https://anonscm.debian.org/cgit/collab-maint/vmtouch.git/tree/debian/patches/add-LDFLAGS-to-cc-call.patch so it's included in the next release? I've done minor...
hi! vmtouch is now in Debian: https://tracker.debian.org/pkg/vmtouch you might want to use the above page to "subscribe" to the package's bug reports etc. And... there's already a bug report: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=874145...
The dumpz links don't work anymore
erm, could you try to write a simple testcase for that bug, based on one of the existing testcases? According to the exception, REXML receives ASCII 8bit characters, not UTF-8...
Yes. I would need a test case.
confirmed ;)
There are more commands listed in https://github.com/mitchellrj/kamereon-python/blob/master/kamereon/kamereon.py (even if some of them might apply only to Nissan, not Renault). That file also provides the parameters to use. For battery-status, here...
here is a tested patch: ```diff diff --git a/src/renault_api/cli/charge/history.py b/src/renault_api/cli/charge/history.py index 7cbf988..9311f7c 100644 --- a/src/renault_api/cli/charge/history.py +++ b/src/renault_api/cli/charge/history.py @@ -1,4 +1,5 @@ """CLI function for a vehicle.""" +import json from typing...