Rene Leonhardt
Rene Leonhardt
@Kerollmops Any news on testing invariants?
@tmpolaczyk Were you able to clone the submodules, do you still want to contribute a PR? 🙂
No problem, thank you for reporting!
I created a pull request. Old logic: - CARGO_MAKEFLAGS is empty -> make -jN - CARGO_MAKEFLAGS is set -> concatenate or set MAKEFLAGS New logic: - CARGO_MAKEFLAGS is set ->...
All 454 tests passed on Apple Silicon with a few tricks like dropping Python 3.9 (and Intel Mac) support in requirements, installing scipy manually and waiting for the https://github.com/huggingface/transformers/issues/37326 tag......
That's the dependency workaround my PR provided, the essential part is ` --with=audioop-lts`.
Aider never updates it's dependencies, it's the same on Debian 13. [numpy 1.24.3](https://pypi.org/project/numpy/1.24.3/) is 2 years old and doesn't support Python 3.12 (pkgutil.ImpImporter has been deprecated since Python 3.3 and...
Good luck with that, my hand-coded Python 3.13 PR hasn't even been reviewed, but maybe your AI has a better chance to reach the heart of a human maintainer 👍
Wow, awesome work, thank you for all your efforts 🚀 I will never understand why maintainers decide to freeze their dependencies instead of just adapting their code to newer Python...
@andytom What output is expected here, `lxc` => `LXC`? ```rust "lxc" => return Some("LXC".into()), ``` Op mentioned the "container name"... What about kata-containers, runc, containerd, CRI-O, Mirantis? I'm sure there...