Alex Vasilenko
Alex Vasilenko
Thanks for looking into this. We use the ConnectionFactory from the old times of the bundle (even has old reference to LiipFunctionalTestBundle): ```php use Doctrine\Bundle\DoctrineBundle\ConnectionFactory as BaseConnectionFactory; use Doctrine\Common\EventManager; use...
You can create new branch and merge changes from upstream. Then apply retina related commits via `git diff` && `git apply`. This way you can separate commits instead of pushing...
Forgot to mention: drop own commits via `git reset --hard` before merging upstream. And only then apply them manually. Hope this helps to get this PR faster in upstream
FYI it's not possible to use KSQL with kafka rest proxy then. KSQL doesn't support avro key format, rest proxy doesn't support non-avro key format. Check and mate. Are there...
added elegant callback injection as seen on [stackoverflow](http://stackoverflow.com/questions/5759447/attaching-callback-to-popup-window-in-ie-9)
appeared that direct callback injection had problems if there was any page loading instead of direct redirect. Latest commit assumes following call: ``` html window.opener.oauthCallback({user: avasilenko, token: 123}); ```
Anything I can help here?
bumping this thread in hope that this issue would be fixed
would be better if was merged. What's the stopper?
It can be used at least as workaround. @altercation @TrevorBramble guys, would be great if you merge it. Thanks :)