-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An annoying error while executing a sync function (neovim) #7
Comments
Hmm, we haven't tested with Neovim I'm afraid. This feels like a nvim-specific issue. |
@tjdevries Any thoughts? I suspect this has started to happen because we now print stuff when the command runs. I suppose we could stop printing stuff when the command runs, but the output does need to be handled correctly, as we do need to communicate to users if there is an error. |
Can you try with updated nvim? 0.4.3 is quite outdated. Latest stable version is 0.5.1 I can take a look otherwise |
@tjdevries, Of course, I can update my neovim, but in general this is a strange solution to the problem, because this is the latest version in the repository of Ubuntu 20.04.03 LTS. |
Well I was just hoping that would fix the problem 😂 otherwise I can try and get an older appimage and test it out. I couldn't reproduce on my newer nvim (at least at first) |
When I save the file, the
jupyter_ascending#sync()
function is is executed with an error . To be fair, the files *.sync.py and *.sync.ipynb do sync.In
:message
:Error detected while processing function <SNR>88_on_stdout: line 2: E730: using List as a String [JupyterAscending] "1_4_2.sync.py" 22L, 367C written
In
$ nvim --version
:If it matters, then I use wsl 2.
How can I get rid of this error? It does not affect work, but errors are written every time and this is annoying. I hope for a quick reply, because the plugin is awesome and there are no analogues.
The text was updated successfully, but these errors were encountered: