Philip Schwartz
Philip Schwartz
The issue is in `fixSource`. It always tries to break down the name into an EFS volume name even when --noresolve is set and an IP is provided.
I have found the fix to be as simple as adding this to the start of fixSource: ``` func (e efsDriver) mountVolume(name, id string) string { if !e.resolve { return...
The docs noted show the reason behind the difference between and [], but is there a reason to not support both? It is very common in orgmode files to use...
I think there is something going on beyond 0.10.0 on WSL2. I am running the latest LazyVim on MacOS Sonoma 14.3 and seeing the same issue with both the brew...
:+1: This fixes the issue that I was seeing also, I have pulled it local for testing. Would be nice to get this merged asap.
Support for 3.12 and 3.13 has merged in benfred/py-spy#642 and v0.4.0 has been released