Results 7 issues of Dan

Hi Mihai, This is a great package. However, I could not run versuri-display it on my emacs: OS version: Mac OS 10.13.6 Emacs version: Version 27.0.50 The error is >...

When I type go get ..., there there is an error "hg": executable file not found in $GOPATH. Hence, not able to import all dependent libs.

- [x] PR title and description conform to [Pull Request](https://github.com/aws-amplify/amplify-android/blob/main/CONTRIBUTING.md#pull-request-guidelines) guidelines. *Issue #, if available:* https://github.com/aws-amplify/amplify-android/issues/2738 *Description of changes:* Enhance the capability to detect network connection availabilities in syncengine of...

### Before opening, please confirm: - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-android/issues?q=is%3Aissue+) and [discussions](https://github.com/aws-amplify/amplify-android/discussions). ### Language and Async Model Java, Kotlin, RxJava ### Amplify Categories DataStore ###...

improvement
feature-request
datastore

Context: - In onResults/onPartialResults sometimes we get empty string and on ReactNative application, we don't need empty string from voice response. - To save the roundtrip network call via the...

## Summary: Added support for optional methods in Objective-C protocols. This change allows marking methods as optional in native modules by adding the optional property to method definitions. Optional methods...

CLA Signed
Shared with Meta

The path generation in Android assuming developer always run this command to generate source code during prebuild: ``` ./gradlew generateCodegenArtifactsFromSchema ``` However, for my project, the outputDir in codegenConfig is...