ayozemr

Results 14 comments of ayozemr

I have this one https://github.com/romkatv/powerlevel10k

I am facing another case that I think fits this topic. I have an app that applies db migrations on startup. There is now a deployment failing for 15mins because...

This is working for me 🤷

I just saw the problem was "margin-left: auto; margin-right: auto" in container fluid styles. Overwriting them with "margin: 0 !important;" with a className, allowed me to use the grid approach....

> Run cdk deploy with --no-previous-parameters when you update the parameter name. OMG didnt know about this and saved my day... Thanks!

I was going crazy with this error until found this issue... Thanks for looking into it!

Hello! I am having problems to upload some generated docs as they are uploaded as octet-stream so index.html is downloaded instead of rendered. Will this be released? Thanks!!

+1 I am having also some problems with airpods pro 2 and would like to bypass when using them

Hello! Thanks for your time. I will check it with my team, but we work with Python and JS and we may do a bad job with Ruby :-( If...

feels like terraform is managing the string as json in state as you can see in the first part of plan and aws api wants yaml (https://docs.aws.amazon.com/amplify/latest/userguide/custom-header-YAML-format.html), so feels like...