Hee Yeon Cho

Results 6 issues of Hee Yeon Cho

// format.hpp #ifndef LIBBERT_NO_EXTENSION template < typename Iterator > Iterator format_new_float( real_t data, Iterator i ) { *i = (byte_t)X_NEW_FLOAT_EXT; char buf[8]; std::copy( reinterpret_cast(&data), reinterpret_cast(&data)+8, buf ); #ifndef LIBBERT_BIGENDIAN std::reverse(buf,...

I want setPlaybackRate() and getPlaybackRate() in the YouTube Player API to be supported.

message login { required int32 id = 1; optional string name = 2; } ok. message login { required int32 id = 1; optional string name = 2; } *\*...

message login{ required int32 id = 1; optional string name = 2; optional string password = 3; optional bytes data = 4; } invalid_character("\r")

Cursor = emysql:execute(pool, "select \* from user"), {ok, Result} = emysql:fetch(Cursor, next), Will support cursor fetch?

The files in the Request are in byte value. It seems like there will be a memory problem when uploading a file of about 100MB. Can't support the asyn-stream or...

enhancement