Gregor Riepl

Results 76 issues of Gregor Riepl

AMD_Types.h contains a series of typedefs that map the C integer types to fixed-size ones, without taking into account different compilers, architectures and OSes. The C or C++ standards mandate...

The TressFX repo contains a bunch of prebuilt libraries, headers for them and a LICENSE.txt in amd_tressfx_sample/prebuilt, but there is no link or information about where to obtain the source...

In tasks/install-compile-tools.yml, the Go compiler is only downloaded for i386 and amd64 architectures. Additionally, the host architecture is determined by the userspace word width and not the CPU architecture. It...

This PR converts the module into an Ansible collection. Fixes: #234 Still to do: Update the documentation and remove PyPi scripts. It can be packaged with: ```shell ansible-galaxy collection build...

The official vault client and other tools (such as the Ansible module) expect the auth token in `~/.vault-token`. It would be useful if vault-client could store the token into this...

When trying to edit a secret that is not a string, I get the following error: ``` $ vc edit my-secret-object panic: interface conversion: interface {} is map[string]interface {}, not...

With the [end of support for Python 2](https://pythonclock.org/) coming up, it would be a good time to make sure GPX is compatible with Python 3. Debian is currently removing all...

When sending actions against a resource, there is no way to filter the autocompletion results, except via fields that the API accepts. For example, the `start virtualmachine` API only accepts...

feature

I ran into this problem while attempting to package Cura up for Debian: There seems to be a general disagreement over which versioning scheme to use for libArcus. * The...

Some cantons publish data on recovered patients (such as [BS](https://www.coronavirus.bs.ch/nm/2020-tagesbulletin-coronavirus-505-bestaetigte-faelle-im-kanton-basel-stadt-gd.html)). It would be useful to include this in some form. Is there data on the current number of infected persons...