Charlie Sharpsteen
Charlie Sharpsteen
Features are currently broken on rootless `podman` installs: https://github.com/devcontainers/cli/issues/548 Bumped into this while poking around using my Steam Deck in desktop mode. I was able to boot Home Assistant 2024.5.2...
The 2023.8.0 version currently pinned in `requirements.txt` also runs without the Rust feature enabled.
Now that tasks are widely available, it does seem like a good idea to re-factor this script into a module. One thing that does give me pause is that the...
Oh, I should also add: ``` pry(main)> PryDebugger::VERSION => "0.2.2" ```
I just did a quick scan of the Puppet core providers and it appears that ParsedFile is one of the few that [propagates this information from the type instance](https://github.com/puppetlabs/puppet/blob/3.4.3/lib/puppet/provider/parsedfile.rb#L166-L177) down...
Speaking of which... it looks like Filemapper used to return `should` values, but this behavior was pulled in a2fc3ad.
Same here with Docker Desktop 3.2.1 on macOS 10.14.6. `com.docker.backend` was consuming 100% CPU even after all containers had been stopped and pruned. Energy impact was bad enough that I...
I bumped into the same issue of getting stable names from MagicDNS when combining Terraform and Tailscale and another user suggested a solution that uses a `terraform_data` resource to send...
I just tried connecting Zot v2.1.10 to Cloudflare R2 and pushing manifests results in a directory structure being created, but a bunch of incomplete multipart uploads. So, it seems there...
A follow-up: my issue wasn't with the zot registry. Upload times to R2 are much, much, much longer than saving locally to disk and there was a 10 second timeout...