Greg Woods
Greg Woods
Thanks, this worked for me too. 👍
Hello! Has anyone from Microsoft had a chance to look at this? We are being affected by the logger issue at the moment. For what its worth, I can reproduce...
I ran into this issue today. As far as I can tell, it seems like the implementation of `import` in this gem doesn't work. Wouldn't mind being proven wrong, though!...
Hi there. We are experiencing the same issue in one of our apps. We generate a PDF of an invoice and send it out as an email attachment. Recently this...
1. The stylesheet is local (`= wicked_pdf_stylesheet_link_tag 'pdf/application'`). 2. Email processing happens on the same server that the application runs on. ``` If you use deliver_later, could you try to...
Ah, I just figured something out. I have set `config.action_mailer.asset_host = 'https://my-hostname-here.com` in my production environment. This, I suspect, is causing `= wicked_pdf_stylesheet_link_tag 'pdf/application'` to try and pull the css...
We run into this frequently. I've come to where I expect that the first deploy of an app with sidekiq/monit will generally fail, and deploying a second time will succeed....
Had the same problem, in mysql. Your migration worked for me.
I can second this. Was having the same error for both pasting and the show source button. I have a couple apps that use this gem and I can say...