Gernot Hillier
Gernot Hillier
Sorry if I overlooked something obvious, but I miss a way to specify a `source` archive url for a component, as logical counterpart to the `distribution` type. Many ecosystems have...
I'm using vcrpy 4.0.2 with requests 2.20.1 (urllib 1.24, Python 3.6.10, OpenSUSE 15.1). My goal is to cache REST replies from a database. All works perfect when I use an...
I don't understand the purpose of the "distro" qualifier for Debian packages. If I'm not completely mistaken, Debian and derivates use a shared package pool for all distribution releases, so...
As "+" is frequently used within Debian package versions, I'd like to see a clarification (and probably examples/tests for it) whether this needs to be percent-encoded or not. This also...
Tried a fresh install today and ended up with: ``` Traceback (most recent call last): File "/root/psa_car_controller/venv/lib/python3.11/site-packages/psa_car_controller/psa/RemoteClient.py", line 105, in start self.mqtt_client = mqtt.Client(clean_session=True, protocol=mqtt.MQTTv311) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: Client.__init__() missing 1...
I tested psacc successfully some weeks ago on my Laptop and finally installed it on a Raspi 3 B. Since it's installed on the Raspi, I didn't manage to get...
The preconditioning element has an interesting field called "failureCause" which reports error conditions like opened doors, battery low state etc preventing the preconditioning to run. These errors are interesting, so...
After having read @0x3dlux's comment https://github.com/Stellantis/stellantis.github.io/issues/128#issuecomment-1918860979, I wonder if there should be a warning to use "-R" with caution? Or a recommendation to not use values smaller than ?? mins?...
By chance, I noticed that our Astra L Hybrid's door was not locked/closed correctly by looking at the debug log: ``` 2024-02-14 22:14:51,368 :: DEBUG :: response body: {... "preconditioning":{"airConditioning":{"createdAt":"2024-02-14T21:07:48Z","updatedAt":"2024-02-14T21:07:48Z","status":"Failure","failureCause":"DoorOpened","programs":[{"enabled":false,"slot":1,"recurrence":"Daily","start":"PT7H30M","occurence":{"day":["Mon","Tue","Wed","Thu","Fri"]}}]}}...
Thankfully, https://oss-binaries.phusionpassenger.com/apt/ provides source packages like https://oss-binaries.phusionpassenger.com/apt/passenger/pool/main/p/passenger/passenger_6.0.4-1~buster1.dsc (plus the corresponding *.orig.tar.gz and *.debian.tar.xz files), so we can install them using `apt-get source` and re-build them to verify the contents of...