bwo
bwo
> It's really hard to say anything without more context. Feel free to post an example, repro case or any other context that you think could be useful to help...
Bump on this! It would be very useful. Note that you can *almost* accomplish something like this this way: ```python from typing import ClassVar from abc import abstractmethod class Foo:...
I am also looking to use this to build queries with nested conditions!
> I don't think the suggested approach (using a lookup table) would compose well with existing type features. Keep in mind that static type checkers don't actually execute code. They...
it's been a year, if the problem is fixed on master can a new release be cut?
yep. same with 3.11. presumably it's a matter of the numpy version. this is really an issue in `abydos`, though
are there any plans to introduce such functionality? It would be very useful.
that doesn't mean that a more convenient API wouldn't be appreciated, and in fact I was stymied trying to do just that (I kept getting errors that the size of...
Regardless—granted that there are workarounds, the question whether a simple API will be offered is reasonable. Indeed, the docs say: > As a slice of `&[(&str, &dyn ToSql)]`. This is...
Now quite outdated, though fixing it up shouldn't be hard if there's interest.