Nicolas Lacasse
Nicolas Lacasse
Oh Firefox.... [Mozilla bug #608735](https://bugzil.la/608735) has been open for over a year, and it's not clear if it will get fixed soon. The bug description is basically this: If an...
Taken from: https://github.com/sztanpet/sh1106 Which itself is mostly taken from `ssd1306/ssd1306.go`. I only updated the dependencies to point to the new locations.
Would you mind submitting this to npm please? Makes it easy to work with browserify.
...before falling back to a synthetic id based on the hash of the network name. Checking both is needed to support the Docker-compatible format ("Id") and Libpod-native format ("id"). This...
See repro test [here](https://github.com/nlacasse/podman-py/commit/856b3690d0cd79b6c3935722ae9930c84ed157f6). When we create a new network, podman returns its `id`. However, the [`Network.id`](https://github.com/containers/podman-py/blob/main/podman/domain/networks.py#L31-L40) method tries to return `self.attrs["Id"]`, but that always fails, so it falls back...