Stephen A. Imhoff
Stephen A. Imhoff
**Description** When building a project and explicitly excluding audio support, the built executable still attempts to access an audio device. If the deployment target doesn't include an audio device or...
Part of my deployment scenario requires Headless/Offscreen rendering (in this case, inside of Docker containers) - for example, as might be used for rendering movies or streaming games from the...
Since the changes to Docker's licensing, I've been looking at using Podman to run my devcontainers instead of Docker. There's a couple of wrinkles to this, however; by default Podman...
Currently, when comparing strings, options like `ignoreLineEndingDifferences` and `ignoreWhiteSpaceDifferences` require there be _at least one_ instance of the various characters ```csharp // Succeeds Assert.Equal(" ", " ", ignoreWhiteSpaceDifferences: true); //...
### Description When pip is asked to install or download a manylinux wheel and the `--platform` option is specified, it fails to find either tag aliases, or to download an...
## Description When specifying python source packages in the `requirements.txt`, included data that is part of the built wheel is excluded from the final application build. In my specific case...
## Description @rdb @Moguri - because it's output from blend2bam If a blender mesh that is used for a bullet collision mesh was cut with the blender knife tool, and...
## Description Attempting to use `p3headlessgl` with the autoshader causes the following error to sometimes be logged: ```text :display:gsg:glgsg(error): Could not load program: created-shader (The profile is not supported.) ```...
## Issue description Currently, the contrib ai system doesn't take the time between updates into account, which means that ai-powered objects move slower at lower frame rates (and faster at...
I'm assuming that it's Azure and its runtime that are instantiating `AzureSpringFunctionInitializer`/`AzureSpringBootRequestHandler`, which is also why you're required to have a no-arg constructor. I'd like to be able to inject...