Evan Rittenhouse

Results 85 comments of Evan Rittenhouse

@SimenB Hi, is this issue still open? I see that there's been a PR open for a few years. Would love to take it on if it is.

I'm pretty interested in this one. Obviously pretty new to the project, but I think that the design proposed above makes sense. @MichaReiser saw you were mentioned above, are we...

That makes sense. I'll start working on a design/use-cases - since #1054 asks for block/file-scoped `noqa` directives, closing this issue should also close that one (file-scoped `noqa`s are already implemented)

Editing out the design approach I had here to link to the discussion instead: https://github.com/charliermarsh/ruff/discussions/4051

I think the confusion may stem from > Poetry supports extras to allow expression of: > - optional dependencies, which enhance a package, but are not required; and But the...

@dimbleby if we want `--with full` or `--extras full` to include subdependency extras, I can try to implement that

How hard does the core team think this would be? I'm interested in picking up some work on the project.

I'm not quite sure how to handle the conflict between `libc::NETLINK_ROUTE` and `libc::IPPROTO_IP`, both of which are defined as 0. @asomers, I've seen you around in quite a few issues....