Tobias Kaupat
Tobias Kaupat
We are using DTLS right now. But as mentions in the scope of PIVOT a server implementation for OSCORE will become of interest. It's something that we might contribute in...
My first thought is to add another layer that just converts the stream into a "message" which should be possible by parsing only a subset of the message structure. Then...
I would prefer to use free and malloc from the API struct in future to allow users to supply their own implementations e.g. from stdlib. I'm just don't have the...
I'm afraid there is no more documentation. We are using the library in our embed projects but lack resources to provide extended documentation. Any contribution is highly appreciated.
"soon" is relativ. It's not clear when we find time to spend on this. So help is always welcome. We let you known in case we start on it.
Thanks for reporting. I would agree, this should parse just fine.
Pull requests are welcome.
Thanks for mentioning the issue. We are open for all pull request addressing the issue.
This worked, maybe it could be documented better? ``` entrypoint: /container/tool/run --loglevel=debug ```
@ermik gqlgen is not working with `github.com/graphql-go/graphql`, is it? I have a existing project where I would love to generate parts of the schema but not replace my whole implementation.