Alexander
Alexander
In pyhocon 0.3.35 this seems to be working. It is evaluated to 42.
hi @martinweinmayr , thanks a lot for your quick feedback. Setting XDEBUG_ENABLED as environment variable probably works but comes with a performance hit as you said. I will check if...
Hi @haroonb , we have exactly the same problem with scaling down our application being very slow due a similarly large number of Deployments/StatefulSets. Did you stick to k8s_scale or...
Thanks a lot for sharing @haroonb . Very helpful indeed.
I am facing the same problem: Works with Vagrant 2.0.1. Fails with Vagrant 2.1.5 and 2.2.4 Did you ever find a solution other than the workaround you've already mentioned?
Thanks for the quick response. I thought so. As I don't need the NFS functionality either it is probably not worth wasting my time on this..
Hi everyone, looks like there is lot of potential in this pull request. Any chance we can get this or parts of it merged? @michael-brandt-cu: Is backwards compatibility your main...
Hi, the difference is that the entry (host=localhost, user=root) already exists in `mysql.user` table. As such it fails [on this line](https://github.com/dockware/dockware/blob/master/template/entrypoint.global.sh.twig#L127) in the entrypoint.sh which is only hit when `MYSQL_USER`...