Heiko Nickerl

Results 30 comments of Heiko Nickerl

Thanks for looking into the issue. I tried to reproduce it once again (our garden stack graph evolved in the meantime) - and it seems to work now. However, now...

Thanks for implementing this in 0.12.45 :fire:

@nfode Do you think this is still relevant?

Maybe also show output of hooks?

Termite does not support drag and drop.

In Terminator, drag and drop of a file simply translates the full filepath to keypresses (e.g., like a Barcode Scanner). Because every path begins with `/` this results in triggering...

I was trying out what would happen when pasting (ctrl+shift+v) a directory in both terminator and termite: In both, the filter is being triggered. Hence, for relative dirs, this could...

There's a [related issue](https://github.com/Masterminds/sprig/issues/134) in the sprig library project.

They've added the function `mergeOverwrite` to the sprig library - which does the deep merge as desired. So just swap `merge` with `mergeOverwrite` and you should be ready to go.

I have figured out that the error can be suppressed by setting a fallback: ```go hook.SetFallback(func(entry *log.Entry) error { return nil }) ``` Given this solution the PR is not...