Chris Beaven

Results 110 comments of Chris Beaven

#46 is the PR tracking the base class rewrites. You may want to check out that branch to get an idea about building on top of that

Yes, a PR that expands type hints to allow for mypy's stricter mode would be welcome.

What's the reasoning behind this versus what already works? Especially `model_fields = []` doesn't naturally infer that you mean all fields. It reads as the opposite!

You're right, I just glanced at the code and description here and thought both options being an empty list were supposed to represent the same behaviour. My apologies for the...

Even with that workaround, it is causing clicking a routed link to raise an exception until I refresh.

I'll close this for now as working as intended. If you can identify a shortcoming in the new code that would stop some useful behaviour, then feel free to open...

It does seem a valid bug that duplicates aren't stripped. Should be an easy issue to fix if someone wanted to have a crack at a PR

You're right. On Fri, 18 Mar 2022 at 20:47, simon klemenc ***@***.***> wrote: > i don't think it's the same because router.auth could already be set to > something else....

For a bit more control, you can have the action to push to pypi trigger only when you create a github release rather than implicitly when a tag is created:...

I agree that it would be nice to be able to have fragments that aren't tied to features/issues at all. Even in a project which uses an issue tracker, as...