Yusuke Kawasaki
Yusuke Kawasaki
I was wrong. Setting `usemap: true` is needed for both sides of encoder and decoder.
I see. You are using a mixture of Object and Map. I'm rarely using Map in fact. Could you let me know a bit about your use case in brief?...
I'm coming almost close: Timestamp for 64-bit time_t, nanosecond precision and strftime https://www.npmjs.com/package/timestamp-nano I could rarely find any other msgpack libraries which support the new ext type `-1`. Here is...
Question: is there a ways to determine byte size of the packed message without actually decoding it?
@royaltm The byte length of a msgpack item is a variable. Detecting number of items or byte lengths would take almost same seconds to decode the msgpack stream. What is...
Question: is there a ways to determine byte size of the packed message without actually decoding it?
> decoding data means also allocating Objects and later gc'ing them. Right. > I need to scan over large stream of msgpacked objects only cherrypicking n'th of them. It would...
`EventTime` is a private ext format defined on the fluentd protocol spec: https://github.com/fluent/fluentd/wiki/Forward-Protocol-Specification-v0 I am the author of the draft version of the spec: https://gist.github.com/kawanet/078e274952638fd53150 To send a Date from...
Nobody use iOS 8 anymore. I'll cut it. Thank you for your reporting.
I'd like to switch the browser testing platform to BrowserStack. It's not done yet though.
You need to show your input data, or encoded data, if you want any comments.