Mitsuyoshi Yamazaki
Mitsuyoshi Yamazaki
# Agenda When calling `$ Hexaville generate --dest ` with non-exist destination path, it creates the path. I think it should raise an error rather than create create directories.
# Agenda When `exetutablePath` is not valid (say "No such file or directory"), `Proc.init(exetutablePath: arguments: environment:)` throws NSInvalidArgumentException and crashes. `process.launch()` inside of `Proc.init(exetutablePath: arguments: environment:)` throws it. # How...
- KYArcTabViewController conforms to ContainerViewController - addsits child viewControllers to the viewController hierarchy. - passes appearance and rotation methods to its child viewControllers. - Modified KYArcTabViewController interface to make it...
in Apollo-iOS 0.8.0 When there's no cache in ApolloStore, and you call `apolloClient.watch()` with `CachePolicy.returnCacheDataDontFetch` causes data: nil and error: nil. ```swift apolloClient.watch(query: query, cachePolicy: .returnCacheDataDontFetch, queue: queue, resultHandler: handler)...
- Added radius property instead of using following magic numbers - itemSize - minimumInteritemSpacing - minimumLineSpacing - gap - Added CCHexCell that has hex clipping bounds and hex border line
REKit1.0.1を導入した状態でMPMoviePlayerViewControllerのインスタンスを作成すると以下の例外が出る **\* Terminating app due to uncaught exception 'NSRangeException', reason: 'Cannot remove an observer for the key path "contentsAreFlipped" from because it is not registered as an observer.' スタックはこんな感じ #11...
方針
- [ ] 説明なしに使える - 自由度は犠牲にする - [x] Swift4対応 - [ ] 構造を理解しやすく - [x] Install Swiftlint via CocoaPods - [x] Add podspec - [ ] UpperContentが固定か可変か選択式 - [ ]...
To ensure collaborators using exactly same lint version.
## なぜそれが問題になるのか - 「uppercontentview.heightをprofileVCが決定したい」と「スクロールによりuppercontentview.heightが縮む」はコンフリクトしているので、どちらかを優先する必要がある - 「uppercontentview.heightをprofileVCが決定したい」はprofileVCにcontentHeightプロパティを生やすことで対応可 - 「スクロールによりuppercontentview.heightが縮む」は - ScrollableTabController.resetUpperContentHeight() があれば解決? -> https://github.com/speee/ScrollableTabController/issues/14 - Twitterはロードなしに高さが決まるようにして解決している模様 ## 今の所の方針 - 使ってもらいたいので両方はサポートしない - 両方サポートするブランチがあってもいいかも