Josiah Outram Halstead
Josiah Outram Halstead
Can you tell if it's blocky because it's using ANSI-art style graphics, or is it using kitty graphics but just very low resolution? Do graphics work as expected for you...
There was a slight issue with multiplexer passthrough which is now fixed in `dev`, but it's still pretty buggy - i.e. graphics end up in the wrong place: > Also...
Just to let you know, I've implemented kitty unicode placeholder graphics in the `dev` branch (here: f463e0ca0690f11b318d203e52d866c1ccada7ca) You can test it by running the following in tmux inside a kitty...
This is now released in `v2.8.6`
Maybe try https://github.com/NoOPeEKS/DataNvim instead
You can also edit cells with your preferred `$EDITOR` using the e key when you have a cell selected.
Hi, 1. I'd reccomend installing `ipykernel` inside your virtual environment: ```bash uv pip install ipykernel ``` then registering the kernel: ```bash uv run python -m ipykernel install --user --name=my-kernel ```...
I've added a new option to enable relative line numbers called [`relative_line_numbers`](https://euporie.readthedocs.io/en/latest/pages/configuration.html#cmdoption-arg-relative_line_numbers). Thanks for sharing the debug log - I'll look into the tmux issue. Does the problem occur when...