rr0ss0rr
rr0ss0rr
Has anyone enabled 2FA on their Nest account and utilizing the API? I seem to be getting a new verification code every time my script runs (Every 20 minutes) Thanks
Just rebuilt my Mac, did a git clone plus downloaded the executable which I placed in /usr/local/bin and it does issue a alert notification, but I'm not finding the app...
I'm trying to add the following: ``` { "editor.mode.split.enabled": false }, { "view.panel.enabled": false }, { "markdown.tables.autoformat.enabled": false }, { "editor.font.family": "'Fira Code', Menlo, Monaco, 'Courier New', monospace" }, {...
I'd like to show dot files by default, I tried setting this variable to "1" and "0" with no difference
Apple removed python 2.7 in /usr/bin and I think replaced it with a python3 wrapper. I do have python 3.9 installed via homebrew with a soft link pointing to it...
Not a problem, but I'm looking to remove .txt, .exe, .jpg, .png leftovers from post processing. Using Transmission and do not see any options there. Thanks
Did a `brew upgrade CoreLocationCLI` and received the error. I removed and did a `brew install cask corelocationcli` with same results. MacBook Pro (13-inch, 2018, Four Thunderbolt 3 Ports) 2.3...
The vpn is able to connect, but I wanted to go into the app to validate my url blacklist and the splash screen never quits Thanks
Wandering if NUT (Network UPS Tools) would be worthy of a filter: [NUT GitHub](https://github.com/networkupstools/nut) ``` upsc [email protected] battery.charge: 100 battery.charge.low: 10 battery.charge.warning: 20 battery.mfr.date: CPS battery.runtime: 4530 battery.runtime.low: 300 battery.type:...
Python 3.12 removes the deprecated pkgutil.ImpImporter class preventing Medusa from starting ``` File "/Applications/Medusa/lib/pkg_resources/__init__.py", line 2172, in register_finder(pkgutil.ImpImporter, find_on_path) ^^^^^^^^^^^^^^^^^^^ AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean:...