Maciej Dems
Maciej Dems
As the module grows, I think this is not elegant to put separate modules starting with _, but it should be combined in a package.
This solves #363.
Contrary to Python extension's Test View, this test adapter does not activate virtual environment (neither for discovery nor for the tests). Consider the following `run_test.py` file: ```python import unittest import...
Telegram API now allows to specify bot commands automatically by the bot. This patch does this, so anyone using it, will not have to add them manually to BotFather. ##...
The 2.4 version has broken 2D jobs map view. This PR fixes it and adds similar CPU-layout based organization in 3D view.
- [X] Have you signed the [Contributor License Agreement](https://cla.opensource.microsoft.com/microsoft/winget-pkgs)? - [X] Have you checked that there aren't other open [pull requests](https://github.com/microsoft/winget-pkgs/pulls) for the same manifest update/change? - [X] This PR...
This pull request adds a new config option to `direnv.toml`: ```toml ignore_paths = ["/run", "/tmp"] ``` If a path is in the ignore list, every directory in it is ignored....
### The problem According to the documentation at https://www.waveshare.com/wiki/2.13inch_e-Paper_HAT_Manual#Precautions, the e-paper display must be put to sleep after update. Otherwise a permanent damage will occur. The 2.13v3 driver, at [waveshare_213v3.cpp](https://github.com/esphome/esphome/blob/dev/esphome/components/waveshare_epaper/waveshare_213v3.cpp)...