Sergio C

Results 53 comments of Sergio C

Completely agree, we are limited so much if we can't interact on error messages like filament sensor or M0 commands.

you need to give execution permissions to src/edge.py ``` $ chmod +x src/edge.py ```

I'll keep it open until I add a try-except to explain this

I accept PRs. I've tried this before but opted for just sending the .md file due to the complexity in splitting file without breaking the telegram markdown/html parser. If code...

Maybe. But I use python-telegram-bot. Also this isn't a problem related to the library but the telegram bot API, that only allows a subset of html/markdown tags

A workaround is to switch between tabs, then you get the dark background. At least it works for me. ![screenshot from 2016-05-14 13-17-57](https://cloud.githubusercontent.com/assets/9284124/15268170/5d439696-19d6-11e6-8104-a16dafb30993.png) ![screenshot from 2016-05-14 13-18-54](https://cloud.githubusercontent.com/assets/9284124/15268175/7cf7a7e8-19d6-11e6-837a-85ef61e73f84.png) ![screenshot from 2016-05-14...

Just in case someone is getting this error: ``` Traceback (most recent call last): File "/home/pi/twitch_drops/TwitchDropsMiner/venv/lib/python3.9/site-packages/pystray/_appindicator.py", line 24, in gi.require_version('AppIndicator3', '0.1') File "/home/pi/twitch_drops/TwitchDropsMiner/venv/lib/python3.9/site-packages/gi/__init__.py", line 126, in require_version raise ValueError('Namespace %s...

Did you resolve the issue @0xTac? I just commented those lines (unicode is equivalent to str in python3)

Just continue calling `ask` in the same object instead of closing it. If you want to start a new conversation, call `reset` or `close` and create a new one.