Kishikawa Katsumi

Results 15 issues of Kishikawa Katsumi

If `contentInset` is set, it accidentally clipped within `contentInset`. This change makes the area outside `contentInset`draws correctly.

Update Realm tp 3.0.2, Cartography to 2.1.0 SafeArea suppport requires Cartography 2.1.0. @dhmspector @austinzheng @icanzilb

- Avoid changing `contentOffset` of table view to easily support various screen size. - Change pull-to-insert distance to consider safe area. - Fixed AutoLayout constraint that behaves different depends on...

Estimated size should be grouped. |iOS 13|iOS 12| |:-:|:-:| |![Simulator Screen Shot - iPhone Xs - 2019-09-17 at 02 20 06](https://user-images.githubusercontent.com/40610/64978986-afd1f000-d8f1-11e9-9759-ffab0129cd9a.png)|![Simulator Screen Shot - iPhone Xs - 2019-09-17 at 02...

Actual size is smaller than estimated size, it is not calculated correctly. |iOS 13|iOS 12| |:-:|:-:| |![Simulator Screen Shot - iPhone Xs - 2019-09-17 at 02 21 47](https://user-images.githubusercontent.com/40610/64979086-e9a2f680-d8f1-11e9-843b-3978265ea222.png)|![Simulator Screen Shot...

Footer respects item's bottom content inset. Leading and trailing anchor doesn't work correctly.

**Description** When I pass a literal expression as an argument to a generic function and compare its return value to another literal with a binary operator, the `==` case is...

bug
compiler
type checker
generics
regression
type inference
operators
swift 5.9
unexpected error
types