Max Nedelchev

Results 4 issues of Max Nedelchev

If use self-signed certificate and try to set web hook with following code: `bot.api.set_webhook url: hook_url, certificate: File.open('telegram.pem')` Things do not work. It doesn't upload certificate.

Hey guys, Bumped into the issue with openssl. I've already installed 2.7.2 sucessfully, but no luck with 2.6.3. `libssl-dev` is already installed ``` snake@mothership:~$ uname -a Linux mothership 5.8.0-43-generic #49~20.04.1-Ubuntu...

Hi, In faq you mentioned that you used python, not matlab. Can you provide python sources? Thank you

I'm trying to utilize spring to boost start time of rspec Current my `launch.json`: ``` { "version": "0.2.0", "configurations": [ { "type": "rdbg", "rdbgPath": "bundle exec rdbg", "name": "Run rspec",...