Alexander Mankuta

Results 176 comments of Alexander Mankuta

PDF doesn’t support transparent PNG natively. Prawn emulates this by splitting original image into opaque image and a mask containing alpha channel. Apparently, one mask overrides another. I’m not sure...

@cdekker Could you please provide a minimal example that reproduces the issue?

@cdekker Thank you. We will look into it a bit later.

I'm precompiling assets as a part of deployment process. I'm running more or less this command: ``` RAILS_ENV=production bundle exec rake assets:precompile ``` The command is ran from the app...

I can not reproduce this on my local machine (macOS) both with symlinked and real `node_modules`. On the server (Linux) though, if I have a real directory the command succeeds....

Thanks for the link. I'll take a look a bit later.

> Is any news about this issue? Not really. The war is still on. > Maybe a new release before the snow falls this time? 😁 The snow has fallen...

I'm closing this as there's another way of achieving your goal. Feel free to reopen if you think this can be improved to be a universally useful feature.

@maerch Thank you for your contribution. This has been merged outside of GitHub.