Cooper Lees

Results 280 comments of Cooper Lees

FWIW - I see the docker image still being pulled. So I will leave swift support until it causes pain. Then we can ask this question again.

@dralley + @gerrod3 - Your refactor has made this a lot more friendly right?

As stated tho, with the addition to bandersnatch configuration to toggle between re.search and default to re.match the PR will be accepted ... It too would need a documentation update...

We do support this. Just need to document it better! - Would love a PR adding this to the docs! ```init download-mirror = https://pypi-mirror.example.com/ download-mirror-no-fallback = False ``` - fallback...

Exactly. Getting stats like my example for each mirroring software is nice to show what version people are using around the world. Here is an example query for only bandersnatch:...

Nice. This makes sense as a separate plugin imo. Yeah, that's how PyPI works. Just spin a real small release/version increment and join your markdown into the long description. Remember...

Yeah, I think it's more the recursive nature or callers expecting names of things make this check to hard to implement in my opinion. But down for someone to try...

Thanks for the report. Our AST code definitely won't support that. PRs welcome, otherwise I'll eventually try. If you are interested in trying a PR, I would use this example...

I call that a workaround, as your code is valid :) Thanks for being patient.

Putting my dislike for this usage aside, if someone can make the AST parser work this logic out and can show that in unittests I'll accept this. This, of course,...