Rene Leonhardt
Rene Leonhardt
I guess now that PyTorch 2.7 (2025-04-23) support has been released, the first step would be to support PyTorch 2.8 (2025-08-08). https://github.com/pytorch/pytorch/releases/tag/v2.8.0 Each release introduces many breaking changes, it's unfortunate...
Just out of curiosity, did you use `cargo fmt`? First there is a linebreak where there was none and later there is whitespace missing 😅
After one year without a review, without a new commit and macOS 26 around the corner, is this still relevant? Or better, is this project still alive?
Great to see Python 3.14 support! I can't even install it on Python 3.13 😅 ``` uvx scancode-toolkit Built ftfy==4.4.3 × Failed to build `bitarray==0.9.3` ├─▶ The build backend returned...
You can see my command line, that's what uvx resolves to when ommitting the version. But ```shell uvx scancode-toolkit==32.4.1 ``` isn't much better for Python 3.13. ``` × No solution...
containerd is incompatible with new runtime-spec 1.3.0: https://github.com/containerd/containerd/issues/12493
If you need help, maybe look into CodeRabbit, it's free for Open-Source projects. https://www.coderabbit.ai/blog/how-linux-foundation-used-ai-code-reviews-to-reduce-manual-bottlenecks-in-oss
Hola Alejandro, I can only tell about my limited personal experiences. Not many projects I contributed to were using AI reviewers. Those who did, I had very positive experiences. My...
You updated a few dependencies and now my PR is obsolete? 🤔
When will pydantic at least be installable in Python 3.14? https://github.com/pydantic/pydantic-core/releases/tag/v2.35.0 has been released months ago but it's still impossible to install projects depending on pydantic because it's dependency on...