Eirinn
Eirinn
Yes this feature is sorely needed as Telegram becomes used for more than just chatting with friends.
@Ed1ks you could try mounting the entire dev folder as a volume. You currently have `- '/dev:/dev'` in your _devices_ mounting, but AFAIK that isn't supported. Only specific devices can...
Here's another approach. This one doesn't mount the entire devices folder, it just mounts the printer. in docker-compose: privileged: true devices: - /dev/serial/by-id/usb-Klipper_stm32f103xe_37FFD9054246383416870857-if00:/dev/ttyUSB0 in klipper config: [mcu] serial: /dev/ttyUSB0 This...
A final, most secure and most robust option. Mounts all devices, but only gives access to hardware. Privileged mode isn't needed. ``` services: klipper: image: dimalo/klipper-moonraker privileged: false #not needed...
> Only after installing the latest **Microsoft Visual C++ 14.2 Build Tools** on this machine I was able to install `reedsolo` without any error messages. > > https://wiki.python.org/moin/WindowsCompilers > >...
I'm not sure if @dimalo attempted this, but I gave it a shot. The environment required to compile the firmware is much larger than the environment needed to run Klipper....
Hi guys, just asking for an update on this. Can groovebasin be used to play an internet radio stream? I'm not interested in playback of local files.
With the warnings import removed, this library works perfectly in CircuitPython. Performance on an ESP32 is totally adequate for a PID loop.
@SmartManoj this issue is not resolved. Archived chats still contribute to your unread messages count in the taskbar.
This issue is about archived chats, not muted chats. We need the same option for archived chats.