Stephen Rosen

Results 104 comments of Stephen Rosen

I believe the best way to show this structure would be a dedicated schemas subpackage in your project which defines the flask-marshmallow extension object. Your app factory then imports that...

As the author, I agree. I think the docs really ought to describe what types of usages the different usages support, not just number them 1, 2, 3. And I'd...

> The current FAQ is focused on showing _how_ to install _what_ in the venv created by `tox` and _who is responsible_ for resolving the dependencies. I think we should...

I just rebased and pushed, and was about to walk away, but I noticed that I misread your previous comment. > Nevertheless I think it is a good idea to...

I just tested applying the `install_command` change to one of my projects and it appears to me that `{packages}` is being expanded to include dependencies from the project. I'm coming...

It looks to me like `tox` currently extracts dependencies from the wheel or sdist build and _always_ appends them to the install command in the `install_package_deps` stage. If I set...

I believe that this is the explanation of [this issue](https://github.com/pallets/click/issues/2558) which came up with the click 8.1.4 release. If we define ```python F = TypeVar("F", bound=Callable[..., Any]) _Decorator: TypeAlias =...

> This isn't really the same as OP's case (which is mostly just use `--disallow-any-generics`). Ah, thanks for that clarification! It produces the same behavior in which the decorator is...

#3924 looks to capture the technical issue succinctly. I think the main problem, as seen from the pallets/click side of things, is both technical and social (and has been largely...

I don't know that there's anything the checker can do in this case out of the box. The azure pipelines schema doesn't really describe what those files can contain. I...