Nick Deubert
Results
2
issues of
Nick Deubert
Simply just don't print out feet when they are 0. I searched around in Architectural standards documents and didn't find anything saying it was required even when feet was 0....
PR xsmall
PR improvement
PR next release
I noticed when using this code: ``` func isChanged(prev *dbus.UnitStatus, curr *dbus.UnitStatus) bool { if prev.ActiveState != curr.ActiveState { return true } return false } func (o *Object) filterUnit(unit string)...