Gregor Riepl
Gregor Riepl
##### SUMMARY Migrated from: https://github.com/ansible/ansible/issues/53264 There is currently no CloudStack module that can create volume snapshots. The cs_volume module has a `snapshot` parameter, but apparently, it's only used to create...
This PR is a refactoring of #14 , providing only support for systemd. Closes: #14 Also included are a general overhaul of the packaging, as well as some minor fixes....
### Is your feature request related to a problem? Please describe. The go generator currently doesn't support any form of string validation. OpenAPI has a pattern parameter on properties that...
We have a bug report on the Debian bug tracker that indicates yagv isn't compatible with Pyglet 2.0: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1064598 The symptom is that yagv tries to use Pyglet's graphics primitives...
### Environment **Operating System:** Debian Linux sid **Version / Commit SHA:** 11.0.0 **Other:** (e.g compiler, C++ standard etc.) ### Describe the bug OpenVDB fails to compile with any recent LLVM...
The readme states that go-vk is untested on Linux, but it's currently not possible to use it at all: All surface extensions are missing. I can see that [vk-gen contains...
This PR makes Ren'Py compatible with newer FFmpeg versions. A lot of deprecated APIs were removed in FFmpeg 7, leading to compile errors. Old API compatibility is kept by means...
This is a quick and possibly incomplete fix for relative import errors from .rpy scripts to .py scripts in the same module folder. I only replaced those imports that were...
The Debian package of Ren'Py executes in the system's default Python interpreter, which is Python 3.12 in Debian trixie and sid at this time. With Python 3.12, Ren'Py fails to...
Some APIs were changed in FFmpeg 7, which leads to Ren'Py throwing build errors: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077537 The (autogenerated) list of API changes can be found here: https://git.videolan.org/?p=ffmpeg.git;a=blob_plain;f=doc/APIchanges;hb=n7.0 Unfortunately it doesn't clearly...