Seth Michael Larson

Results 529 comments of Seth Michael Larson

I don't like the idea of exposing `Sentinel`, does `Union[..., Type[NEED_DATA], Type[PAUSED]]` not work for this case?

This change seems good, it's unfortunate we got some formatting changes from black. Could you separate the formatting changes and change to the types into two separate commits so I...

Thank you! If you could provide a PR it'd be a quick review :)

@varunsh-coder Great question! I copied this output from this page: https://deps.dev/pypi/urllib3 to save me a second in running scorecard to get the output.

Chiming in to say I'd like to start using SLSA with urllib3 but losing out on the `Signed-Releases` check we're currently getting from Sigstore would be unfortunate by changing to...

I think that makes sense, especially as a means to convince people to start using SLSA.

Hmm, is there a way we can manually trigger an upload? This one didn't get automatically opened.

I've moved this issue to https://github.com/conda-forge/elasticsearch-feedstock/issues/73 as there's nothing to change on this repository. Hopefully the Conda team has a ready-made solution to our problem. :crossed_fingers:

It does look like all the documents are loaded into memory to be distributed to workers. Would be better to use memory channels to distribute tasks.

Our test suite isn't parallelizable in all cases due to setup and teardown of the Elasticsearch server. However when I try running with what I assume is `pytest-xdist` I don't...