Mr Keuz
Mr Keuz
Hi, I found that you cannot simply pass ssh options for tunnel. Think it can be done via mounting `.ssh/config` ⇒ `/etc/ssh/ssh_config`, but it would be good to add some...
Stubs section added
Related to #10
It would be good to point that [@cached_property](https://docs.python.org/3.8/library/functools.html#functools.cached_property) decorator become in Python 3.8 standard library and can be used instead "cached-property" lib Love elegant decorators! Thanks for wonderful "awesome list!"...
Again! Really fun project! 🚀🚀🚀 If you run two instances on same host you receive duplicated messages (**ONLY** on receiver side)  ### Env `cargo +nightly build` `cargo 1.60.0-nightly (95bb3c92b...
Found this in log. ```log ... FX.25[0]: Frame length of 238 + overhead is too large to encode. Unable to send FX.25. Falling back to regular AX.25. ... ``` For...
It would be good to add ability specify port in relative URLs. Use case is next: - Multiple services running on one server - Server has access from local network...
Hi, thanks for good project! Just works! 🚀🚀🚀 I have some issue/proposal. Now I'm configuring `tor-socks-proxy` container for 24/7 on home server. So have couple thoughts. ### Issue By your...
Tested on next setup: - MicroPython 1.17 (without ca-cert's) - Traefik Proxy 2.5 (Let's Encrypt Cert) - Mosquitto 2.0.12 Note: - Unable connect without `ssl_params = {"server_hostname": ""}` - If...
According [PEP-0561](https://www.python.org/dev/peps/pep-0561/), stubs can be distributed via pip. It would be good to publish stub packages to pip for easy installation just via `pip`. There is another team that tried...