Tyler-Larkin

Results 156 comments of Tyler-Larkin

Hello @dkliss, I'm sorry for the delay, but I've been unable to reproduce the issue on my end. With the sample app you provided I'm receiving the `StorageOperationCanceledException` as expected....

Hello @asaarnak, were you able to use `--wasm` commands after overriding your `amplify_flutter` dependncy to point to your repository and branch? Here is an example override template I use: ```...

Hello @asaarnak, sorry for the delay this issue has been a bit of a roller coaster for me. I started off migrating your changes to use [os_detect](https://pub.dev/packages/os_detect) as we already...

Hello @asaarnak, I've been working to update the build process on our end so we can properly generate/load the [new WASM files produced by build_web_compilers](https://pub.dev/packages/build_web_compilers#customizing-emitted-file-names). So far I've updated our...

Hello @asaarnak, Ill create the issues today and Ill reply back here with the links.

@asaarnak I've created the [Crypto](https://github.com/dart-lang/core/issues/913) and [build_web_compilers](https://github.com/dart-lang/build/issues/4230) issues. Once we hear back from them we can unblock our WASM task! Update: Crypto changes have been merged!

Hello @asaarnak, I've updated to `build_web_compilers: ^4.3.2` and I'm locally using a dependency override for crypto: ``` dependency_overrides: crypto: git: url: https://github.com/dart-lang/core.git ref: main path: pkgs/crypto ``` `amplify_auth_cognito_dart` is now...

Hello @asaarnak, thank you for the heads up! Ill ping you here once we have changes you can test locally.

Hello @asaarnak, we do not have an update at this time. I'm working to get this prioritized given the amount of progress we've already made. I'll post here once we...

Hello @Poloten, could you please open this bug in a new issue so we can track it separately from the feature request. In the new issue please provide the following:...