Kenneth Lundin

Results 25 comments of Kenneth Lundin

The Erlang/OTP documentation is based on our own XML DTDs. There are several types of DTDs to be used depending on if it is a User Guide, an Erlang Module...

It would be interesting to format all of the OTP code with erlfmt and I am investigating when, how and if we should do that. One of the obstacles is...

@essen we like to concentrate on the distribution case first and have that complete with minimal changes to the general ssl functionality. If the distribution over kTLS is successful we...

Hi @falkevik , I am just wondering if you have done something more with usrsctp after this PR? It could be interesting to explore the possibilities to use usrsctp together...

Since we are creating an upper case HTTP_PROXY if the request contains a HTTP header named `proxy` in whatever mixed case the comparision ought to be done on a header...

The definition of what characters that are allowed in an ASN.1 Printablestring are ASN.1 PrintableString tag: 19 The ASN.1 PrintableString type supports upper case letters "A" through "Z", lower case...

Maybe shell_default and user_default can be used to make things nice in the shell. See doc for shell_default

> > for projects not using rebar3 > > Would you mind providing some more details on the specific use-case here? > The most common use case would be projects...

If the ASN.1 module name and the filename it is defined in does not match you will get other troubles as well so I don't think this is the right...