Gregor Riepl

Results 298 comments of Gregor Riepl

I launched a PR, please submit corrections and input on how to migrate on AWS. I'm slightly biased towards private cloud CCM migrations, so please public cloud users: Give input...

@didlie Did you actually read the bug report or do you just want to troll?

@c6burns This is precisely why I'm asking that AMD_Types.h is modified so the types to match exact types on the GPU (or shader code, for that matter). This is independent...

If you install the module as a normal user, the `modules` and `module_utils` paths must point to your home directory. For example, on Debian 11, you would do: ```shell export...

A custom Collection should definitely be the way to go, unless you plan to submit the module for inclusion in one of the community collection. The documented installation methods (`pip`...

This should also make it much easier to add an external collection to a project: https://github.com/ansible/ansible/pull/69154

Looks like the tox tests will need to be adapted as well. You could also add a "Closes: #263" to the description to have the other PR closed automatically when...

This will probably need special cases for each API call or group of API calls. Alternatively, it may be possible to attach a special-case filter to arguments (such as `name`)...

Debian has protobuf3 available in the testing (stretch) repository. jessie still only has protobuf2, unfortunately.

Ok, that's good to hear. In this case, I would like to tag the Debian package as follows: * Package: libarcus-1.1.0-1 * Library: libArcus.so.1.1.0 * SOVERSION: 1 Would this break...