TheGroundZero
TheGroundZero
This looked like the only way I could reach @jjoe64 For several days I've been attempting to visit the webiste (https://android-graphview.org). The site fails to load properly, and today I...
**SOLVED** Solution provided by @szmidtpiotr works! :) https://github.com/jakowenko/double-take/issues/167#issuecomment-975376875 **Describe the bug** I have installed DeepStack as a seperate Docker container. Forwarded port 5000 to 4999 (on the host). This used...
```python syborg.py:60: DeprecationWarning: please use dns.resolver.resolve() instead answers = dns.resolver.query(domain) calling appenddataset1 syborg.py:73: DeprecationWarning: please use dns.resolver.resolve() instead answers = dns.resolver.query(domain) ``` ```bash $ python3 --version Python 3.7.3 ```
**Is your feature request related to a problem? Please describe.** No **Describe the solution you'd like** A launcher (e.g. `.desktop` file that is placed in `/usr/share/applications` or `~/.local/share/applications/` or relevant...
``` Logger: homeassistant.components.switch Source: custom_components/circadian_lighting/switch.py:285 Integration: Switch (documentation, issues) First occurred: 14:27:13 (2 occurrences) Last logged: 14:27:13 Error adding entities for domain switch with platform circadian_lighting Error while setting up...
Hi Using the `Date`, `PublishDate` and `LastMod` params in the preface, I'm able to add metadata to my blog posts. The `Date` timestamp is displayed at the bottom of the...
Hi all I was wondering what the most efficient / Hugo-like way of changing the theme's colours were. Preferably something that will survive future git pulls. I know the colours...
Hi The RecycleApp source no longer seems to be working. Since a week or two the sensors have become unavailable. ```yaml - platform: afvalbeheer wastecollector: RecycleApp resources: - restafval -...
**Describe the problem you have/What new integration you would like** It would be great to have ESPHome support for an I2S (I²S) microphone like the one on the [LILYGO® TTGO...
The URL /report is broken due to a missing file at /static/css/report.css. This file is require by [/views/report.jade#L7](https://github.com/SteveMcGrath/DoFler/blob/master/views/report.jade#L7) Easy fix is `touch static/css/report.css` from the DoFler main directory.