Alexander Potashev
Alexander Potashev
For the record, a workaround would be to apply .encode('latin-1') to the string. In my case I do something like this to inflate a compressed stream: > zlib.decompress(x.Root.Pages.Kids[0].Contents.stream.encode('latin-1'))
You can monkey patch like this: ``` --- /dev/null +++ b/config/initializers/replace_telegram_api_url.rb @@ -0,0 +1,16 @@ +module Telegram + module Bot + class Api + def conn + url = ENV['TELEGRAM_BOT_API_URL']...
Hey guys, I don't get how changing the server URL could help fight censorship in Russia. Or are you trying to use an SSH tunnel as a proxy? For me,...
This would be easy to implement if we had this feature -> https://github.com/gorilla/websocket/issues/481