David
David
> @Veetaha For now I will only focus on TypeGraphQL use case, maybe even with pre-compiled type info (like `nullable: "itemsAndList"`). > > Later I can extend the support for...
@ceefour just fyi we've been using https://github.com/wemaintain/auto-relay in prod to great avail and are actively maintaining it.
I 100% agree that this kind of "side" and somewhat opinionated (not everyone uses relay) features cannot be the priority when there's only one core contributor to an open source...
agreed, i encountered this issue in my project today
Should the issue be renamed accordingly ?
Just to avoid inadvertently stepping on anyone's toes: I have started working on a GUI for this at https://github.com/Superd22/webos-gamepad. (the repo's called gamepad because it was my main focus before...
`/dev/hidrawN` is always working On first connect `/input/eventN` is set and gamepad works. On subsequent connect `/input/eventN` does not work anymore. `rm -rf /input/eventN` allows reconnection. But event recreated with...