ka28kumar
ka28kumar
Hello @nicoddemus , I'm new to OSS and would love to take this up. Thanks!
Hi @nicoddemus , Rather than replacing every call of `config.getoption("verbose")` to `config.getoption("verbose", 0)`, which also includes some examples in the docs. I'd prefer if we can add a default value...
Hello @wRAR , Do you think something like this can work? ```python from twisted.internet.defer import inlineCallbacks, returnValue def file_downloaded( self, response: Response, request: Request, info: MediaPipeline.SpiderInfo, *, item: Any =...
Hello @nejch, I'm new to OSS and would love to take this up. Thanks!
@nejch , Can you check if this is functionally complete? If it is, I'll start to add tests.
Will add. Thanks!
I'm sorry I got occupied with some tasks. Feel free to take over.
Hello @seifertm, We can get the version either using `importlib.metadata.version("pytest-asyncio")` or `setuptools_scm.get_version()`. Which one would you prefer?