Daniel Baulig
Daniel Baulig
### Describe the bug 描述你遇到的错误 When using the `` Markdown in content in front matter leads to an incorrectly sized image for very large images. The generated CSS results...
This PR includes a commit that adds a TikTok social
This commit adds height: auto to the img selector to fix issue #777.
YouTube recently introduced @-handles and allows addressing of channels using them like www.youtube.com/@username. This appears to be replacing the old custom channel names. See https://blog.youtube/news-and-events/introducing-handles-a-new-way-to-identify-your-youtube-channel/
### Requirements - [X] I have updated Mushroom to the latest available version - [X] I did a search to see if there is a similar issue or if a...
### Requirements - [X] I checked the troubleshooting section in the README to verify that I have the latest Mushroom version. - [X] I did a search to see if...
Also fixed a small formatting bug in the color_temp documentation ## Description: Adds documentation for the added Cover `position` property, clarifies that `value` will only be 1.0 or 0.0 when...
### The problem Trying to build my image using the esp-idf framework fails using the official Docker image on a Raspberry Pi 4. I'm attaching the [build logs](https://github.com/esphome/issues/files/13257501/logs_esphome-web-b57704_run.txt). It appears...
I would love to see some features of Unifi Network Version 7.4 / Unifi OS version 3 integrated into this integration. I'm personally particularly interested in the following features: 1)...
When using await at the top level of an ES module flow flags that as an invalid use of await. I tried naming the file x.js as well as x.jsm...