Gabriel Castillo

Results 20 comments of Gabriel Castillo

This would be awesome. I currently only need rounded corners and there doesn't seem to be any other .htc solution that implements it well.

I kept getting `[object Object]` and then I removed `html={true}` from my props and the problem went away.

> I guess I might just use npm publish instead for now 😞 I'm also using changesets and seeing this error, all my private, internal, packages are hardcoded to version:...

hmmm... looks like this was intentional? ``` function add(){ var files = config.files.join(' '); grunt.log.ok('files:' + files); return run('git add ' + files, ' staged ' + files); } ```...

Hi @Jay2113 , yes, that is my appRoot and I have confirmed it is set as such in my `amplify.yml` file. This was my package.json at the time, though I've...

> The issue itself is often caused by the user's mistake What are the mistakes that users often make? ...asking for a friend

Ultimately, I'm trying to set up hosting such that multiple clients will be able to use the amplify backend that I've created (I posted in Discord about it [here](https://discord.com/channels/705853757799399426/708077731711156284/1049749903355686944)) So,...

Hi @josefaidt , thanks again for the help. I've done as you've instructed, however, it does not seem to generate the aws-exports file. I saw [this documentation](https://docs.aws.amazon.com/amplify/latest/userguide/amplify-config-autogeneration.html) about unchecking the...

Some more digging around and I found reference to using `amplify env checkout {stage}` However, when I do that I get this error: ``` 🛑 Current environment cannot be determined....

Thanks @josefaidt. Does this mean I could remove the commands from the build script that attempt to generate the aws-exports file? I just tried doing this but now my build...