messense

Results 481 comments of messense
trafficstars

@mhammerly Had to revert #2231 because there is no 24.04 image support in run-on-arch-action yet.

We are using 1.2.3 because Rust also uses 1.2.3, not sure if there are any issues if we upgrade to 1.2.5 before [Rust does](https://github.com/rust-lang/rust/pull/125692).

Have you tried https://pyo3.rs/latest/building-and-distribution/multiple-python-versions.html?

The current API does not scale well with more ammonia options, we should refactor it first.

we could have a `Builder` that builds a `Cleaner`, something like: ```python cleaner = Builder() .tags({"a", "div"}) .url_schemes({"http://", "https://"}) .build() cleaner.clean(html) ```

That may not work with pypy I think, they don't have universal2 binaries: https://pypy.org/download.html From https://github.com/actions/python-versions/releases/tag/3.13.0-11228081754 I didn't find any universal2 python distributions.

> The note about universal binaries is in the readme: https://github.com/actions/python-versions/tree/3.13.0-11228081754?tab=readme-ov-file#building-installation-packages Right, but note that it's only for Python >= 3.11.

Close for now, we have switched to macos-13.

Feel free to work on this, I think there are 3 things we want 1. print a deprecated message in `upload` command 2. change `generate-ci` to use `uv` to upload...