Johan Sommerfeld
Johan Sommerfeld
I’ll try to check on it this weekend.On 6 Oct 2023, at 03:40, Eric Peterson ***@***.***> wrote: Not blocking me, at least! I’m fine using the branch. —Reply to this...
nice, changes, but how do the exceptions work, won’t that leave it in a unhealthy state? I’ve been swamped with other tasks so I’ve just played a little bit with...
Hi, Sorry for the late response, I haven't managed to set notifications on this repo. I've glanced through your issue, update me if I missed something. I think that it's...
yea, I've got a branch somewhere for publishing towards pypi, and hence a setup.py for it. just haven't got the time to finish it.
hmm, We've must have fired the merge a bit to quick. So we've prepared for pip install but haven't gotten around to publish it. for now I would clone/download the...
could be that you’ll need the setuptools for rust. try running `pip3 install setuptools_rust` first
@MEschenbacher so you get it to work but you have the python implementation is that what you mean with the same problem, do you have the output from when installing?...
@gmile Hi, sorry for the late reply. I'm working on some cleanup and documentation. It's a bit slow but I though to publish when that was done.
Hi, yea I've seen it too. Though it was py3.7 but We'll look at it
Took a quick look, seems to be some inconsistency between the rust and python implementation. As a workaround you could do: ``` diff --git a/term/codec.py b/term/codec.py index 05ead98..55fbf81 100644 ---...