kotborealis
kotborealis
Closes #1857 * Changed `ignore/types/default_types.rs` to allow array of names, which allows aliases — like `py==python` — without specifying globs twice. * Updated `ignore/types/types.rs` to use name aliases * Updated...
This commit explicitly defines 'exit_code' for ErrorReturnCode class to prevent false-positives from linters, i.e. pylint. Example: ```py import sh try: sh.bash("-c", "exit 1") except sh.ErrorReturnCode as error: print(error.exit_code) ``` ```sh...
I just wanted to know how long would it take to publish a new version of this extension to the marketplace? Specifically, I'm waiting for the #587 patch to go...
I've noticed that [PyPi package](https://pypi.org/project/tabulate/) is last updated at Oct 6 2022, and missing some useful fixes, like for #190. @astanin could you publish a newer version when you have...
* Add .pylintrc * Add github action to run pylint * Fix some of pylint issues
Some `.md` files are missing for the `main` branch, at least these ones: * `sources/license.md` * `sources/releases.md` * `sources/contributing.md` * `sources/ports.md`
### What happened? Sometimes zigbee2mqtt gets error `c20251a8bd7e` from ezsp and goes into loop. The only way to make it work is to restart zigbee2mqtt. ``` zigbee2mqtt | [2025-04-26 23:51:05]...