Tim Orme
Tim Orme
Hello! I'm trying to use cloudauth as a dependency injected value, and am having a bit of trouble getting it setup. Basically, I have auth setup like: ```python def my_scoped_auth(conf:...
## Context We'd ideally like to be able to configure the name of the lambda that zappa creates/uses. Right now, this is hardcoded to -. We'd like to be able...
Python3.8 tag hasn't been updated to latest python version: ``` % docker run -it tiangolo/uvicorn-gunicorn-fastapi:python3.8 python --version Python 3.8.2 ``` But the latest tag is correct: ``` % docker run...
Rust string library has deprecated the use of `trim_left_matches` and `trim_right_matches` in favor of `trim_start_matches` and `trim_end_matches`. This PR updates this.
Apologies if this is the wrong place to open this ticket; I tried to open it on the mirrors-prettier repo, but it doesn't allow issues to be opened. **Environments:** -...