Daniel Jenson
Daniel Jenson
same problem^ thanks for the solution!
This worked for me^
also curious
same thing here, also arch, nvim 0.4.4, reverted to commit 33d80dbf0c964c921d1b8ed711d795d3844163a3 and it works.
So, something weird is happening. Sometimes it opens with my preference for python 'ipython', and other times it opens with a standard python repl; it looks like sometimes it uses...
it is always `/home/danj/.venv/v/bin/python`, but it opens the regular system python3 occasionally even when that is the case.
I am also getting this error using the same Enum in various SQLAlchemy models.
So, for the record, I solved this by making global SQLAlchemy types, so @richin13 , your code would become: ``` SA_AdStatus = db.Enum(AdStatus) class MyModel(db.Model): status_before = db.Column(SA_AdStatus, nullable=False) status_during...
Can we merge this?
I would like this too!