Michal Cichra

Results 69 comments of Michal Cichra

Rebased this to be mergeable again. @mattbrictson I really don't have any server with rbenv. If you have any, could you try to do a deploy with this? I tried...

@mattbrictson that is so weird. It works for me. Also rbenv 1.0.0. Both in zsh and bash. > GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin15) > > zsh 5.0.8 (x86_64-apple-darwin15.0) I edited...

So: `rbenv which /usr/bin/env` fails for you? What about `rbenv which env` ? Could you try to run it with `RBENV_DEBUG=1` ? Internally it is using `command` like: `command -v...

So. You cannot run ANY command that is not provided by ruby, via `rbenv exec` ? Wow. Ok. Guess that is not going away no matter how wrong it is....

I pulled d55eda3 to our project and it fixed the issue. I'd say it is good to merge with the tests in this PR.

This looks useful, but maybe it would be better to design it more future-proof? What about using this for custom load balancing in balancer_by_lua? This would need to return all...

We are fighting similar problem. We would like to change rate limits on the fly, because they are pulled from some external store and people can upgrade/downgrade their plan. I'd...

@rainingmaster thanks for the feedback. I no longer work on this, but someone from https://github.com/3scale/APIcast could take over. /cc @eloycoto

You can use install it from`https://github.com/inkle/ink-unity-integration.git?path=Packages/Ink`

That would work only for one service. Gateway has to support multiple, so it has to use [`ssl_certificate_by_lua`](https://github.com/openresty/lua-nginx-module#ssl_certificate_by_lua_block) to find right certificate for the domain name.