Ananth

Results 98 comments of Ananth

I'll have a crack at this. I'm not a java programmer, but I really need this feature.

I've got mc-agent running on startup to replace Apple's native ssh-agent. I can contribute the necessary config to get that going back here as well.

I had a LaunchAgent plist to auto start mc-agent, but then switched to just enabling and running it from moolticute. I set custom arguments there to create a socket at...

All that's left is native Apple Silicon binaries. Moolticute isn't fully ready yet: https://github.com/mooltipass/moolticute/issues/929

I've got a fork over at https://github.com/ananthb/mikrotik-exporter mainly because I need arm container images. The multi-platform manifest container image is available now at https://ghcr.io/ananthb/mikrotik-exporter. Time permitting, I'm planning on maintaining...

You can now create issues @Bluebugs. I've added basic automation on GitHub Actions already. I'd love to extend that with comprehensive tests.

Essentially this reads the `--name=...` arg but ignores it right? I'm brand new to Rust but that's what it looks like to me. Is that okay? It still worked fine...

This change seems to break the already working functionality where the pod name is read from the arg instead.

This seems relevant: https://github.com/clap-rs/clap/issues/1820 I'm not sure how I'd apply that to this codebase because no one on that thread is using the attribute syntax we're using here.