Yuri Artemev

Results 16 comments of Yuri Artemev

I can take this task. But if we want some wow effect from the site we should talk about design, logo etc. Can you tell me what is leptus? Is...

@s1n4 ok, for the start I can make simple site with docs and some information, or you can use [readme.io](http://readme.io/) to create documentation and index, it's free for open source...

I'm also added handy mix task to compile proto schema: `mix protobuf`, no longer need to install escript globally in system, it's per-project now. Create `protoc-gen-elixir` bash script with contents:...

Thank you :+1: I'll update dependency when PR is merged.

@sikanhe yep, maybe in future releases I'll remove `|> elem(1)` from query API, thanks.

thanks! but maybe we can just allow to pass entire ssl options to httpc? so all options will be on your own and you can play with them as you...

i don't accept that, don't use formatter and allow to specify ssl options entirely. like ```erlang {raven_erlang, [ {uri, "https://app.getsentry.com"}, {project, "1"}, ... {ssl, } ]}. ``` because not everyone...

exredis is just a wrapper around [eredis](https://hex.pm/packages/eredis), you can safely migrate to eredis and use ssl. or even better - start using redix

they have a lot of [documentation](https://hexdocs.pm/eredis/readme.html#setup)

@jesperes sorry, is that your guess or it's a real bug?