afonsosribeiro

Results 5 comments of afonsosribeiro

The client being able to validate the server certificate is already supported through with_certificate_chain(). But the client still can't provide it's certificate and private key to the server.

Yes, maybe I also did not explain in the best way. prog1.jq: `{"count" : 1}` Outputs to the same memory location between executions: 0xc0002ccf30 map[count:1] 0xc0002ccf30 map[count:1] prog2.jq `{"count" :...

I'm implementing a parallel event processing system using a flow of multiple gojq programs. So the output of one jq program is used as the input of another. Ex: I...

@wader I discovered because of it, but they are not the same issue. This issue concerns **the return struct of a compiled jq code** not the normalizeNumbers aspect of runnng...