Results 9 issues of bannzai

## Links resolved: https://github.com/bannzai/SpreadsheetView/issues/278

# What Returned `defaultHeight` when `tableView(_:heightForHeaderInSection:)` each `UITableView.style`. Also footer. # Why resolve: #42

# Why It seems that behavior has changed when `UITableView#heightForHeaderInSection` behavior return 0 and return `tableView.sectionHeaderHeight`(-1) when it becomes iOS 11. Also delegate for footer has same problem. # Problem...

## Abstract Use the current settings for categories in the library that have been unintentionally overwritten by nil Actually, in my app don't work push notification actionable button after called...

## Abstract 認証を介さないと取得できないGraphQLスキーマが存在している。内部ではintrospection時にHTTP Headerを付与できるコードになっていたのでコマンドラインから引数で受け取れるようにする コマンドライン引数の形式は `-introspeciton-header=key1:value1,key2:value2`。最終的にはhttp.Header(=map[string][]string)として扱うが、introspectionでhttpを配列に渡したいことが思いつかないのでkey:valueは1:1にしてしまっている。理由は1:1じゃない場合のmapを引数で受け取る場合の適切なフォーマットが思い浮かばなかったのが大きな要因。PRに書いてあるような具合ならわかりやすいと思っている ## How flag パッケージの `Value` インタフェースに準拠すればデフォルト以外の型も扱えるのでその方式をとっている。"key1:value1"が引数れあれば実態は `map[string][]string{ "key1": []string{"value1"} }` になる

resolved: https://github.com/ABausG/home_widget/issues/269

## Abstraction I got error message when running android app and call `HomeWidget.updateWidget` with `Long` value. ## Message `PlatformException(-10, Invalid Type Long. Supported types are Boolean, Float, String, Double, Long,...