Ian Saultz

Results 15 issues of Ian Saultz

**Is your feature request related to a problem? Please describe.** Uploading files stored in the iCloud Drive is a common use case. Amplify currently doesn't have any guides on how...

good first issue
amplify/ios
guides
storage
example
p4

There's currently no way to support clustering for annotations added with the `addAnnotation` / `addAnnotations` API. Clustering is possible on iOS by creating a new `StyleLayer` and using `MGLFeature`s, however...

iOS

**Which AWS Services is the feature request for?** All frameworks. **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is....

feature-request
build

*Issue #, if available:* N/A *Description of changes:* Adds custom endpoint support for user pools. *Check points: (check or cross out if not relevant)* - [x] Added new tests to...

*Issue #, if available:* N/A *Description of changes:* Adds a `buildtool()` swiftlint plugin, adds that plugin as a dependency for `Amplify` and each plugin. Adds `// swiftlint:disable: ...` in a...

### Describe the bug Consuming Amplify iOS via SPM in the Swift Playgrounds iPad app. Attempting to do so results in it getting stuck in the “fetching versions” step. ###...

bug
core

### Describe the bug Given a schema: ``` type Post @model { id: ID! title: String! status: PostStatus! rating: Int content: String } enum PostStatus { DRAFT PUBLISHED } ```...

bug
good first issue
api
follow up
p2

_Issue #, if available:_ _Description of changes:_ Update the default map style in CLI Geo from Streets to Navigation. By submitting this pull request, I confirm that my contribution is...

amplify/cli

### Describe the bug Updating from 1.24.0 to 1.28.1 surfaces compiler error ` Property 'identifier' must be declared public because it matches a requirement in public protocol 'Model'` See https://github.com/aws-amplify/aws-sdk-ios/issues/4327...

datastore

### Describe the bug Calling [Amplify.Storage.uploadFile(key:local:options:progressListener:resultListener)](https://aws-amplify.github.io/amplify-ios/docs/Protocols/StorageCategoryBehavior.html#/s:7Amplify23StorageCategoryBehaviorP10uploadFile3key5local7options16progressListener06resultK0AA0b6UploadF9Operation_pSS_10Foundation3URLVAA0bmF7RequestV7OptionsVSgySo10NSProgressCcSgys6ResultOySSAA0B5ErrorOGcSgtF) where the local file is not accessible to the app's file system results in an unrelated error that is difficult to debug. Examples: https://github.com/aws-amplify/aws-sdk-ios/issues/4044...

storage
improvement