Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
Homebridge platform for Fritz!Box router and supported DECT devices
-
Forked from jens-maus/carddav2fb
Download CardDAV VCards and upload as phonebook to AVM FRITZ!Box
1,385 contributions in the last year
Contribution activity
October 2020
- andig/actions Go
- andig/shoutrrr Go
Created a pull request in andig/evcc that received 30 comments
Add soc: min setting to always force-charge to this value
Fix #378
Breaking change: targetSoC setting has moved to settings below soc:
loadpoints:
- name: Main soc: target: ... min: ...
Created an issue in golang/go that received 7 comments
proposal: cmd/vet: flag invalid json struct tags
I've recently written codes for json marshaling, containing:
`json:"omitempty"`
as tag. The error only became obvious when I've added another fie…