Federico Di Pierro

Results 997 comments of Federico Di Pierro

Well as far as i can see, that tool just leverages docker go client library, just like eg: [driverkit does](https://github.com/falcosecurity/driverkit/blob/master/pkg/driverbuilder/docker.go#L215). I see no point in depending on `gasper` when we...

@GLVSKiriti even if more compact, i think it is less readable: ``` if _, err := os.Stat(path); err != nil { defer os.Remove(path) } ``` defer the remove when stat...

That's amazing! For which driver? All of them? Anyway, thanks, waiting for more data!

/hold for discussion /cc @maxgio92 @zuc

As a co-developer, all i can say is that both developers are quite busy right now; pull requests are welcome, but i find it rather hard that we will implement...

@ctrlcctrlv Can you please try now? For both #15 and #16.

You can use iconv if you wish; utfcpp seems too hard to find for some distro (i am on archlinux and it does not exist in both repo and aur)....