Facundo Tuesca
Facundo Tuesca
> #16205 Starts marking URLs as verified, this now just needs to be surfaced in the UI. I'm working on the UI part now
I'm working on this. One thing that we should be aware of is that implementing this kind of verification, where each URL is accessed and parsed to see if it...
> "Collate" verified URLs, i.e. don't re-perform URL verification if another file in the same release has already verified the URL within a particular time window (~15-60 minutes?) What if...
I'm squashing and rebasing this branch now
@woodruffw @webknjaz The remaining lint failure is due to an error message string (`_TOKEN_RETRIEVAL_FAILED_MESSAGE`) being duplicated in `attestations.py` and `oidc-exchange.py`. Would you prefer de-duplicating it by moving it into a...
> they're only for staging a release so that all files become public in one atomic step **(a)** + allowing projects to share a new release before it becomes resolvable...
> Should this include/inherit things that trove classifiers already expose? There are 7 development statuses already. My understanding is that the difference is in the classifiers being dist metadata while...
> And [naming things is hard](https://martinfowler.com/bliki/TwoHardThings.html) - so I'd encourage some deeper thought into what these names mean, and whether or not they convey the appropriate meaning. After thinking a...
Current progress: ## ASN1. types - [x] SEQUENCE - https://github.com/pyca/cryptography/pull/13325 - https://github.com/pyca/cryptography/pull/13449 - [ ] SEQUENCE OF - [ ] SET - [ ] SET OF - [x] BOOLEAN -...
> #15366 does the first part of this, improving the error message. @woodruffw I've been looking into this. For the second part, I see that the suggestion was to silently...