andig

Results 374 issues of andig

This PR provides an integrated Tailscale client: ```yaml tailscale: host: evcc # or empty authkey: ``` once running, evcc will be available via https from any Tailscale-enabled device (e.g. Mobile...

enhancement
needs decision

Using the client's async `WriteAPI` and `Errors()` channel, when above error happens it is impossible to relate this to the originating write since the database server does not provide more...

__Steps to reproduce:__ Use data explorer to browser measurements and tags, finally click "Submit" __Expected behaviour:__ No panic __Actual behaviour:__ Panic: ``` ts=2023-12-28T09:45:09.933407Z lvl=info msg="Execute source panic" log_id=0mC6eiUG000 service=storage-reads error="panic:...

area/flux
severity/sev-2
area/2.x

This happens when upgrading from 0.6.1 to 0.7: ``` diff --git a/go.sum b/go.sum index 1c721ffd4..1d4ba3339 100644 --- a/go.sum +++ b/go.sum @@ -17,31 +17,176 @@ cloud.google.com/go v0.65.0/go.mod h1:O5N8zS7uWy9vkA9vayVHs65eM1ubvY4h553ofrNHOb cloud.google.com/go v0.72.0/go.mod h1:M+5Vjvlc2wnp6tjzE102Dw08nGShTscUx2nZMufOKPI=...

...since `size` is already equal to `len(elements)`.

For https://github.com/golang/go/issues/56402

I'm once more working on packaging https://evcc.io. One key challenge for me (Mac developer) ist user-testing the final application. Operating a Raspi, remote-updating etc. is too cumbersome for my taste....

question

This could be a combination of HexLettersCharset = = []rune("ABCDEF") and `NumbersCharset`.

I'm using templates to build more complex yaml configuration based on user input without that user input being parsed into go types first. For purpose of calculating with durations I've...

Fix https://github.com/volkszaehler/mbmd/issues/289

bug