Adam Williamson
Adam Williamson
LGTM. With this, tuya-convert works on Python 3.13. Without it, it does not.
It's not strictly necessary, but tuya-convert is written to use this, and with sslpsk patched with this PR, tuya-convert works as-is. To use the new Python built-in PSK support, tuya-convert...
What is the "old view" and what is the "new view"? We don't typically use any kind of web UI editing of the job templates in Fedora; we work on...
to be clear, what would be easiest for us is if we can continue to just use `load_templates` to completely re-load the templates when we change them (which is what...
I wrote the intermediate format and parser before the current YAML stuff existed, because working with the previous format in text was painful. If it's necessary to adapt it we...
This is with pygit2 1.12.0 and libgit2 1.6.4.
The CI failure seems to be just because github no longer offers Python 2.x.
well, I sent a possible fix as https://github.com/fkie/catkin_lint/pull/111 , but not really sure if it's the best choice.
Another option I guess might be to double the slashes in `PathConstants` - make them `"//%s" % generate_random_id()`: Python 3.13.0b2 (main, Jun 6 2024, 00:00:00) [GCC 14.1.1 20240522 (Red Hat...
Full build failure log, if anyone's interested - https://kojipkgs.fedoraproject.org//work/tasks/3152/128013152/build.log . I've tested that it does build successfully with this patch.