Kiko Albiol

Results 2 issues of Kiko Albiol

Implement the writev function ```c++ #ifdef _WIN32 #define NOMINMAX #include #include #pragma comment(lib, "ws2_32") typedef struct iovec { void* iov_base; size_t iov_len; } iovec; inline __int64 writev(int sock, struct iovec*...

enhancement
good first issue

Make explicit the time units. ```c++ struct field_caller : public ts_caller { detail::field_caller& field(const std::string& k, const std::string& v) { return _f_s(',', k, v); } detail::field_caller& field(const std::string& k, bool...

enhancement
good first issue