Results 3 issues of Iuri Wollmann

I have this need recently and realized that the strip function doesn't attended my needs, so I needed to make a regex to treat that on my project and I...

I was wondering if there is a way to have a conditional asset link, because I'm facing this issue working with the `tailwindcss` and this was the only way that...

This will allow direct queries into array dependencies. Sample Config: ``` { "arguments":[ "featureX": { "name": "test" }, ], } ``` Before: `.get("arguments")[0].featureX` After: `.get("arguments:0:featureX")`