Dustin Brown
Dustin Brown
I have also been looking for a way to do these things. I found I can override Syncable.acl() to deny access. This might be useful in the context of validation,...
Thanks for the response! I guess I'm not entirely clear on the interplay between authorization and authentication. An ACL can tell me Bob has read permissions to object A, but...
It's a good point. What do you think of something like this then? ```rust pub enum Key { Backspace, Char(char), Delete, Down, End, Enter, Esc, Home, Insert, Left, Null, PageDown,...
In many other contexts the meta key is the same as the super key (aka windows, command, etc). https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/metaKey https://forum.kde.org/viewtopic.php?f=111&t=88599 For clarity, I suppose it would be better to call...
So, I'm playing around with this a bit. I ended up implementing the above proposal and several macro helpers. What do you think?
Indeed, although I suspect this PR will cause many conflicts with just about any other change. There is a lot being touched for this.
To help rule out the USB controllers, I tried installing a PCIe add-in card. I got the same behavior when plugging into the PCIe card. In case it helps, `lspci`...
@iliaan I just ran `steam` from a terminal and it showed up during launch. You can also switch on the controller after steam has started, and it displays the same...
I can get the controller to work on my setup using a bluetooth dongle. It works, but it's unfortunate because the controller battery life is a lot shorter.
I can confirm the same behavior using Ubuntu 20.04.