adamlove86
adamlove86
Hi there, Joaoapps (made Tasker app for Android) has just released a new app called Join, which allows you to send messages from your phone. I've successfully embedded it as...
I'm getting skips every 2-3 songs. My guess from my end is that it might be buffer size - happens sometimes when I produce music. Perhaps a quick fix could...
I only downloaded maybe 3, 4 months ago, so I imagine I'm on the main one?
I would love a copy to try it out - where can I find? I've tried git clone but no executable. Do I have to build? Pls excuse my ignorance...
+1 woudl be great - especially for example, for esp32-cam where 2.5g wifi can get pretty congested at times - especially if there are multiple feeds which currently have to...
My install process was generally: sudo add-apt-repository ppa:boltgolt/howdy -y sudo apt update echo f | sudo apt install python3 python-is-python3 howdy -y #sudo cp /home/adam/Documents/install_stuff/howdy_config.ini /lib/security/howdy/config.ini sudo chmod -R 755...
Purge and reinstall seems to have run into errors: ``` Setting up howdy (2.6.1) ... >>> Upgrading pip to the latest version error: externally-managed-environment × This environment is externally managed...
Hi @ChrisTitusTech, I ran this on a clean install and am getting the problem too. My powershell is stuffed now :( I'm just getting pages of errors. Would it be...
+1 I'm running snap version & tried `sed` -i 's/#linkText/.linkText/g' js/script.js in the appropriate directory - no luck.
changed shorten's admin.php: "type" line to: $tmpl->assign('type', OCP\Config::getAppValue('shorten', 'type', 'googl')); changed "api" line to: $tmpl->assign('api', OCP\Config::getAppValue('shorten', 'api', '_apikey_')); replacing _apikey_ with my API key. seems to work now.