Results 14 comments of Andreas

Sorry, I haven't had time to look at it completely. I'm guessing it's some setting in my init file that is messing it up. I will take a look as...

I tried to run the code with a fresh init file only loading magit and I get the same errors. I run the following versions of software. Magit 2.3.1-194-g00e32ab, Git...

The error arises when I run `M-x` `jordon-ispell-this-hunk` when in the magit status buffer inside a hunk.

I understand. Thank you for your time. Just one more thing, if you please could post your versions of emacs and magit/git so that I myself might track down the...

Ok, at least I'm not crazy 😊. Thanks again.

I have this same issue. ``` Emacs.............: 28.0.50 Elpy..............: 1.34.0 Virtualenv........: runsomething (/home/at145/.virtualenvs/runsomething/) Interactive Python: python 3.6.7 (/home/at145/.virtualenvs/runsomething/bin/python) RPC virtualenv....: rpc-venv (/home/at145/.emacs.d/elpy/rpc-venv) Python...........: python3.7 3.7.5 (/home/at145/.emacs.d/elpy/rpc-venv/bin/python3.7) Jedi.............: 0.17.1 (0.17.2 available)...

Thanks for the answer. I have set this parameter and it seems to workaround the problem.

Thanks for the answer! I was going to post a solution but I wasn't confident it was working long term. I apparently got around the problem by reshuffleing the code...

To simplify this somewhat. The error seems to trigger on a type of line formated as this: `f"{key: >{width}} string"`

I "fixed" the issue I had by eddting the _dotplot.py module editing the DotPlot class. Switching the top line for the bottom line. ```py # dot_color_df = dot_color_df.loc[dot_size_df.index][dot_size_df.columns] dot_color_df =...