Brad Sickles
Brad Sickles
Hey @Gerrrr. There is a free option @ https://www.sumologic.com/pricing/
Recommended by @asthomas
`fromJson` automates raw data transformation into a class definition. I added some clarifying documentation to the wiki. https://github.com/BSick7/exjs/wiki/fromJson#process
en only exists on arrays Try doing [json2].en()
How "generic"? How do you determine what each child array is?
`traverse` (and `traverseUnique`) relies on a flat array of objects to be returned from the functor (`x => x.service`). This means that as long as you can get all objects...
Yes, I wrote the `selectMany` before re-writing the inner for loop. Originally, the purpose of `selectMany` was to convert a structure like this `[ [...n], [...m], [...s] ]` to `[...n,...
What's the status of this?
Hey @Vivekgaddigi ! This hasn't been the highest requested feature. The implementation is part of our engine which is closed-source at the moment. The biggest problem to solve is mapping...
@kvendingoldo I'm sure you optimized for the CLI interaction. Do you have any instructions or guides to use directly from go?