Results 72 comments of Семён Марьясин

This is WIP. I have already sent a verification request a while ago, but it is still "under review".

Or probably make it return NULL if any of arguments is NULL, like built-in GLength function does.

Please update `p2cmd_O50` in `klippy/extras/palette2.py`: it expects `virtual_sdcard.get_file_list` to return tuples of 2 items.

Unfortunately I don't use that module, I just found that it uses `get_file_list` method by using a simple `grep`. Probably we should instead modify `get_file_list` to accept an optional `with_mtime`...

I've implemented a PR which properly fixes this issue — it will work with any available backlight device. @alanjfogarty, feel free to use my version until this PR is merged.

If you do not have anything in `/sys/class/backlight/` then you should first enable the corresponding device tree overlays for your display. Also you should know that some displays don't support...

Current workaround: ``` @bot.command('.*') asyn def handle_generic_text(chat, match): ... ```

Workaround: instead of `bot.run()`, use this: ``` import aiohttp.web aiohttp.web.run_app(bot.app, host=bot.host, port=bot.port) ```