Results 3 issues of yfzhou

My black magic trackpad is shown in black in bluetooth setting if it's paired from the setting screen. However, it would be white if it was paired using blueutil from...

It would be nice if the generated file starts with something like this: ``` // DONT EDIT: Auto generated by github.com/vburenin/ifacemaker:`ifacemaker -f ... ' ``` so that a first time...

``` func TestJinja(t *testing.T) { jsonStr := `{"search": "yeno"}` c := map[string]interface{}{} err := json.Unmarshal([]byte(jsonStr), &c) if err != nil { fmt.Println(err.Error()) t.FailNow() } tmpl := ` {%- set keywords...