José Alberto
José Alberto
I will! As soon I have everything working correctly, I will review the css/html side of thing in case I can find some tweaks to improve it. I assume that...
@michelson a quick one:  I can see 2 issues: - `overflow: scroll` forces to display scroll always, the simple solution is to set it to `auto` so the scroll...
thanks @michelson I can see you changed some pixels to adjust the sizes and margins. I wonder if the use of inline css is to solve some previous issue or...
Would you consider adding component/domain classes (`chaskiq-widget--box`)? Then that class can be used for small tweaks, as you do inline right now, then if the CSS is served in its...
I understand, I am not a big fan of utility CSS for all the cons, but I understand it can be convenient when a lot of manipulation is required from...
sorry, but then I do not get why to use an inline style, instead of a css class (css class are cacheable, inline styles are not)
Some examples: - in doc you have `SES_USER_NAME: ses user name` but once I generate the credentials I have either `IAM username` and `smtp username` - in doc you have...
Hi @michelson I am still have some issues understanding https://dev.chaskiq.io/production-configuration/email-configuration - is `sns-bounces-sns-topic` explained in other doc? It seems to be used before it gets defined - In the sections...
you need this in the `test`section of `database.yml` file: ``` url: ```
I am not sure if it is the same I mean, what I would like to do is, so display a msg/banner using current rules, but the message will disappear...