Danil Zagoskin

Results 13 comments of Danil Zagoskin

'path' option is for selecting which parts to stream. Usually expected large document has a single large object or array suitable for streaming. Other parts are not streamed, just collected...

The simple example: Imagine we are performing `GET /somedatabase/_all_docs` on CouchDB and do something with every N-th document stored there as soon as we meet it. The response body according...

`RootObj` may work if server guarantees field order. Yes, it is uncommon for JSON, but it is possible (especially when JSON is generated from proplist). Also if this API is...

Any news here? I may need this api soon, so I'm going to start implementing it. Please tell what you think of naming, arity, argument order, etc. Changing the interface...

Well, merging `handle_kv` and `handle_item` was something I was thinking about. Integer vs binary index/key allows to easily distinguish parent type. The way of streaming primitive values you propose is...

This: ``` erlang handle_item([, 0], , Author, State) -> ``` requires user to implement state machine to be able to know when the book ends. Also you need to send...

And now we have several API drafts and cannot agree on what of them is better. Why don't we ask the potential users (erlang-questions mailing list) which one would they...

> Will this let me add the [DTLS-SRTP](https://tools.ietf.org/html/rfc5764) extension? Yes! I did this exactly while working on dtls/srtp. > Is it possible to dynamically change the server hello extension based...

> why you want to do this as customization? Just because Ericsson does not prioritize this extension at the moment it does not mean it will not benefit others and...

> to have a callback for unrecognized extensions by the default implementation I thought about that, and I'm still unsure. If callback is called only for unrecognized extensions, that would...