Kiss Domonkos
Results
1
issues of
Kiss Domonkos
While trying to read the test bert files with Erlang/OTP 18 [erts-7.3.1.2] [64-bit] using the following code: ``` {ok, Content} = file:read_file(FileName), io:format("~p~n", [binary_to_term(Content)]). ``` I experience failures in case...