T. Miller
T. Miller
Unfortunately I don't have a public repo I can point you at, or anything remotely ready-to-run. [The `bandwidth` plugin](https://www.cni.dev/plugins/current/meta/bandwidth/) should trigger this behavior, I think, but will require more manual...
Try `mount --make-shared` on the relevant VM mount point.
Having a similar problem w/ emacs 28 HEAD. rpc-env gets activated, but it fails to restore the venv afterward. Using the instrumented with-elpy-rpc-virtualenv-activated: ``` with-elpy-rpc-virtualenv-activated Deactivating previous venv: rpc-venv Activating...
Yes, I use `virtualenvwrapper`.
Swapped back to elpy after suffering w/ python-mode + eglot for a while. On a fresh reinstall, seems to be to be tracking OK now even w/o the advice. There's...
I sorted out the hook buffer (see https://github.com/jorgenschaefer/pyvenv/issues/102 for a fix). I experimented a bit more and I think the venv switching is a problem with *both* auto-virtualenv and auto-virtualenvwrapper...
On macOS I also had issues w/ rpc-venv stickiness w/ pyvenv-tracking-mode enabled. Turned that off. Because of brew, I also had to fix elpy-rpc-python-command as a fully-qualified path. Apparently I'd...
Extended editing sessions were still sticking, so I added the defadvice above and that seems to be working. I'll open an issue under pyvenv.
Can someone better explain what POD_IP is supposed to do? That would be the place I'd start.
How important is the lack of MTU overhead when (a) most likely the inter-node communication is on the local subnet and (b) jumbo frames are a thing?