Philipp Haussleiter

Results 27 comments of Philipp Haussleiter

Just a quick update: I was able to solve this for some use cases. You need to use volumes instead of shared folders: e.g. for the last docker-compose file use...

so from my side, this issue can be closed.

@HansG89 maybe you can use a light storage provider (like https://rook.io or https://longhorn.io) to create k8s persistent volumes? Otherwise is should also be possible to use NFS or other network...

> Additionally since my posting on 2784 we have identified an issue with implementing a plugin system specifically for user auth. If you can elaborate on this, this might help...

I just did that one :-) https://github.com/notejam Just ping me to join

I think the best way would be to have a `shutdown` hook like the `Dispatch(f func())` that is called if someone closes the window. There one can then submit a...

@tmanok how would you define the service ports of each container? Derive it from setup FW rules?

I started a small project, that already parses the Notes of VMs/CTs from a cluster. It also extracts only specific formated lines. Next step would be to integrate this into...

Good day! is there any update when we could have this fix in a stable release?

The thing is: you have to implement this behavior for each platform itself. For MacOS it can be done like this: https://github.com/mojbro/gocoa/commit/6b4e3a09f6b93b7ed2365394fe2cfb1d3c9481de#diff-e5034ee93d5b1809b8008df39ab4eda1b3620bf956dec3c6a8a539ac46d0d62f If you want to save the window position...