Michael C. Grant
Michael C. Grant
I actually don't think it is feasible to use locking to solve this. If multiple redirects are being queued up, you can't guarantee that the first one will actually be...
Actually, the refresh token reauths can be locked, it's the web redirects that can't.
I had to extend my workaround a bit further. I have two different locks—one for the web redirects and one for the silent redirects. The web redirects need the timed...
OK, so I've dialed in a locking method that is reasonably robust, that seeks to make sure there is never more than one `openidc.authenticate` action in flight at any given...
Hey folks, I've been working on the nb_conda_kernels project. Perhaps someone can file an issue over there with some details about what we should do? Note that I've been experimenting...
> how does nb_conda_kernels set the kernel name (what information is included)? By default, the format is `'{0} [conda env:{1}]'.format(language, env_name)`, but it can be configured with the `name_format` option....
Can you share the output of `python -m nb_conda_kernels.install --status --verbose`? And why did you create that jupyter_config.json file manually?
I'm running CI now. Can I ask how this affects compatibility? Are we fine on Windows still, for instance?
I agree that we can remove the import. I do feel like we need to verify this on windows before we can merge, though. Manual verification is fine.
Would you try using version 2.2.0 and see if that helps? It's available in both the `jupycon` and `conda-forge` channels.