You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm happy to write a first draft of this if the maintainers would like it. But I don't want to put in the effort if it's not wanted.
I've run into two issues which really puzzled me in terms of what to do until I poked around in issues here. I'm sure there are others.
hybrid_property can't use the special magic of property in mypy, but #98 has a workaround seems to work. And #94 covers ways of getting UUID(as_uuid=True) to work.
It would be helpful (since these are not going to be fixed soon) if this library made these workarounds part of its docs. It could be done at the end of the readme or in a separate markdown doc linked in the repo.
The text was updated successfully, but these errors were encountered:
I'm happy to write a first draft of this if the maintainers would like it. But I don't want to put in the effort if it's not wanted.
I've run into two issues which really puzzled me in terms of what to do until I poked around in issues here. I'm sure there are others.
hybrid_property
can't use the special magic ofproperty
inmypy
, but #98 has a workaround seems to work. And #94 covers ways of gettingUUID(as_uuid=True)
to work.It would be helpful (since these are not going to be fixed soon) if this library made these workarounds part of its docs. It could be done at the end of the readme or in a separate markdown doc linked in the repo.
The text was updated successfully, but these errors were encountered: