Shamus Taylor
Shamus Taylor
I'll just drop a plug here for an RPN calculator I made, designed to look and feel almost exactly the same as the Windows 10 calculator (when installed as a...
I added a GitCoin bounty for this issue. I feel like 8 hours may be an underestimation though - this will be a lot of work! https://gitcoin.co/issue/sharex/sharex/6110/100028730 (Shadydark, if you...
I'm having the path-mangling issue as well, even with an empty `.envrc`. I haven't found a use case for changing `PATH` using `direnv`, so I just added `PATH` to the...
I'm having an issue that I think is related to this: With the 4-port Mayflash adapter (In PC mode), Padpyght recognizes all four ports as separate controllers as it should,...
I had this working on a previous computer and now I can't get it to work as of the latest version. It seems like any attempt to remap 0xc4 does...
> Could you post output of `sudo logid -v DEBUG`? I do not want to uninstall my (working) installation of logiops so I just rebuilt it and am running it...
After a long process of `git bisect`ing I have discovered the first bad commit is one of these (some of them exit immediately for me so I can't test these...
More information about our use case. We run BaGet in multiple datacenters pointing to a MySql database. Since BaGet only supports saving package contents to the file system, we use...
I think it would be enough, or at least a start, to sync the contents one time the first time the key is pressed or a new inventory is hovered....
I think just adding something like `if (isCurrentlyOff && disableFanOnSignal) return` (where disableFanOnSignal is the setting I am requesting) to this section of the code would work: https://github.com/aarons22/homebridge-bond/blob/17d21f3187a9ff86f872ea058782f601d7d1f122/src/accessories/CeilingFanAccessory.ts#L201 That would...