Stanislav M. Ivankin

Results 5 issues of Stanislav M. Ivankin

Hello, i have following problem that I cannon solve right now due to specifics of handling null and nil in projects which uses both erlang land elixir libs. Situation: there...

Having some problems with elixir/erlang null/nil coding/decoding. Jiffy has wonderful option use_nil, which does following: ``` jiffy:encode(#{a => nil}, [use_nil]). ``` Why not use same approach in msgpack? Having similar...

Adressing issue #82.

Hello, It is possible to overload hackney pool and render it unresponsive or even crash erlang node. The case is like this: Some process sending simple http requests on a...

enhancement
pool

I was trying to find a document in a collection using its oid with(imho) the most obvious way: (db.find "collection" (kv "_id" (doc-id somedoc))) But ended up with nothing, so...