guillermo haas-thompson

Results 6 comments of guillermo haas-thompson

I was working on this tonight and maybe I am not clear on something. When I generate `openssl genrsa 4096 > key/keyfile.pem` it is sounding like you want that checked...

I'd like to report the same issue. Today, I attempted to deploy to Heroku after the 6.0.1 Rails upgrade which included `gem 'sass-rails', '>= 6'` and now Heroku deploys are...

Follow up. In my case I found this [article](https://prograils.com/posts/real-life-examples-updating-rails-52-to-rails-6) useful and ended up moving a bunch of my `app/assets/stylesheets` out of the root folder and into subfolders then updating my...

I had these working with Safari and was serving them up from s3. Then, I went to Firefox and IE9 and saw the letters. I have done some reading and...

I'm curious about this thread. Yesterday after pushing out an update that include an update in `package.json` from node `^10.9.0` to node `^11.1.0`, ALL Mjml emails stopped rendering so I...

I ended up adding `config.raise_render_exception = true` to my `mjml.rb` initializer and that revealed ``` Mjml::Parser::ParseError: MJML v3 syntax detected, migrating to MJML v4 syntax. Use mjml -m to get...