Arkadiusz Miśkiewicz
Arkadiusz Miśkiewicz
It's now in collections.abc as per https://docs.python.org/3/library/collections.abc.html#collections.abc.MutableMapping ```` from pyxmpp2.message import Message File "/usr/share/python3.10/site-packages/pyxmpp2/message.py", line 29, in from .stanza import Stanza File "/usr/share/python3.10/site-packages/pyxmpp2/stanza.py", line 34, in from .stanzapayload import XMLPayload,...
Feature request. Currently "mirror" works only on directories and fails on files. Would be nice to have one command that works for all source types (dir or file). Is there...
Hello. This is feature request about better status line in parallel (non queued) mirror. Example: ```` $ lftp ftp.icm.edu.pl lftp ftp.icm.edu.pl:~> set mirror:use-pget-n 50 lftp ftp.icm.edu.pl:~> set mirror:parallel-transfer-count 20 lftp...
I'm using rsync in daemon mode over ssh. This has obvious benefit of encrytped ssh as a transport. Shell account with "rbackup" login, with ssh keys based access only: ````...
When uploading (to SD) via octoprint UI all incoming g-code is processed also by DisplayLayerProgress plugin. Plugins adds tons of "M117 INDICATOR-LayerXXX" which are meant to be consumed by plugin...
pyftpdlib supports tls connections but lacks SNI support. SNI is TLS extension which allows client to indicate server name to which it wants to connect. Then server can provide ssl...
It isn't obvious that restore doesn't restore plugin version, so document that.
### Is your feature request related to a problem? Please describe. Sometime when there is a problem with stream or when webcamd is restarted then stream in octoprint windows stops....
M20 T support (timestamps for files on sd card). Use "M20 L T" (if CAPABILITY_EXTENDED_M20 is available) which gives us long file names but also file timestamps. Wire up that...
Long filename like 'more than one space.gcode' was shown in UI as 'more than one space.gcode'. Fix that.