Evan Salter
Results
7
issues of
Evan Salter
Setting a key for a command like `log` allows you to jump directly to a command. i.e. for a command named "Microservice Logs" and a key of `log`, typing `log`...
enhancement
Fixes https://github.com/joshbuddy/jsonpath/issues/151 Added a check for the situation where `!` is the operator, and there is no operand. This allows us to use a JSONPath like `$[?(!@['pull_request'])]` or `$[?([email protected]_request)]` where...