memeplex
memeplex
I'm seeing this quite frequently too. I'm trying to find some recipe in order to reproduce it in a more reliable fashion, still to no avail. By now I do...
Ok, here's a reliable way to make it happen: 1. Create a project 2. Add a simple test.typ file with some content 3. Open the preview 4. Initalize git for...
I'm still seeing this a lot with the simple two pane layout described above. The reproduction steps I provided still work, although this happens in many other circumstances.
> Feel free to create another issue to describe further possible concrete improvement. Thanks! I think the change was enough to address this particular issue. That said, since the trigger...
I've opened a different FR to match specific list levels. That can of course be implemented by adding a list depth attribute to lists or something like that. But it...
Or perhaps this could be implemented like `{n,m}` in regular expressions, "lists that are exactly 2 times inside other lists", or "lists that are more than 2 times inside other...
Sorry, there are some inaccuracies in my description above: - When jump doesn't work neither do other lsp features on the same target, I was confused by kernel based equivalents....
1. Create environment and launch lab: ``` mkdir testlsp cd testlsp echo "def myfun(x, y): pass" > mylib.py python -m venv env . env/bin/activate pip install jupyterlab jupyterlab-lsp python-lsp-server[all] jupyter...
pip freeze anyio==4.9.0 appnope==0.1.4 argon2-cffi==25.1.0 argon2-cffi-bindings==21.2.0 arrow==1.3.0 astroid==3.3.10 asttokens==3.0.0 async-lru==2.0.5 attrs==25.3.0 autopep8==2.0.4 babel==2.17.0 beautifulsoup4==4.13.4 bleach==6.2.0 certifi==2025.4.26 cffi==1.17.1 charset-normalizer==3.4.2 comm==0.2.2 debugpy==1.8.14 decorator==5.2.1 defusedxml==0.7.1 dill==0.4.0 docstring-to-markdown==0.17 executing==2.2.0 fastjsonschema==2.21.1 flake8==7.1.2 fqdn==1.5.1 h11==0.16.0 httpcore==1.0.9...
I realized there was an error in the way I was setting the `extra_paths` option. Adding `.` to it seem to reliably fix the problem. If this is expected to...