Oleksii Sholik

Results 129 comments of Oleksii Sholik

Thanks! I left some comments. How do you test that it works?

I have merged `additional-hooks` into master. Rebase please :)

Hm, there are duplicated commits here now. But that's OK, I'll be able to rebase it on top of master when merging. I'll try to test this and merge it...

Hey. If your PR works for the server that you're interested in, you don't have to tackle #9 in it. Are you using the `ssl` module? We'd probably need to...

I think it'll be better to have a module or a function that abstracts away the currently chosen transport protocol. So we would just replace the current calls to `:gen_tcp.connect`...

Thanks for letting me know. Are you using a locally running daemon or can you point me to some public servers that have those running?

The new DSL lets you manage your own GenServer state. https://github.com/inbetgames/exrabbit/tree/refactoring.

Hi @uwiger. I have tried your branch and it seems to crash the reporter soon after application start. I've added a few printf inside `adjust_interval()` like this: ``` erl adjust_interval(Time,...

It might be better to group handlers by endpoint instead of request/response, for example, ```elixir mutate_endpoint :get, "/plans" do :request -> ... :response -> ... end ```