Alexey D. Filimonov
Alexey D. Filimonov
> ![2018-05-17_17-01-28] > The provider blocks DNS requests or substitutes. Wrap the DNS in a proxy or Tor. [Official docs for python `requests`](http://docs.python-requests.org/en/latest/user/advanced/#socks) @StrannikZet Use `socks5h` scheme instead of `socks5`....
@fabianonline Please take a note on this. Very popular feature in Russia
> It doesn't work any more. Neither socks5 nor socks5h make possible to connect to the server. I receive "Got an exception while initially trying to connect to telegram (Listener...
> @Spirituss it works for me. > You can try to ping host `api.telegram.org` from terminal of your octoprint server. > If it doesn't work, change primary dns server i.e....
In concept, how it should look like?  
How it is expected to work? QR codes have 40 standard sizes (called _versions_), each size have it's own dimensions in _modules_ (squares). Sizes vary from version 1 (21x21) to...
> Well. Can we reduce the size of the QR code by reducing the error tolerance? My original claim is actually that my console is small enough to output the...
You can reduce QR code size by reducing dsts by changing alphabet used in data. Sizing is Byte mode > Alphanumeric mode (A-Z upper, 0-9, some special chars) > Numbers...
UPD My bad. It SHOULD be switched automatically. Encoding phrases `1234567890`, `ABCDEFGHIJ`, `abcdefghij` SHOULD give different amount of bits => this amount may fit different QR code sizes. `123...` is...
`INDEX` is not standard HTTP verb, avoid it please.