davebirch
davebirch
Solves a pet niggle of mine ( #255 ) that you can't filter a log sink directly using the object that comes back from calling logger.level() Kept the equality checks...
Hi there, currently upgrading a project using injector to python 3.8. We use MyPy generics in our project and I discovered that I can no longer inject my generic class....
Separated out from #168 - specifically to deal with binding to a class level Protocol usage (i.e normal methods defined in the protocol rather than the special `__call__()` usage. This...
Am aware this is more a question, rather than a bug, but perhaps an indication that an example scope implementation (other that an example of seemingly re-implementing NoScope would be...
Hey there, giving injector a go with a project and seeing a bit of an issue when trying to inject types which are defined as a forward reference using the...
dohq-artifactory version: 0.10.0 For some reason, unlike all of the rest of the HTTP requests to artifactory, the call to `ArttifactoryPath.aql()` seem to directly call `self.session.post()`, without passing in any...