Mike Perrone
Mike Perrone
Also, I am curious how you'd do the proposed semantic in VRL without the proposed `zip` function. I'm struggling to do this myself.
Hi Brian. That is an interesting edge case to consider during implementation. My question is actually about how to achieve this result using VRL as it is today, without the...
Figured it out, `set` doesn't mutate, and dynamic paths are given as arrays: ``` obj = { } for_each(array!(data[0])) -> |j, value| { obj = set!(obj, [get!(fields, [j])], value) }...
I'm interested in this being merged. Wondering what's left in case someone else wanted to pick up where you left off @fsommar
This project [appears to be](https://typer.tiangolo.com/alternatives/#click) built on top of and in relation to click, with more modern python type hints at the core of the interface. Additionally, the existing documentation...
Thanks for the quick response @filmaj , though I do hope to build a github workflow that reacts to slack messages sooner than next calendar year. Does slack provide (or...
> @mjperrone as a workaround you can use a `curl` request and [the `reactions.add` method](https://api.slack.com/methods/reactions.add) Well that certainly makes me feel pretty silly for reaching for a purpose made github...
@filmaj feel free to close this since I got what I wanted. I'm not closing it in case you still think it's a worthwhile feature to consider.
I would be interested in this support
I would be interested in seeing the evidence that AJV is the fastest JSONSchema validator out there.