Matthew R. Becker
Matthew R. Becker
I'm not sure. I cannot tell if we need simply update the wrapper or if we need changes to the C code. It seems like if we could convert the...
We should probably just move to pytest but that is a lot of work.
Years ago I hit a bug where I read a compressed image as a table and was super confused. This must have been fixed by now since I cannot reproduce...
Ohhhh. It might be nice to modernize the test suite a bit. At least we should get flake8 running on it.
The changelog is rather mundane. IDK why they bumped to 4 at all.
Thanks @csoja! I was also wondering about PUT and PATCH for this endpoint `GET /package/{owner_login}/{package_name}`.
Yup. It'd be nice to have PUT and PATCH for the `/package/{owner_login}/{package_name}` too. This way we can fix borken metadata without having to upload a package.
See this: https://conda-forge.org/docs/user/ci-skeleton.html
@softprops Something is definitely not working here. I think the workflow is not finding previosu runs.
It appears the `status` option for the github api endpoint (https://docs.github.com/en/rest/reference/actions#list-workflow-runs-for-a-repository) is not working.