Josiah Outram Halstead

Results 78 comments of Josiah Outram Halstead

Hi - the `dev` branch should work with Python 3.12 (a few changes were required to work with the new `universal_pathlib` release). I need to make a new release.

I've just released `v2.8.0`, which should work with Python 3.12

Hello, In the default key-binding mode (`micro`), pressing Tab will indent the line if: - the cursor is at the start of the line - the cursor in the line's...

Not currently, but I'll look into adding this.

Hi, 1. If LaTeX rendering is working as expected in kitty, you probably need to install a program which can convert from png to sixel, such as `chafa`, `imagemagick`, or...

Ok, got it, thanks. I've made a fix for the issue with saving notebooks without a file extension (a41b3b595073b4e62e020617c46c4451f87b6c1d), which will be in the next release. The issue with LaTeX...

I've just released v2.8.0, which should fix the issues reported here

Thanks. I've released published `v2.8.1` with a (untested) fix for the tab key.

The protocol I'm creating a new subclass for is actually `untitled:` (I was just using `my:path` as an example). For my use case, `UntitledPath` objects don't have to do anything...

If anyone else is experiencing the same issue, the following regex substitution can be used as a workaround: ```python import re from html2text import HTML2Text data = "a" result =...