Kevin Pfeifer
Kevin Pfeifer
So there is no fancy docker command which lists all interfaces and their connected containers?
So I was able to get some more info regarding this problem: The following script can output all interface names of all currently running containers: https://stackoverflow.com/a/60830947 With that I found...
It seems that it was docker related because I now performed the following updates ``` docker-ce 5:20.10.19~3-0~debian-bullseye docker-ce-cli 5:20.10.19~3-0~debian-bullseye docker-ce-rootless-extras 5:20.10.19~3-0~debian-bullseye docker-compose-plugin 2.11.2~debian-bullseye ``` and the constant messages are gone....
I just noticed that even with the `column-type => enum` data present inside the EnumType I still wouldn't be able to map that because e.g. the `toPHP` method doesn't know...
We can't do `TypeFactory::map('enumstatus', StatusEnumType::class);` because the way how column types are being parsed always returns `enum` no matter which cases are in there. Even though I would love to...
If in the end we require userland code inside the table class then this speaks even more to just be done via a behavior. Sure I understand that we can...
I will provide a separate branch & PR which contains the EnumBehavior
@ArchangelDesign any updates on this?
@boyerdalton Its been quite some time but I just wanted to ask if this issue can still be reproduced with the latest version of the DebugKit.
@viniciusbig solution works like a charm, even with latest CakeDC/Users 11 version 👍🏻 Thank you very much!