Daniel Widerin

Results 8 issues of Daniel Widerin

Because `urllib` does not use system proxy by default, this will not work in a proxied environment. If you start from command line and use the `curl` fallback, it works...

All http://abyz.co.uk/ links should point to correct http://abyz.me.uk site.

There's no need to ship a custom logger. Replaced custom logger with [logrus](https://github.com/sirupsen/logrus) which is a quite flexible and popular logger.

Hi @certsocietegenerale, great work! Travis offers support for uploading assets to git tags, there's a good example in the [Travis documentation](https://docs.travis-ci.com/user/deployment/releases/). Just add to your `.travis.yml` following snippet: ```yaml deploy:...

A search/grep through the source indicates that `SafeCache` does no longer exist. It somehow got refactored after `v0.3.3` release, see [this commit](https://github.com/StKali/cache3/commit/95463537c664f8bcd830c6a33d1c4822ea7196ca)). As the quickstart is mentioning `SafeCache`, it should...

if you use `rev=v1.0.0` on mr.developer this will not work if you change the tag, because tags are not fetched by default.

Thank you very much for that great plugin! I think this adds a lot of value but unfortunately it's very complex to get it up and running as most options...

Dear @lmars, @Jalle19, does one of you still accept PRs on this repo or should we continue working on other forks instead?