Sergey Prokhorov
Sergey Prokhorov
Maybe I'm doing smth wrong but: ```erlang > sext:encode(2200000000.1). > sext:decode(sext:encode(2200000000.1)). ** exception error: no match of right hand side value in function sext:decode_pos/3 (/Users/***l/_build/test/lib/sext/src/sext.erl, line 987) in call from...
This addresses the #40 However it doesn't add support to `encode_prefix` / `decode_prefix`, mainly because `Legacy` option was not supported there as well. However I think I should actually add...
I don't think it is a particularly popular feature, but would be nice to have it just for completeness: ```erlang > kdb_sext:encode('привет'). ** exception error: bad argument in function list_to_binary/1...