Georgi Kirichkov
Georgi Kirichkov
On Raspbian Jessie the common instructions used to work out of the box. In Stretch, one should install `consolekit` $ sudo apt-get install consolekit If you are still having issues...
I've noticed myself that both my Mi Fit band and my nut tracker have been marked as 'home', when I expected at least once in a while to disappear. As...
Have you found a solution for this? I'm still observing this issue with my nut tracker. My fitness band (Xiaomi Mi Band 1S) does disappear and reappear (marked as home...
~~Can you hold off merging this? I want to also add the option for the script to drop down privileges if it's run as root.~~ Nevermind. It makes little sense...
To be honest I have not experimented with systemd but can it actually write down a PID file? I did not find such an option, hence - fork, write PID...
I use this for monit - it's a lot more reliable when you have a pid file than using it's process matching feature. And I use monit to make sure...
I don't mind removing the forking while keeping the pid file creation. Or I can reverse, i.e. fork, if a command line switch is present and by default run it...
The repository has been renamed, but even the latest version references the old repository URL. To fix it you must manually change [`includes/Selfupdate.php`](https://github.com/TasmoAdmin/TasmoAdmin/blob/d335bffa0b372623a52731d2ee83822d3a130ebd/tasmoadmin/includes/Selfupdate.php#L6) Line 6 to reference the new URL:...
The easiest workaround is to use bundler with a Gemfile that fixes i18n to v. ~> 0.6 i.e. have the following in your Gemfile: ``` gem 'i18n', '~> 0.6' gem...
I think this is resolved with the latest commit. Since no new version was released since, you'd have to do the following in your Gemfile to get this functionality: gem...