Robin Björklin

Results 92 comments of Robin Björklin

How about integrating with Gnome Keyring so that the password history file is automatically decrypted when the user logs in? That would at least take care of one of the...

Looks like it is public now: * [Overview](https://learn.microsoft.com/en-us/azure/aks/container-network-security-wireguard-encryption-concepts) * [Set up Wireguard encryption](https://learn.microsoft.com/en-us/azure/aks/how-to-apply-wireguard) Are the API versions that support this due to be included in 2.16.0? If not could this...

I'm still interested in being able to spin up IPv6 only clusters. Realistically though I won't be spending any time on moving this forward as long as the weather is...

Just want to add that I find dependency cycles in code I wrote to be somewhat cryptic. Would it be possible for the dependency cycle check to provide a line...

`Queue` has `pop` and `take`. Would either of those be a decent fit name wise?

> In order to avoid invalid string injection, would you please add a `switch` statement in main.go to validate input of the flag? @SuperQ I'm not sure what you had...