Mariano Benedettini

Results 5 issues of Mariano Benedettini

I'm not sure how this was worked before but right now I had to introduce this fix in order to have upsert work as expected.

New string flag: `url_regexp` Filters urls by matching based on a regexp instance built based on the regular expression passed here as a string. The ones not matching are discarded.

When parsing files with big strings allowing a big pattern size can help shave off precious milliseconds making parsing considerably faster since less loops of the parser are needed, leaving...

enhancement

Array-index based path parts were making the rest of the path to be ignored. There's also a fix in the test runner for selectors, that had an issue in which...

The code below doesn't generate any output, where I would expect it to print "this might be a long string". If the path is changed to just `$.attachments.0` then it...