Fabian Jucker
Fabian Jucker
I ran unto the same issue as @hussainweb If we get to the point to have a PHAR it would be very convenient to make this phar available via composer...
Thanks for your review and the valuable input. I'd also prefer the solution which stores the type set configuration in the output message. I'll adapt my MR accordingly. And to...
OK, thanks a lot for the clarification. So, if I got it right the current ruleset should look something like this: * `patch` bump if `type == "patch"`, regardless of...
Sorry, I had to find some time to have a look at this. I like the strategy-approach which gives a lot of flexibility for users and implemented it right away.
Thinking of it, probably the `docker` run mode can be abused to execute the hooks in wsl (via the `run-exec` setting). I did not look at the code yet, but...
@SRaromicon in the meantime you can also try to use the POST_BUILD and PRE_LOAD events as described here https://github.com/pimcore/data-hub/blob/master/doc/graphl/Events.md#example-3-add-custom-arguments-to-existing-types
@banker during some research about the "disable THP" recommendation I stumbled upon this PR. In https://github.com/redis/redis-doc/pull/841 the recommendation was changed from `never` to `madvise` (based on this https://github.com/redis/redis/pull/4001/files) but now...
thanks for the clarification @banker & @oranagra
which version of kube-ldap are you running? A bug with similar symptoms was fixed in v1.2.1 (via #15, also see issue #13)
hm.. sounds strange on the dev branch (588a90b2dd750a0ef1943b076305abd6ad415c08) I added logging to the ldap connection. probably you can merge this with your custom version and then we should at least...