Yusef Karim

Results 2 issues of Yusef Karim

Update crate for use with `svd2rust` version `0.31.0`. I briefly went through the svd2rust [release pages](https://github.com/rust-embedded/svd2rust/releases), the primary extra/manual change I noticed that needed to be done here was to...

The dictionary query `self.attrs["Containers"]` at [networks.py#L42-L48](https://github.com/containers/podman-py/blob/main/podman/domain/networks.py#L42-L48) seems to be incorrect (also shown below). Using the key `"containers"` (lower-case "c") fixes the issue. ```python @property def containers(self): """list[Container]: Returns list of...

bug
good first issue