Suguru Kishimoto

Results 5 issues of Suguru Kishimoto

ref #40 . ## Plan ``` swift let scrollView: UIScrollView = ... let sliceSize: CGSize = ... let data = try! PDFGenerator.generate(scrollView, sliceSize: sliceSize) ``` - Only **UIScrollView** (and its...

Feature
backlog

FireSnapshot does not currently support nullable `@Reference`. So, the code that like below will be failed to decode. ```swift struct Model: SnapshotData { var name: String @Reference var user =...

FR

### Description I introduced a new command `firebase firestore:rules:compile` so that developers can check `firestore.rules` before deploying to Firebase. Also, they can use it for lint. For example, they embed...

cla: yes

- [ ] Create `swift2.1` branch from master. - [ ] Fix code for Swift 2.2. - [ ] Update README.md.

- [ ] Travis CI - [ ] Hound CI