Cailen McQuattie
Results
2
issues of
Cailen McQuattie
I'm parsing JSON messages using json-parser, and sending them to a SQL destination. Right now syslog-ng encodes all values as strings; I'd like to send integers to my sql destination....
enhancement
good first issue
In the docs for function collection there's an example, but I can't implement it. https://github.com/hasura/kriti-lang/blob/main/README.md#basic-functions-collection # relevant excerpt from your documentation ``` {"array": {{ fromPairs([["a",1],["b",2]]) }} } ``` When I...