Arthur Lutz

Results 66 comments of Arthur Lutz

@palourde when you paste your password you activate the javascript that takes into account the text, I think password managers simply modify the DOM so the JS doesn't pick it...

``` logger.setLevel(max(logging.ERROR - (self.options.verbose * 10), 1)) ``` seem a bit weird. Could we adopt the same convention as for salt with `--log-level all` (all|debug|info|warn) etc.

``` $ pepper --version 0.2.0.dev37 ``` I don't have any of the header/send/reply information. Looks nice, I hope we can get it work.

It would be nice to have a screenshot in this pull request.

We're affected by this too. The NonCloseableBufferedReader workaround seems to do the trick, but hopefully we can remove it once this is fixed.

Talk about nginx configuration : https://github.com/nextcloud/cms_pico/issues/24

Our workaround for now is : ``` kubeval: image: garethr/kubeval script: - rm */*/kustomization.yaml - kubeval --directories . ```

@johanneswuerbach thanks ! It works. I've added a mention of that option in the documentation.

Indeed. It doesn't have a CRL, maybe there could be an option to not get a traceback or is this a bug ?

This is probably not the right solution but downgrading to 10.0.0 works ``` 306 gem install fog-google --version=0.6.0 307 gem install mime-types --version=2.99.3 308 gem install sensu-plugins-aws --version=10.0.0 ``` on...