Lars Hesel Christensen
Lars Hesel Christensen
This is a feature request. For some of our uses cases it is important to be able to set various socket options from within a websocket handler. For example the...
The spec for `mc_cursor:next/1` looks like this(https://github.com/comtihon/mongodb-erlang/blob/master/src/connection/mc_cursor.erl#L40): ``` -spec next(pid()) -> error | {bson:document()}. ``` and the `bson:document()` is a tuple. It seems like what the cursor really returns is...
Passing the following into `AvroEx.decode_schema!/1` ```json { "type": "record", "name": "record0", "namespace": "namespace", "fields": [ { "name": "double_test", "type": "double", "default": 1 } ] } ``` gives this error: ```text...