Stephen A. Imhoff
Stephen A. Imhoff
**Is your feature request related to a problem? Please describe.** `UnixListener::bind(...)` fails if the socket file already exists, which will be the case for systemd-managed socket entries (eg, a `some-systemd-service.socket`...
### Description Currently, the ability to customize pre/post bump behavior is limited to script hooks. While these hooks are able to run arbitrary commands and scripts, their integration is limited,...
## Description I'm trying to create a minimal panda build for inside a docker container working (I have it working in general, just seeing what I can remove/tweak), and when...
The dependency for MQTTnet is now at version 4.3.1.873, which includes some breaking changes (or at least some binary incompatibilities). Attempting a project like so: ```csproj net6.0 enable enable ```...
Azure DevOps pipeline definitions (and potentially GitHub Actions as well, but I haven't done much with them) allows for inputs to tasks and template parameters to be arrays. Where possible,...
A large part of the ecosystem of devcontainers is the use of features to extend the environment, and potentially the IDE. Currently the scripts here do not support building, testing,...
### Description. For modern containerized application development, there's a few different ways to get completed container: - Manually write and maintain one or more Dockerfiles. - Use something like [pack](https://buildpacks.io/docs/tools/pack/)...
# Description Similar to #345, this proposal seeks to integrate with the Dockerfile Spec's [`RUN --mount` ability](https://docs.docker.com/reference/dockerfile/#run---mount). In this case, I'm proposing additionally exposing the ability to use `bind` mounts...
I'm currently working around some of the issues with the `python` feature on bookworm, which ends up involving using `pipx` to install some packages. That's fine. The problem I'm experiencing...
**Describe the feature** I'm writing a program that receives images from a connected device. As part of that, I'm using the new System.IO.Pipelines, which gives me some combination of; -...