There are multiple ways to get the right value for fail. Some examples:
SUM(success = 0) as fail
SUM(1-success) as fail
COUNT(*)-SUM(success) as fail
SUM(success = 0) as fail
SUM(1-success) as fail
COUNT(*)-SUM(success) as fail
I didn't know this either. We have been using Netlify for a project. I should look into it next week, to see if this would be a problem for us.
This could be even better with discovery links in the headers or head. https://github.com/home-assistant/frontend/discussions/10344
What would you need to share parts of a podcast?
Start an experiment
https://feedbin.com/blog/2016/02/03/subscribe-to-email-newsletters-in-feedbin/
Feedbin supports this use case!
Feedbin supports this use case!
Is it possible to add custom Tasker variables to phrases?
Remove flag argument
If a function takes a boolean argument, it is possible to copy the function and set the variable to true in the first function and to false in the second function. Then you can propagate the value down. This often makes it possible to simplify the code.
Very cool to see other people working on Home Automation stuff. I'm not automating much yet. It's more like keeping track of things, like energy usage and temperature. Best project yet was getting a notification when the washing machine was done, based on energy usage measured by a smart plug. That was created with ESPHome.
This post made me think of a thing that I was thinking a few years back, when my grandfather was scanning old pictures. I had no idea who was in these picture, but he could tell me all about it. My idea was a "wiki" where you can upload a picture and make that the center of some discussions. People can then add the location where the picture was taken, who are in the picture and recount stories about it. All with hyperlinks to other pictures and the people. It's great to see other poeple think about this.