Luca Simonetto

Results 77 comments of Luca Simonetto

Having the same issue as @mschoettle , using `django-modeltranslation` and getting the `django-manager-missing` error

Ok I at least was able to fix the issue on my side: I opened the `sysmontask.py` file, and added a `try-catch` in that block. I then opened and closed...

Sure, I am running sysmontask on a standard ubuntu desktop machine. I also have a docker project running, and since I have port mappings in it, docker automatically creates virtual...

I have the suspicion that It can be a more troubling issue, since hiding something like an external HDD and then removing it could crash the project in the same...

first run, an usb stick in `/sdc` is inserted ``` 5.8.0 color prifile in the setting {'cpu': (0.384, 0.749, 1.0), 'memory': (0.627, 0.196, 0.788), 'disk': (0.109, 0.67, 0.0588), 'network': (0.709,...

another idea is to add the position to move to before/after the servo has been extended/retracted

Allright, I would mention that on the Readme as intuitively I would think it will open the profile page of the account you clicked on

I have the same issue when I added the `google-api-core~=1.0` entry

@mkuf I recently assembled a new 3d printer, and had to do a multi-printer setup in portainer. It may be helpful to know what a working code would look like,...

May as well also add my configuration for klipperscreen: In portainer ``` klipperscreen: image: mkuf/klipperscreen:latest restart: unless-stopped network_mode: host environment: DISPLAY: ${KLIPPERSCREEN_IP} volumes: - /etc/localtime:/etc/localtime:ro - /tmp/.X11-unix:/tmp/.X11-unix - ${CONFIG_FOLDER}/klipperscreen.conf:/opt/cfg/klipperscreen.conf labels:...