Dillon Nys

Results 45 issues of Dillon Nys

Fixes a `flutter_tools` crash when generating localizations due to a cast of `jsonDecode` output to `Map` in a null-safe library. *List which issues are fixed by this PR. You must...

tool

Fixes an issue discovered while investigating #2013 Fixes a redirect issue in older versions of Chrome which is resolved by adding a certain set of flags to launch the custom...

This reverts commit c16e4dd424afcbb91e6b40bd545d8449b1e56d30. Originally proposed as a fix to #2015 which turned out to be not needed. Async/await provides a much cleaner syntax and is good to gain exposure...

Reverts the change needed to due the `flutter_tools` bug. The `exitCode` should be set if `pub get` fails for any reason now, since it would be to an issue outside...

Re-enable DDC in dev SDK tests now that issue is resolved

This allows both strings and raw `Exception`/`Error` types to be passed which can support `is` checks in the future after all code is migrated.

### Description This is to track support of custom primary keys in model gen and model mutations. - [ ] Model gen - [ ] Model mutations ### Categories -...

feature-request
DataStore
GraphQL API

Initial implementation of an `AWSHttpClient`

**Describe the bug** Support for custom HTTP interceptors, as is available in both [iOS](https://docs.amplify.aws/lib/graphqlapi/advanced-workflows/q/platform/ios#adding-headers-to-outgoing-requests) and [Android](https://docs.amplify.aws/lib/graphqlapi/advanced-workflows/q/platform/android#adding-headers-to-outgoing-requests) - #671 - #749

feature-request
GraphQL API

Adds support for the AWS config and credentials files, as defined in the SEP. This is critical for desktop support where configuration profiles are the main way credentials are managed.