Nicolas R.

Results 77 comments of Nicolas R.

@evengar2008 can you confirm that this is fixing your issue ```diff diff --git a/lib/Template/Filters.pm b/lib/Template/Filters.pm index fdd82b85..a0d1de86 100644 --- a/lib/Template/Filters.pm +++ b/lib/Template/Filters.pm @@ -57,9 +57,9 @@ our $FILTERS = {...

This looks a pretty low cost feature, that I could see useful in more than one case. This would be good to provide some kind of minimal documentation about it,...

@pplu also note that currently the branch is conflicting with master, I'm perfectly aware that this was expected as this feature was pending for a few years... Any chance you...

thanks @pplu for the patch, sorry for my late answer but after reading the patch I've the feeling that this is going to break previous behaviors, it would be safer...

this looks excellent to me, minor bug when trying to install one module as the original argument is used by resolved minor remark: "by Author" could be white so we...

another suggestion: add an alias 'grep' to search

@skaji would you be open to the idea?

mm maybe in this case what would be useful is to be able to increase the number of retry and/or set a timeout? `--retry-max=N [ N default to 3] --retry-timeout=X...

I had the same issue where port :5000 was already used by a docker container at least the unit test should check that the port is already used and skip...

Just noticed the same warnings which point to recommendations from https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Current notification message: > The `set-output` command is deprecated and will be disabled soon. > Please upgrade to using...