Yan Kevych
Yan Kevych
### Environment: Sublimetext 3 (build 3207) SublimeCodeIntel (v2.2.0 installed via package control) OS: x86_64 Linux 4.19.69 kernel + KDE ### Preconiditions: 1. Install aiohttp (`pip install aiohttp`). 2. Create file...
**Feature request** *Situation:* Multiple pylint errors are detected on the same line (e.g. C0321 and E0602 ). *Rationale:* It is usually more important to see Error over Warning or "line...
Please add `ruby-rake` dependency to `pacman -S ...` line in README.md: https://github.com/nesbox/TIC-80/blob/main/README.md?plain=1#L235 Without it cmake step: https://github.com/nesbox/TIC-80/blob/main/README.md?plain=1#L237 fails (and `--parallel` might make finding error reason a bit tricky).
Read Worker class attibutes (settings) from partent classes. This way one may write base worker to settings as: ``` class BaseSettings: on_startup = startup on_shutdown = shutdown class WorkerSettings(BaseSettings): functions...