Stephen A. Imhoff
Stephen A. Imhoff
Currently, when creating a devcontainer, both the dockerfile-based build and the compose-based build can take advantage of docker's ability to pull cache from OCI registries (by using the name of...
I have a workflow where I'm relying solely on the git history for version updates (no file changes). You can turn off any file updates or other git changes by...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior When Talos is installed as part of attaching to the cluster...
### Is there an existing issue for this? - [x] I have searched the existing issues ### Current Behavior Omni cannot be used as an automatic KMS system when Omni...
Version: 1.92.0 (user setup) Commit: b1c0a14de1414fcdaa400695b4db1c0799bc3124 Date: 2024-07-31T23:26:45.634Z Electron: 30.1.2 ElectronBuildId: 9870757 Chromium: 124.0.6367.243 Node.js: 20.14.0 V8: 12.4.254.20-electron.0 OS: Windows_NT x64 10.0.22621 Remote OS Version: Alpine 3.20.0 (Docker Desktop) Remote...
## Description As the project looks towards moving more completely onto a cmake build, it may be worthwhile to consider using a package manager for dependencies. There are a number...
## Description Specifying a mounted directory via `vfs-mount-ramdisk` seems to be ignored, at least when the option is specified as string data. ## Steps to Reproduce ```python from panda3d.core import...
I'm using devcontainers and docker-compose to set up a dev environment that is entirely offline; as part of this, I'm using Azurite in a sidecar container for storage scenarios. The...
Fixes #5134 Adds the ability to reference OCI registries. - Adds capability to pull from remote registries - Adds capability to pull from "oci-layout" - Adds command to package kustomization...
When generating an API with default time values, the defaults are strings, which causes invalid code to be generated. The following segment: ```json "time": { "type": "string", "description": "The end...