bmmcwhirt

Results 10 comments of bmmcwhirt

Just a quick note to say thank you for all you have done. I do hope you find a new maintainer as this is very useful. I mostly run Linux...

> @bmmcwhirt Windows 10 LTSC might be a good option for your company, it comes with no crap preinstalled and once you disable defender and use a firewall it's really...

@kophe I have been working on an interactive script myself using what I've learned from this project. If you would like to compare notes I'd be happy to show what...

@Rehorek There are a few things to look at here. AppxPackage are different than WindowsPackage in that AppxPackage are per user and WindowsPackage are system wide. That means if you...

Brightness is already implemented as SCANCODE_BRIGHT_DEC and SCANCODE_BRIGHT_INC. Or most Macs will be configured to do this on F14 and F15 which can be accessed with HID_KEYBOARD_SC_F14 and HID_KEYBOARD_SC_F15. Eject...

I'm using the kivy demo to test this. Uninstalling pypiwin32 does not fix the problem Uninstalling just pywin32 gets you Errors about win32 module missing but the FileChooser loads directory...

Actually 2c is fine, though it's still prone to [BUG 168](https://github.com/snyk-labs/pysnyk/issues/168). Recommend renaming: api-demo-2-list-issues.py -> deprecated_api-demo-2-list-issues.py api-demo-2b-issues-analytics.py -> api-demo-2a-issues-analytics.py api-demo-2c-list-issues-aggregated.py -> api-demo-2b-list-issues-aggregated.py If some notation to api-demo-2-list-issues.py that the deprecated...

I am. It's what led me to your project. He did an amazing job at detailing how to reverse engineer the code once decrypted. The two of you have done...

I will. I ordered some M17 TNC/Modems from Lilygo. Getting M17 on the THD74 is my biggest motivation for putting OpenRTX on the device. I looked at getting a second...

There is a case for having the ability to specify optional. This would be the way I would see it working. ```python class DataManager: ... def set_data(self, **kwargs) -> dict:...