Jason Dilworth

Results 6 comments of Jason Dilworth

I saw this this morning and thought I might as well have a stab at the most obvious change for `display:none` issues. I've added a mixin for visually-hidden as described...

I have a bit of a workaround for now for anyone who finds themselves here. ```python from requests.exceptions import RequestException class BaseTaskWithRetry(Task): autoretry_for = (Exception,) retry_kwargs = {'max_retries': 7} retry_backoff...

Sorry for the n00b question, but can we/how do we get this merged into master? @jeysonmc @lowlyocean

I have attempted to bring this functionality in #32

Hi @LeoAdameka and @parasyte, thanks for all the work you've put into this so far. I'm starting my Rust journey as a Python dev, and one of the things I'd...

Hi Andi, thanks for the interest! The latest release does allow for using the tokens through the authorization code flow. I'm currently using that in one of my own projects...