Wayne Heaney

Results 22 issues of Wayne Heaney

I'm looking for best practices or recommendations for my usage of Inversify. I'm defining a few layers of packages that all need to share a container instance. Each layer provides...

https://github.com/SteamDeckHomebrew/decky-loader/issues/536 Please tick as appropriate: - [x] I have tested this code on a steam deck or on a PC - [x] My changes generate no new errors/warnings - [x]...

enhancement

### Please confirm - [X] I have searched existing issues - [X] This issue is not a duplicate of an existing one - [X] This is not a request for...

feature request

### Please confirm - [X] I have searched existing issues - [X] This issue is not a duplicate of an existing one - [x] This is not a request for...

feature request

### Please confirm - [X] I have searched existing issues - [X] This issue is not a duplicate of an existing one - [X] I have checked the [common issues...

bug

The "disabled" state used to completely turn off the driver. But after I added the "connected" status, the driver disabled state will still detect connected supported devices by capturing them...

This driver could theoretically use the gyro/accel sensors from another device (Steam Deck, in this case) to cancel out movements from car/bus/airplane. As it is right now, if you're on...

Per the [Vulkan Linux Layer Discovery](https://github.com/KhronosGroup/Vulkan-Loader/blob/main/docs/LoaderLayerInterface.md#linux-layer-discovery) documentation, before the setup script copies our vkBasalt config and lib files to ~/.config and ~/.local, we should be checking whether `$XDG_CONFIG_HOME` or `$XDG_DATA_HOME`...