Sergey Prokhorov

Results 208 comments of Sergey Prokhorov

Readme says "uvloop is available in ubuntu but not in debian" but `python3-uvloop` is added to Ubuntu.yml Which one is correct? Or you mean python3-uvloop package doesn't exists on Debian?

Hi. Yep, will do next week

@andreineculau your comment about 'replace' semantics is interesting. I checked the speck and it looks like you are right http://json-schema.org/latest/json-schema-core.html#rfc.section.7 > Resolved against the current URI base, it identifies the...

I think one of the issues I experienced when creating the original PR were that resolving the reference involves ETS lookup. And ETS lookup means memory copying from ETS to...

So, draft-06 have been just merged #108

Oh, sorry, I completely forgot about two other things: - would you mind adding a few tests for this feature? - it would be also cool to mention it in...

Tests a failing because of a dialyzer warning: ``` _build/default/lib/hackney/src/hackney_http.erl 111: Record construction #hparser{type::'auto',max_line_length::4096,max_empty_lines::10,empty_lines::0,state::'on_first_line',buffer::,method::,partial_headers::[],te::,ce::,connection::,ctype::,location::,body_state::'waiting',encoding::'undefined'} violates the declared type of field encoding::{atom(),_} 523: Function parse_options/2 will never be called ``` I...

Also, bear in mind new Erlang 18.0 API to protect from gzip bombs http://www.erlang.org/documentation/doc-7.0-rc1/erts-7.0/doc/html/zlib.html#inflateChunk-2

Thanks for the feedback. Waiting for your answer about typespec (and `null` as well) and formatter. > we can merge or alternatively fix the bug then merge, depending on your...

Well, makes sense then.