Mike Gelfand
Mike Gelfand
This PR removes most of manually defined types in utp_types.h in favor of either standard integral types defined as part of C99, or built-in basic types, which reduces the chances...
Sample results: https://github.com/mikedld/libutp/actions/runs/252795512 Overlaps with: #123
Despite readme saying that "the external interface is strictly C (ANSI C89)", newly added `utp_callback_arguments` struct (utp.h) contains two anonymous unions which weren't standardized up until C11. Please either make...
Just as `cmake_parse_arguments` distincts between "options", "one-value keywords", and "multi-value keywords", cmake-tidy may need to as well. Currently, formatting may yield odd results for e.g. `add_executable` or `add_library`. Input (source...
It looks like the list is being compiled manually right now while it's possible to do this in an automated fashion, e.g. ```sh jq -n \ --arg ver "$(cmake --version...
Since this extension appears to be closed-source and so git log isn't available, it'd be nice to know what's changed between versions in your own words.
### What is the bug or the crash? ``` Thread 1 "python3" received signal SIGSEGV, Segmentation fault. QPainter::end (this=this@entry=0x7f17087fdb90) at /var/tmp/portage/dev-qt/qtgui-5.15.13/work/qtbase-everywhere-src-5.15.13/src/gui/painting/qpaintengine.h:150 warning: 150 /var/tmp/portage/dev-qt/qtgui-5.15.13/work/qtbase-everywhere-src-5.15.13/src/gui/painting/qpaintengine.h: No existe el fichero o el...
Fixes: #8658 **Description** If timeout (or some network error) occurs while waiting for a pod initialization or termination event, e.g. when build takes a long time, skaffold becomes stuck and...
In some cases, as with e.g. `-smbios`, it's useful to be able to pass values containing spaces. I didn't succeed in trying to achieve that though (with v3.3.0): * using...
`distutils` module has been deprecated since Python 3.10 and removed in Python 3.12, see [1] and [2]. Fixes: #70 [1]: https://peps.python.org/pep-0632/ [2]: https://docs.python.org/3.12/library/distutils.html