masklinn
masklinn
> Still there is no pre-build wheel for 3.11 uploaded to https://pypi.org/project/PyYAML/#files and that is a problem as py311 release is just around the corner. It's still a while away,...
Sorry for the lack of notice. It looks like the first link may have been fixed since (as far as I can see https://wsgi.tutorial.codepoint.net/ and https://wsgi.tutorial.codepoint.net/intro both work and resolve...
Nice, thanks!
Resolved by #148, kept to using setuptools but switched over to pyproject.toml and modernised the way setuptools is used a lot.
Finally stopped putting off the merging of the new API so closing this, though it's quite far from release yet.
One area where it would be *super* useful would be the recursive / multi-file mode. When using oxipng on a *lot* of images, especially with the intent of doing massive...
> Having the same issue, can't build the package because it can't find SecureTransport.h, did you manage to build it? If you're using nix, built-in frameworks "live" under the `darwin.apple_sdk.frameworks`...
Example from simonw's demo project: https://github.com/simonw/pids/blob/main/.github/workflows/publish.yml
Notes of cache replacement policies to look at (aside from the obvious LRU): - [QD-LP-FIFO](https://jasony.me/publication/hotos23-qdlp.pdf) ([basic summary](https://news.ycombinator.com/item?id=36437806), [official slides deck](https://jasony.me/slides/hotos23-qdlp.pdf)) - [Adaptive Replacement Cache](https://en.wikipedia.org/wiki/Adaptive_replacement_cache) ([brian cantrill talk](https://www.youtube.com/watch?v=F8sZRBdmqc0)) - [Least Frequently...
Issue: turns out you can't ask pip to install just the dependencies ([yet?](https://github.com/pypa/pip/issues/11440)). This makes the addition a lot less useful for the primary use cases of GHA and tox,...