Steffen Vogel
Steffen Vogel
Thanks @cliffordwolf for clarifying 👍 >
@consideRatio I updated the issue description.
> Do you mean that the modify_pod_hook should be allowed to be a function with async for example? Exactly. The hook functions of JupyterHub support this now already for some...
> I'm not confident what should be fixed, but perhaps KubeSpawner should stop using gen.maybe_future and instead rely on from jupyterhub.utils import maybe_future? Do you think this makes sense? I'm...
Can we try to hide the respective menu entries?
@duyleekun > wireguard-go works but I want to leverage the version in the Mac App Store. > Could have better implementation than the wireguard-go The version from the AppStore is...
I can not reproduce this. ```cmd go install golang.zx2c4.com/wireguard/wgctrl/cmd/wgctrl@latest ``` works for me
@mdlayher I am planning to pick up this work. Are there any major obstacles? Or do you still have a branch with some WIP code?
I have implemented (de-)serialization of wg/wg-quick configuration files to/from `wgtypes.Config` here: https://github.com/stv0g/wice/blob/master/internal/wg/device_config.go I would be willing to contribute this to wgctrl as well.
I've implemented a package which watches interfaces using wgctrl and allows you to register callbacks for various events: https://github.com/stv0g/wice/tree/master/pkg/watcher