Seungmin Kim
Seungmin Kim
@danisla For the purpose of documentation, what are the exhaustive interface (and/or driver) options that this interposer now supports? (e.g. joydev, udev/evdev, sdl1/2, hid, etc...) And can one use udev...
Applications using libudev will fail when relying on `sysfs` (`/sys`), but will work when only probing `evdev` devices from `/dev/input/event*`. In most cases, users are advised to first use the...
Discussion with @ABeltramo (A) and @danisla (D), myself (E): A: It wouldn't work with a ton of modern games running on Steam E: What's the technical reason? A: There are...
@srinidhikrs As you might know, @ABeltramo is the developer of the projects you identified, and we have had a very constructive discussion above. We will keep on communicating with him...
More relevant resources (need to identify the stack): https://github.com/ShadowBlip/InputPlumber Feedback by @danisla I just met with the InputPlumber devs in person. They have a cool project with similar goals and...
Method to create a mount on `sysfs` for udev support. https://github.com/colinmarc/magic-mirror/blob/7fa6f67092fcc3a149c42a3a2a2f707f35741625/mm-server/src/session/input/udevfs.rs#L184 Worth an analysis together with https://github.com/pyudev/pyudev. Perhaps it's possible to do an empty mount in subdirectories of `/sys` to...
If Dan isn't here we'll supersede this PR with the `feature/websockets` branch. This will be closed when the PR for `feature/websockets` (#183) is merged.
Is there any difference in the code(s) and apt-get installations aside from the base container being Debian? If there isn't, there's an option to just change the base container ARG,...
For instance, it would be possible to use: ``` ARG DISTRIB_IMAGE ARG DISTRIB_RELEASE FROM ${DISTRIB_IMAGE}:${DISTRIB_RELEASE} ``` And these values can be changed with the GitHub Actions configuration files.