Results 71 comments of Darron Park
trafficstars

Yeah, but I just wanted to add more data without changing styles. But it seems strip default style when I'm using custom template

@ihadeed I'm expecting for `loop` option too! Anyway, thank you for this beautiful plugin :)

Like below would be nice ```typescript this.sessionStorageService.observeError() .subscribe((error) => { // error handling }); ```

Or utilizing method below https://github.com/zoomsphere/ngx-store/tree/master/src/service#listening-to-changes ``` this.localStorageService.observe() .filter(event => !event.isInternal) .catch((error) => { // error handling }); ```

@deviantony The issue you linked says the problem is solved :) Then, adding traefik template is now on-going again?

@Patryk27 I don't have an idea for the non-native support This proposal will share concept with query builder's "JSON where clause" https://laravel.com/docs/5.6/queries#json-where-clauses

How about implementing it using `explode()`? ```php $name = 'options[birthday][test]'; $name = str_replace(']', '', $name); $vars = explode('[', $name); print_r($vars); // Array // ( // [0] => options // [1]...

Check this out :) https://github.com/NathanWalker/ng2-image-lazy-load

The only workaround that I found is... When you want to close the split-diff pane, close the time-machine pane first. If then, you can avoid this annoying bug