Yuri Turchenkov
Yuri Turchenkov
reviewed
some thoughts: 1. Change internal configuration representation. use dict/mapping instead of variables inside the Configuration classes to make it more from/to json compatible, all the properties will stay the same,...
@Totoual it looks like a local issue, try to remove and install gol lang and it's tools again there is no restriction mfor upper version of golang, and this message...
good to be merged
reviewed
> As noted in #169 I consider the `create_stream()` method deprecated. I don't think it has its place in the `aioquic` API and would at best be kept in a...
suppose it's relative: https://github.com/wasmerio/wasmer/issues/827
issue is not correct: reason was I used ``` function decode(data) { return new Decoder().decode(data); } ``` and in this case default options for decoding are not applied. https://github.com/kriszyp/cbor-x/blob/master/decode.js#L39 assume...