John Koenig

Results 3 issues of John Koenig

After extending examples/voltkv in the open source voltdb distribution to use strings as the primary key and double types as the value I attempted to store a value as follows:...

I have a rather simple example of pulling length prefixed binaries off the wire and parsing Avro: ``` let mut buf = Vec::with_capacity(4000); let payload_size_in_bytes = match reader.read_u32::() { Ok(i)...

elli_ws_protocol#state.env was typed as an empty list, which resulted in dialyzer generating the following error when users tried passing in valid options to elli_websocket:upgrade/2: `The call elli_websocket:upgrade(Req::any(), WsArgs::[{'handler','***'} | {'handler_opts',[]}...