David Pärsson

Results 120 comments of David Pärsson

I've used pytest quite a bit, and I don't think this is currently possible. Perhaps it would be possible to solve it with a plugin somehow. It would get even...

A use-case where I think `auto_bind=False` would still make sense would be in tests, where it can make sense to limit which classes that may be created. I haven't used...

As of v0.991, mypy has a dedicated error code for this. With `type-abstract` this error can at least suppressed. A maintainer indicated that [this might be as good at it...

I'm not entirely sure I get your use case, but I think the one of the closest thing we have is creating new types with `NewType` and binding different `NewType`s...

What would you want to achieve in option a? I'm not sure it matches your use case, but I have previously used parent/child injectors to override providers.

Thanks for clarifying. That makes sense, but I'm not aware of any way to achieve that in a general way. It's probably possible to explicitly look for previously bound classes...

I've since found that PostgreSQL seem to be regularly running processes on all databases, as some kind of a superuser. If trying to remove the database with another user while...

I would still consider this to be an issue.

@bhargavravat, I'm not sure why you pinged me. If I however was a maintainer, I think I would be unable to help without any information on what you have tried.

Hi! That sounds like a good idea, but I don't currently have the time to provide that. Are there any tools for that may assist in that matter? Pull requests...