Michael Manganiello

Results 50 comments of Michael Manganiello

That's great, thank you for tackling it!

Bump! Is there anything blocking this PR from being merged, that we can help with?

Thanks for following up, Andrew! :) Yes, I **_think_** that's what I would expect. This is the simplest test I found to reproduce the issue: ```python import contextvars from asgiref.sync...

Also waiting for this PR to be merged, to stop using a fork of this repo!

It seems #1053 would fix this issue when merged.

In case you also use `fzf`, an alternative approach is to change the way its [Alt-C key-binding](https://github.com/junegunn/fzf/blob/4993d19466d5f3ac127de5c0c461cde7ef1894d7/shell/key-bindings.zsh) works, by setting the environment variable `FZF_ALT_C_COMMAND`: ```bash export FZF_ALT_C_COMMAND="ghq list --full-path" ```...

This PR will potentially fix jazzband/django-debug-toolbar#1402. I would really appreciate if it can be reviewed and considered for being merged!

I have used `dumpproc` to reproduce the issue locally, and have found that the master password is maintained in memory, even when the login process hasn't been completed successfully in...

After testing it further, I found that the last master password used in a login attempt is maintained in memory, even if the login wasn't successful. Just trying any credentials,...

I assume this should now be possible after yesterday's announcement: [AWS Batch now offers multi-container jobs](https://aws.amazon.com/about-aws/whats-new/2024/02/aws-batch-multi-container-jobs/)