Nico Schottelius

Results 129 comments of Nico Schottelius

It seems to work in pipx, not in a python venv. I am puzzled.

Cross linking https://gitlab.alpinelinux.org/alpine/aports/-/issues/14066

Also chiming in with @jirutka : when you are talking big infrastructures and you manage everything with a configuration management system, editing files is a no-go. Adding/removing files OTOH is...

I was just about to create an issue for this as well, the use case is as following: I have a couple of kubernetes clusters and would like to deploy...

@jpoliv what do you think about the approach?

That would be very good to have, as ipv4 networks are being phased out slowly (at least in our region)

This might be more relevant than ever, because docker now breaks networking with IPv4 enabled: https://www.ungleich.ch/u/blog/how-ipv4-stops-me-from-working-in-the-train/

Something very, very important to add here: as long as we cannot turn IPv4 off, nobody knows for certain that an image works properly in IPv6 only networks. And IPv6...

From what I can see the following patch could already be enough for parsing: ``` @@ -206,7 +208,7 @@ class USBRead(object): self._parse_bytes('internal temperature', 2, 100.0, bytes, info) return info -...