Mike

Results 118 comments of Mike

> @ClementWalter at this time, this is blocked on [rust-lang/rust#46450](https://github.com/rust-lang/rust/pull/46450). I am starting to experiment with a new json format and will be talking to the libs team about it...

The issue I'm reporting here is that the ostree commits aren't reproducible either. I wasn't aware of the image non-reproducibility, though that's good to know and somewhat understandable, but the...

For posterity, I traced this to 2 issues. The first is that some Python libraries are byte-compiled in the root file system that's part of ostree, but only if they're...

Podman on Ubuntu/Debian has no maintainer, so the only version available is an older podman 3.4.2. It turns out there's a bug in podman 3.4.2 with how `--device` works; it...

While the environment variable is gone now, the source of the issue is not. See #4565 and #2757

I'd argue this should also be the default behavior for the `z` and `zi` commands, and a different command should be used for cases where the current directory context isn't...

It appears there's been [a note](https://github.com/containers/podman-compose/blob/devel/README.md?plain=1#L14) about it [since Dec 21, 2021](https://github.com/containers/podman-compose/commit/30051c2f5b84308328b2271da88b34da2180c918), assuming you know what `link:` actually does/requires.

I just used it to successfully access an enterprise on-premise GitLab server that's only available over SSH like this: ``` # flake.nix { inputs.nixpkgs.url = "git+ssh://git@my-private-server/path/on/server/repo.git"; ... } ``` ```...

Since the shell code is running in the context of the AppImage environment, it seems the AppImage is missing the python module `encodings` that's used by the `from.py`. Python is...

It should also be pointed out here, that Terminals are generally not something that works as an AppImage. When running a terminal you usually don't want to be in the...