Darren Syzling
Darren Syzling
I've been using elpy/pyenv with conda under Windows. One issue I found is with packages/libraries that require runtime Windows dlls. Conda seems to install these within the virtual environment under...
I've recently been hit by an issue which has caused dap-mode and dap-python to hang debugging a single process python app (via debugpy). This is caused by a change to...
I ran across a potential issue with importmagic with a small test case that uses type hints, the following code seems to prompt importmagic to want to import 'data': ```python...
There is an issue in dap-mode which uses treemacs to display local/global variables etc. Starting debugging with dap-debug, the Emacs interface locks up, forcing the user to hit C-g three...