Alexander Makarov
Alexander Makarov
What do you have if you run `id` in a local console?
It is OK. The problem is Mac-specific. I'll solve it a bit later.
``` => ERROR [app dev 3/3] RUN groupadd --gid 20 appuser; useradd --gid 20 --uid 501 appuser; setcap CAP_NET_BIND_SERVICE=+eip /usr/local/bin/frankenphp; chown - 0.2s ------ > [app dev 3/3] RUN groupadd...
UID = 501 is my current user. GID = 20 is "staff" default group.
TODO: - [ ] Verify with @xepozz result is expected. - [ ] Adjust expected structures in tests.
@xepozz, @olegbaturin should this one be closed?
Yes. Likely would be useful for such debugging.
Sounds good from a performance perspective. The only thing is that checks such as `is_array` would become `instanceof ArrayResult` or something alike.
Expression is logically an input. Not sure it is a good idea to reuse for results.
@xepozz about these being unnecessary or about performance?