Joshua Bronson
Joshua Bronson
Recently upgraded to Voila 0.5.10, but #1536 appears to have broken this workaround.
Here is a demonstration of what I described in the issue description: https://github.com/ctcjab/killpg-demo > The solution shown in the doc is supposed to work for any PID (not only os.getpid())...
One more advantage of the killpg approach over the psutil `kill_process_tree()` recipe is that it still cleans up all the descendent processes even if an intermediate one has exited while...
> I am working on a possible fix for this issue. Awesome, thank you! > It is my understanding that the git clone hangs forever waiting for user input on...
> I was also enthused with the idea of credential helper, but, AI tells me... I think the AI is being misleading here. IIUC when you configure a credential helper,...
Just submitted #1410 to partially address this. Since it's a small, simple change that offers an outsize improvement in usability, might anyone have time to take a look in the...
[`conda-lock`](https://github.com/conda/conda-lock) can be used to create a fully-resolved lockfile from an environment.yml that only declares the direct dependencies, much like pip-tools' `pip-compile` workflow. Here's a good article about it: https://pythonspeed.com/articles/conda-dependency-management/
> FawltyDeps is only interested in you declaration of direct dependencies Right, I only mentioned conda-lock specifically to point out that, because conda-lock has been the standard tool for producing...
As a user who would also like to see this PR merged, I'm also wondering if there's anything I can do to help here.
> If there is a need to strip away to the .virtual_documents prefix our extension should handle this somewhere. I will look into it next week (time permitting). Can't tell...