Results 42 comments of Kaustav Ghosh

We will look into this. Thanks for letting us know about it.

Yes. It shows the error in red with compilation and then asks 'Do you want to proceed? "

@cjmartin We've fixed the CLI related issue (#1903) and it's part of the latest CLI release. Transferring this issue to the amplify iOS team to take a look at your...

@ajhool We currently don't support modifying the environment name since we use that directly for resource naming. And NONE has a special meaning (for projects initialized using an older version...

That being said, we're looking into adding more flexibility and modifications to the env name.

@ajhool Let's keep this open since this is a useful feature request (although it won't be immediately prioritized).

@mrcoles You can actually use Typescript with the new Build options feature. Please take a look out here - https://aws-amplify.github.io/docs/cli-toolchain/usage#build-options

You can read about adding lambda functions in Typescript as a part of this blog - https://servicefull.cloud/blog/amplify-ts/

@doowb This works on iterm on a Mac but won't work in the default Mac terminal. The root-cause is out here - https://github.com/enquirer/enquirer/blob/master/lib/keypress.js#L104 On iterm `key.sequence` is ` '\u001b[1;2B'` for...