Jean-Francois Panisset
Jean-Francois Panisset
**Please acknowledge the following before creating a ticket** - [x] I have read the GitHub issues section of [REPORTING-BUGS](../blob/master/REPORTING-BUGS). **Description of the bug:** `exec_prerun` pollutes JSON output **Environment**: CentOS 7.6...
This branch somewhat addresses issue #23 with support for adding non-default authentication domains / realms to `/etc/pve/domains.cfg` in a similar fashion to the way `/etc/pve/datacenter.cfg` is handled. This code overwrites...
As per ASWF guidance, master branch should be renamed to main. Local branches will need to: ```bash git branch -m master main git fetch origin git branch -u origin/main main...
Currently the jinja2 template which generates the README.md for each container lists "packages + implicitpackages" as one undifferentiated list. Would it make sense to explicitly separate the list of what...
OpenImageIO's oiiotool builds and links against LibRaw: since the base image for the ASWF containers is nvidia/cudalgl:${ASWF_CUDA_VERSION}-devel-centos7 that brings a recent version of CentOS 7, in the build I'm looking...
Looking at the ci-vfxall image, it seems that most of the resulting DSOs end up in /usr/local/lib but a few end up in /usr/local/lib64 (OpenGL, OIIO, Ptext, OSL). On CentOS...
For some tools like ccache and cmake, it looks like there are two different installs involved (and I'm probably getting details wrong, just started looking into this): - a global...
When looking at a documentation page such as: https://opencolorio.readthedocs.io/en/latest/api/colorspace.html If you switch from the default Python to the C++ tab, function prototypes have most of the whitespace stripped away, for...
Projects repos un the ASWF GitHub org inherit SONAR_TOKEN from organization level secrets which gives access to the ASWF SonarCloud organization where most of the repos already have their analysis...
When I point the code at a Universal Videohub 288 running firmware 2.3, although the code recognizes the device, it prints all empty listings for the inputs and outputs. If...