Poat

Results 34 comments of Poat

dang this is my exact issue. @Flamefire's change fixes my issue. I'm running the following arguments to `git` - `describe --tags --abbrev=0 --exclude latest 2>/dev/null` and it blows up w/...

+1 - we're installing docker inside a dotnet/core Linux image so that we can build and push the .NET projects to docker. It's giving me a warning that WSL is...

Updated VS to latest `17.9.5` - we are getting this error on a 4.7.2 project suddenly in our CI builds, added the recommended `.csproj` bit and it's solid now..

any workarounds? I moved from automation to alert, and now on restart i have a single alert go off when my entity goes from "unknown" to "off". my alert triggers...

@erkr ok thanks, I have reverted back to an automation setting this boolean instead... those seem to not have unknown state. What would be a great feature is if we...

that's fine we don't need 1s sensors - we just want the 1m one to catch spikes

@bsimmo can we remove `| /bin/egrep " eth| wlan"` from the `getNetworkIFsUsingIP` func? the rest of the func would need to stop assuming 2 entries and just pass the whole...

just bump to info and get the query from the debug window..

@Vicher remove any references you have to Puppeteer and let nuget pull in the correct ones

Ah I see - you can try and make a PR to update to that version, currently this project using `9.0.2` so a new version may have some issues