Ferron H

Results 22 comments of Ferron H

``` javascript app.config(['logExProvider', function(logExProvider) { // ignores messages starting with an 's' and ending with a 'e' logExProvider.disallow("^s.+e$"); }]); $log.log('something confidential, ignore please'); // >> Dec-08-2013-1:00:47PM >> ['filtered'] ```

we can build an ajax hook, that will allow persons to persist data on their back-end ``` javascript app.config(['logExProvider', function(logExProvider) { // ignores messages starting with an 's' and ending...

That's a known-issue. You can't have a single level nesting. If you think about it, it's redundant. It can be brought up a level.

Removing single chaining would be a mistake. Changing an API used by 100s if not 1000s of devs is a bad idea. That said I like the direction, as it...

Sent PR, test and let me know if works for you.

let me know if the latest changes are good enough

this issue can be resolved by auto-wrapping the seek result if the length is > 1 and a subpath exists. https://github.com/conscia/jsonpath-object-transform/commit/e93f105fef0a7478bbc0f5f55f9bdf8fa747d7cd

This is actually a very important feature. It allows so much possibilities. Any idea when this feature will be added ?