Kiyoon Kim

Results 215 comments of Kiyoon Kim

Hi, thanks for using the plugin and reporting the issue! I'm not sure if you use basedpyright, but I recommend it especially with neovim because it unlocks a plethora of...

Thanks for reporting the bug! Can you please provide a reproducible config? It may be due to some vim settings you use. With the below config it works as expected....

I feel like this is hard to micro-control queries to do exactly what we want.. Maybe in lua we can support adding matching algorithm to micro control it, but at...

https://github.com/h4l/sortedcontainers-stubs You can use this for now, but I do wish the maintainer included this in the repo and bump the version on PyPI.

Okay, you should open jupynium locally most definitely. Because Jupynium is a browser, and you want to see the browser on your local machine. But neovim & jupyter notebook can...

The browser opens, and you can see the Jupyter Notebook, but in like 10 seconds it errors out with the timed out message? The error is from this ```python def...

Wait, are you using `nbclassic`? Jupynium doesn't support Notebook 7 and the correct URL is `localhost:18888/nbclassic` with `pip install nbclassic`

Can you capture the screen of your notebook? I think you're using Notebook 7 and not nbclassic.

I'm glad it worked out, and thanks for summarising it! I'll consider updating it maybe just by linking your comment. Regarding the remote virtual environment, I don't think there's a...

I can't reproduce this. What system are you on? Does this happen consistently? Apprently, Jupynium couldn't get updates of neovim buffer correctly but I have no idea why.