Andre Miras

Results 180 issues of Andre Miras

This is the opposite of #579 If one isn't merged, the other should be.

Leverages the not so well documented token and `PYPI_PASSWORD` feature. It's actually already possible in Travis v1 to use this environment variable refs: https://github.com/travis-ci/dpl/blob/v1.10.15/lib/dpl/provider/pypi.rb#L12 Note that the `__token__` user is...

This is a follow up for #449 There's no reason to compare with `== 0` if there's no assert. I case we actually don't want to compare with zero, the...

Pull request used to test the action.

We're using this package with rediss protocol and it seems to work without further changes. Also made the assert error more explicit to help pinpointing errors earlier. Provide the `docker-compose.yml`...

Since Cloudflare is blocking Python requests user agent on Ropsten I would recommend to adjust the client user agent. Maybe you could put `py-etherscan-api {version}` on the client user agent....