infeeeee

Results 53 comments of infeeeee

I started to work at a company, I'm not self employed any more, I used kimai alone. I'm trying to convince the company to switch to kimai, but they are...

Hello I don't know and I haven't used kimai or this tool for years. My js knowledge faded as well. If anyone want to fix it or fork it I'm...

This still happens on a lot of places. Is there any workaround to stop this happening? Hard reload the browser? How much time should I wait between edits?

Old website tags were updated to `ref:kozterkep` recently, so now there are 1200+ tagged artworks. JOSM already supports this tag via Tag2Link Addon.

> Using a generic website tag would be the easiest for OM That would be tagging for the renderer: https://wiki.openstreetmap.org/wiki/Tagging_for_the_renderer --- Tag2Link reads the P8 Formatter url of the tag's...

Ok, sorry, I misunderstood. How do you handle for example `contact:facebook` tags where only the id or the name of the page given, not the full url? Isn't that basically...

Also logrotation should be handled. IoTuring just creates new logs at each restart, old ones should be deleted. Python built in `logging` library has some functions for this: https://docs.python.org/3/library/logging.handlers.html#timedrotatingfilehandler Maybe...

There are a some problems in that module for Windows and Linux: - On Windows no support for services. Autostart folders only scanned at user logon, while services run from...

Related: I documented here how I run IoTuring with systemd in a venv: https://github.com/infeeeee/IoTuring/blob/autostart/docs/Tips.md#run-as-a-service-on-linux-with-systemd

> in Windows just make a startup task to run `py -m IoTuring` What if you want to run it as a service? Ideally you want to restart IoTuring automatically...