Hagen Kuehn

Results 10 comments of Hagen Kuehn

I hit this problem initially but **was able to workaround** it. Maybe this workaround helps others too. When someone shared a directory with me and I added this shared folder...

The code suggested with this PR is not working for me. However below works on my laptop ``` # NVM: Node version manager prompt_nvm() { if (( ! $+commands[node] ));...

Given that this has not been addressed so far despite reasonable demand, I wonder what the technical challenges would be to get such capability implemented?

Same problem here `go get gopkg.in/mattes/migrate.v1` tries to run import against paths that don't exist in master anymore. https://github.com/mattes/migrate/blob/v1/main.go For example: ``` github.com/mattes/migrate/driver/crate ``` should be ``` github.com/mattes/migrate/tree/v1/driver/crate ```

@mattes Thank you for developing and maintaining such a useful tool. Though, this version bump causes us some headache. We are currently sitting between two chairs. Version 1 stopped working...

I have the same problem. Here is the workaround to get past the input validation. WORKAROUND: 1. Use the services-systemd extension and add an existing service that has a config...

Since you are using TCP, I think that is very likely that you have a Load Balancer fronting the OpenVPN service? The provided OpenVPN server log looks as if there...

The implications and complexities are much greater than I initially through but I feel this feature is worth it as it would make Volplugin the Docker volume extension of choice...

Thank you for considering this feature. I will get by for the time being and look forward to your release!