Julian Berman

Results 366 comments of Julian Berman

That's really the only change in the release, so it's definitely there, but will still require some minimizing to figure out what the issue is. I'll see if I have...

The example there seems to complete, it's just (very) slow. Specifically here it completes in ~11s. My guess is the original example does too, just even slower, and that the...

This is apparently related to [PEP 685](https://peps.python.org/pep-0685/) which is enforcing that extras names be normalized -- so in theory the two names should be equivalent, but pip doesn't have support...

I think Hatch is going to stop normalizing until pip catches up, so watch that linked Hatch ticket which will hopefully resolve this.

OK, the aforementioned PR is merged, but I think pypa/packaging#569 needs doing to get `packaging` a release, and *then* I think the next pip release will have it.

It's possible, though not easily and not in a great way. Doing so more easily is part of python-jsonschema/referencing#3. Happy to keep this open as a way to track the...

Hi! Thanks for the report. Haven't gotten a chance to dig in yet, but as a general principle, are you using CPython? If you are, the answer is probably "yes...

@MichaelCurrie what was the answer to what implementation of Python you are using? Have you tried profiling validation and seeing what's taking so long? I'd definitely accept performance patches that...

Thanks! I'll leave detailed notes in a bit, but really happy to see this getting addressed. Two immediate things: * There are other validators in the title of #119. Can...

No I just meant those indeed! That sounds great, will have a look.