Rene Leonhardt

Results 371 comments of Rene Leonhardt

### Notes - It would be great if unnecessary CI jobs would be skipped in forks (i.e. `safety` requiring license keys) - It would be nice if main.py wouldn't fail...

Is Python 3.13 even supported? 😅 https://github.com/akaihola/darker/blob/master/pyproject.toml#L15-L16 ``` "Programming Language :: Python :: 3.12", ] ```

FYI the translate-issue-action doesn't work. https://github.com/nanomq/nanomq/actions/runs/19502963192 > Run emqx/translate-issue-action@f63fa743df6f60643e6bd13322e73e4bd7b1c678 > 2025-11-19 13:28:00 - Translating issue text... > 2025-11-19 13:28:00 - Error: curl command failed. > 2025-11-19 13:28:00 - Response: No...

### Notes - Bumped devcontainers/typescript-node from `1` to `2` and bullseye to bookworm (Debian 13 trixie is stable now) - `git clone --depth=1` is much faster for big repos -...

How can sql.js/asm be created? I didn't change any workflow logic.

The latest release is CUDA 13.1, therefore cupy-cuda12x (CUDA 12) and cupy-cuda13x (CUDA 13). https://developer.nvidia.com/blog/nvidia-cuda-13-1-powers-next-gen-gpu-programming-with-nvidia-cuda-tile-and-performance-gains/ I'm glad to hear that the next release (cupy 14) has been announced to publish...

There are so many cupy packages, I looked in the wrong project, sorry. https://pypi.org/project/cupy/#files

Is the issue resolved? 🙂

Great work, thank you! 🚀 @Marwes when can this be reviewed and merged?

@Decodetalkers Maybe you want to add this: ```diff diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 --- /dev/null (revision d67320d6b737eb91523448700ce346a6c5f3d3e6) +++ b/.github/dependabot.yaml (revision d67320d6b737eb91523448700ce346a6c5f3d3e6) @@ -0,0 +1,17 @@ +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/optimizing-pr-creation-version-updates#setting-up-a-cooldown-period-for-dependency-updates...