Ruud Kamphuis

Results 363 comments of Ruud Kamphuis

Tested it out, and it works when I specify it with `{# @var variable FQCN #}` (like I describe in the issue). However, it would be even smarter if I...

Any news on this? I work on a lot of PR's for Skipper, and it's super annoying to have all my PR's always in orange state because zappr checks are...

I am wondering the same thing. Would be nice if I could add custom logging to the dashboard.

I'm having the same use case. I need to have a path to execute some files. @rvanlaarhoven how did you solve this?

I think it can also be solved by using the same trick as `AddFlag`. There, it uses `defaultValue interface{}` which allows to pass in `nil`. Then `nil` can be for...

Hmm, turns out that it's also impossible to add a string flag with an empty default value. ``` AddFlag("default", "desc", commando.String, nil). # Error: value of the --default flag can...

@thatisuday Any idea how to solve this or improve this?

Yeah, I've been using both actions now, feels like 1 action could do both things.

I need both, I'm using an app that checks if the key is on disk + requires it to be in ssh-agent later (because of git push somewhere in the...