andig

Results 374 issues of andig

Go 1.19 changed how the go tool handles doc comments. This leads to `gofmt` now reformatting enumer-generated files from previous versions like this: ``` // Code generated by "enumer -type...

Given ``` module example.com/M go 1.16 ``` and using `embed` as part of that module, I'm experiencing a lot of user's questions where compilation fails due to go versions below...

help wanted
NeedsFix
GoCommand

__Steps to reproduce:__ 1. Add a scrape target the has `NaN` values 2. Scrape it __Expected behavior:__ No errors __Actual behavior:__ Log file: ts=2022-04-21T06:05:39.347453Z lvl=error msg="Unable to marshal json" log_id=0_zV5qh0000...

`go-cmp` itself has just been upgraded and doesn't depend on `xerrors` anymore.

@ochykysh could you kindly double-check https://github.com/volkszaehler/mbmd/blob/master/meters/rs485/orno1p.go? It seems strange to have 3p values in the opcodes map for a 1p meter? Also seems as if not all opcodes are referenced...

bug

CVE-2022-40083 > Labstack Echo v4.8.0 was discovered to contain an open redirect vulnerability via the Static Handler component. This vulnerability can be leveraged by attackers to cause a Server-Side Request...

Aktuell wird der Ladestand in Prozent und in km nur alle 15 min von dem Fahrzeug abgefragt. In Zeit dazwischen wird zwar SoC in % durch Hochrechnung angepasst, jedoch nicht...

enhancement

Fix https://github.com/evcc-io/evcc/issues/4449 by removing the setting. TODO - [ ] fix tests This can *only* be merged if it gets sufficient testing.

enhancement

This PR adds a simple interface for storing/retrieving settings from database. Settings provide additional abstractor over the plain `db.Instance`. Settings are only saved when `settings.Persist()` is called. A corresponding shutdown...

infrastructure

Depends on https://github.com/evcc-io/evcc/pull/4751 Todo - [ ] fix VW ID - [ ] fix Mercedes

enhancement
infrastructure