Zach Bean
Zach Bean
There's sort of two "modes" we can run in: "headless" (ie, run Xorg containerized), and "host" (ie, use the Xorg running on the host). With just a single `docker-compose.yml` file,...
This is not at all ready to merge yet, but I'm creating this PR for visibility and make a place for discussion.
### Describe the Bug I'm using Sunshine in the context of [Games on Whales](https://github.com/games-on-whales/gow). It's been working great for a while using the older, pre-fork Sunshine, but recently I tried...
* GetEffectiveAccessMode returns an os.FileMode representing the permissions the file's owner, "group", and "Everyone" have, determined by calling GetEffectiveRightsFromAclW * GetExplicitAccessMode returns a FileMode for the permissions that have been...
Added an action to run linters for shell scripts and Dockerfiles. It will run on any PR. If there's a lint issue in one of the files being modified, it...
After much research and experimentation, I've learned that `udev` can run without `network_mode: host` and `privileged: true` by using `nsenter`. `nsenter` is a bit like `chroot`, but for namespaces; launching...
## Proposed change While adding some yaml config to my app, I discovered that enum values could be parsed only if they had `Int32` as an underlying type. This change...