rollue
rollue
This happens on MacOS Catalina 10.15.7, nvim 0.4.4, python 3.9.5. And the suggested solutions do not work :(
Update: I've contracted alchemy support and apparently they've rolled out a reliability improvement on websockets 30 minutes ago. Hopefully this fixes the issue.
If this sounds reasonable, I'll try to add this with a PR :)
This is a case for me too. If we were to fully utilize the power of the abstract models, we need to provide means to switch the DjangoStorage's models may...
Really looking forward to this, as we use `id` and `uuid` in models. We keep the django default id, but use uuid to expose the data in our external API's....
Any progress here? Really looking forward to this feature 👍
Has anybody found fixes to this problem? I have just ran into the same problem after switching from pyenv-virtualenv to pipenv. :(
> A sort-of-workaround which may be obvious but didn't occur to me initially: you can run vim inside the virtual environment without using pipenv shell by running > `pipenv run...
Same here. tmux: 3.2 neovim: v0.4.4
The `:TmuxNavigatorProcessList` gives me ``` Ss -zsh S+ vim ``` Luckily, I ran `Mislav's original external script` as described here at https://github.com/christoomey/vim-tmux-navigator#it-still-doesnt-work, it started working again. Thanks for the advice...