Diego Louzán
Diego Louzán
This is a very nice initiative, it would maybe help us understand the issues we have on https://github.com/getsentry/onpremise/issues/783 :bow: Of course one can read the source code, but decent architecture...
@stuyam Recently I've bumped into the same issue while working on https://gitlab.com/gitlab-org/gitlab/merge_requests/17699. I independently opened https://github.com/fphilipe/premailer-rails/issues/246 before finding this report. Sadly I wasn't able to find any solution, and this...
Hey @fphilipe, as I wrote in the original report in https://github.com/fphilipe/premailer-rails/issues/246, I had tested this with the latest premailer-rails release. Just in case, I have just tested again with gitlab's...
@fphilipe In the whole example above, if I disable premailer for the project, the style is correctly generated.
Thanks for taking the time to check this 💯 What does seem to work at least in the browser is using the HTML5 doctype! Encoding is correct in that case....
@fphilipe As another potential workaround, are you aware of any flag option, similar to `'data-premailer': 'ignore'` that we could pass the helper so that nokogiri does the right thing in...
This is still an issue
Just experienced this when using https://app.vagrantup.com/gbailey/boxes/al2023; though I'm not sure if this is an issue with vagrant itself, or with the way the vagrant image is built, as e.g. other...
@rndmh3ro A while back we set `hidepid_option: 0` on our Fedora servers (now a mix with AmazonLinux 2023) because we started getting ssh authentication log errors for sessions in the...
Do you think it would make sense to support `--platform-name` on all different targets? Currently, this only seems to be recognized on `molecule test`, but when developing / debugging tests,...