Glenn Pratt

Results 44 comments of Glenn Pratt

An example of what I'm working on is improving / replacing this hack to do graceful, rolling Kubernetes cluster node restarts: [lablabs/ansible-role-rke2/blob/main/tasks/main.yml#L70-L77](https://github.com/lablabs/ansible-role-rke2/blob/main/tasks/main.yml#L70-L77). I'm not the original author, I believe this...

I don't think that's a great name for this button because it triggers the down/delete command first. I'd think something like "Hard refresh" To me, this button is a footgun...

Seeing the same issue, which appears to be a regression from previous versions

Hi @felixfontein, I'm about to be away for a week at least, so I won't be getting back to this soon.

Setting LD_LIBRARY_PATH in `init_hook` has the unfortunate downside of breaking other things that use a different glibc version. The wrapper flake has the unfortunate downside of triggering a compile of...

I could be wrong, but I'd assume it needs to be in nixpkgs first: https://github.com/NixOS/nixpkgs

I'd prefer the banner not be used, you can show notes on first install / add, that's enough.

> The stderr outputstream is meant for errors, exceptions and/or any other unexpected behavior, i.e. this is what you read when there is a non-zero exit-code. Whereas stdout is meant...

> in the my example `Login Succeeded` is not a diagnostic, it's fully legitime output that should be on the `stdout` I understand and mentioned that. Still, that is an...