Dmitry Polyanovsky

Results 37 comments of Dmitry Polyanovsky

thanks, removed whole content of that directory and everything works like a charm. I think worth adding documentation on that, cause that "upgrade" was unexpected and unclear how to solve...

tests passing now. Dialyzer warnings cleaned up. More work required to solve remaining stuff.

Hello, try to use latest aleppo master https://github.com/ChicagoBoss/aleppo change to HEAD in rebar.config of boss_db and run ./rebar update-deps ./rebar compile Please let us know if it helps

We can send nested arrays in query parameters. If you flatten them, you can lost their structure and in most cases, make a huge mess with your data. Actually, I...

I need to make few additional fixes and boss_db dep will be updated in CB

we'll wait for a fix there and update SB later

current version of CB doew not support Erlang 21, supported versions are 19-20

If you having problems with Riak - you are using old branch. for support of Erlang 18 use this release https://github.com/ChicagoBoss/ChicagoBoss/tree/v0.9.pre-alpha-2 for support of Erlang 19 just clone latest HEAD...

@drobakowski great to hear. I just started to pass over rebar documentation and pretty exciting about new features it provides. I probably will start with smaller libraries like aleppo and...