Matthew Webb
Matthew Webb
There doesn't appear to be any generic way to validate a path with a filter expression. This doesn't throw: ```js jp.paths({}, "$.items[?([‘Foo’, ‘Bar’].includes(@.xyz))].baz"); ``` While this does throw: ```js jp.paths({...
This PR would definitely make the functionality more intuitive for me; the current implementation tripped me up just now - had to step through the code to understand what was...
I'm facing the same issue as mentioned by @19majkel94 in [the comment above](https://github.com/typestack/routing-controllers/issues/114#issuecomment-303180514). I'm currently working round it by checking that the value of the `:id` parameter in the greedy...
+1 to the idea, although this implementation didn't seem to work, though I may have configured something wrong
Hi, I appreciate your work on this. It didn't work for me out of the box, and I didn't have time to properly diagnose the issue, so I reverted to...
Ah, okay that makes sense. This is potentially not an issue that is worth fixing since there are many simple workarounds e.g. applying the 3rd-party directives to a container element...