Greg Korba

Results 540 comments of Greg Korba

BTW. inconsistency in this project's tags may be result of maintaining repo by multiple users with different configuration, single person who changes configuration or... Git Flow binaries are not used...

This does not make sense. GitFlow model has merging in its foundation. If you want to fast forward while finishing releases/hotfixes, you don't want GitFlow but probably GitHub Flow or...

@Steveb-p I thought I can do a PR, but this behaves really weird and I don't feel competent enough to dig into this code. Adding those 3 lines mentioned in...

@Steveb-p After over 2 years I think it's a good time for a friendly ping 😉

We, like @inieves, also use common Traefik for multiple Docker stacks (because we want common HTTPS entrypoint with SSL certificates managed in one place). However it's really upsetting that we...

There should be possibility of adding logger plugin/middleware and log all helpful information. Right now I have problems with connecting to LDAP with SSL and all I have is "Connection...

@stevebauman events may be helpful, but listening on all events would be painful too. IMHO you should implement `psr/log` and add logger in crucial places of the library (on different...

On a side note: we "solved" our problem with `LDAP_OPT_X_TLS_REQUIRE_CERT => LDAP_OPT_X_TLS_NEVER,` in provider's `custom_options`. But the lack of info in extended error is weird. There should be some info...

@alcohol I've tested it locally on my Satis instance. I've changed constraint to `^1.7` and run `composer update composer/composer`. Now Satis is listing my packages with `dist` section containing URL...