Mike Thornton
Mike Thornton
The latest version on pypi is 0.1.1dev. Please update pypi with the latest. If not maintaining pypi, then remove it so no one is confused about the old version. Also...
the sudopybrew command is currently `sudo PYTHONBREW_ROOT=/usr/local/pythonbrew PATH=/usr/local/pythonbrew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games /usr/local/pythonbrew/bin/pythonbrew` it should be: `sudo env PYTHONBREW_ROOT...`
- Convert to Github Actions - Drop Python 2 - Create multi-arch builds for Python 3
[This example](https://github.com/auth0-blog/jwts-in-python/blob/67e09857d7c5fc8cf47bbada2fbafacabcca6f52/examples/verify_jwt_hs256.py#L11) has a serious security concern. If the advice is followed, it can leave the server open to attack. [The article](https://auth0.com/blog/how-to-handle-jwt-in-python/) is a good overview of JWT and how...
When you decorate a function that is defined within another function and it references variables within the enclosing function (in other words, when you decorate a closure), you can't undecorate...
Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/). [](https://slack.cloudposse.com) ## Describe the Feature To have terraform cloud automatically find workspaces to use with `terraform...