Christiane Ruetten

Results 40 comments of Christiane Ruetten
trafficstars

There are limitations, but generally it works as described in the [podman documentation](https://docs.podman.io/en/v4.4/markdown/options/restart.html). The restart service is packaged (and enabled) in [Ubuntu](https://packages.ubuntu.com/mantic/arm64/podman/filelist) and supposedly any Debian-based distro, likely other distros...

Points taken. I get reliable cluster reboots with a user crontab like ``` @reboot /usr/bin/podman start --all --filter 'restart-policy=always' @reboot /usr/bin/podman start --all --filter 'name=kind-.*' ``` While I agree that...

Oh, that sounds like a smart approach for a workaround. When you say "should work", have you actually tested this? It would be nice if we could be more specific...

I haven't tried it, but expect this to work. Please let me know if it works. :)

@johannessen, I think this thread might be interesting to you.

Before I go into detail for the specifics of GPX, there's a philosophical question here: *What is hxtool?* In my view it is a minimalist shim between the hardware on...

While I invite any discussion about purpose and aims of hxtool, I'm just a burned child in terms of having to deal with the fallout of feature creep and code...

I am mainly just expressing this because the last thing I want to see happening _again_ is you dedicating your time to a big functionality patch and then me not...

I just realized that I rushedly merged the dev branch to master that has the experimental GPX 1.1 support and hence does not export heading and speed. Where's my facepalm...

So how to move forward with GPX 1.1? It's an interesting idea to just use our own, proprietary GPX extension for hxtool. I'm worried that, as you outlined, it will...