Christopher Fuller

Results 5 issues of Christopher Fuller

May I kindly suggest adopting the following symbols: symbol | meaning --- | --- `?` | Untracked changes `+` | Added changes `!` | Unstaged files `»` | Renamed files...

### The problem The Xcode and Swift sections depend upon 3rd party tools, namely `xcenv` and `swiftenv`, that require manual installation, are not strictly necessary and are not ubiquitious. ###...

proposal

## Describe the bug Left margin is not respected in view controller snapshot images on iPhone 8/SE in landscape even though the left margin is reflected in the recursive description...

How to include `.stencil` and `.png` resources in bundle? Target resources are defined as `resources: [.process("Resources")]`, and when building with SPM natively, all files are copied to bundle. I could...

bug

## Checklist - [x] Reviewed the [README](https://github.com/ra1028/DifferenceKit/blob/master/README.md) and [documents](https://ra1028.github.io/DifferenceKit). - [x] Searched [existing issues](https://github.com/ra1028/DifferenceKit/issues) for ensure not duplicated. ## Detailed Description How to use `DifferenceKit` with [diffable data sources](https://developer.apple.com/documentation/uikit/views_and_controls/collection_views/updating_collection_views_using_diffable_data_sources)? ```swift...