Anja Kefala

Results 67 comments of Anja Kefala

Hi @gilbh! Unfortunately, these are really challenging to debug, and on first glance it actually seems to be a Python problem, not a VisiData problem. I can try to see...

> My installation of Python is layered and complicated :joy: :sob: > Can you explain the "area" in which this bug occur (so maybe I could connect it to a...

Most likely related to https://github.com/saulpw/visidata/issues/1175 =)

`--header 0` does not seem to help. Opening an issue to investigate for when we have more focused time. Question was originally asked on `#visidata`.

One proposal for this is to `fail()` modifying commands, if there is a save in progress. Modifying commands consistently have `Undo`s, so we can use `addUndo` to perform a check...

If we decide that it feels like work that is not going to happen anytime soon, I propose documenting this behaviour (how modifying commands interact with saving) in jsvine's tutorial,...

Thank you for this issue! Related to https://github.com/saulpw/visidata/issues/1035. > Maybe a way to recall last computed result that appeared on the status line? I just wanted to let you know...

Example here: https://github.com/ibis-project/ibis/pull/4070

I have some time right now to tackle this issue. Since https://github.com/ibis-project/ibis/pull/4087 `ci/datamgr.py load` is not needed anymore. Do we still want to move the backend-specific tests into the larger...