Brian Sweeney

Results 826 comments of Brian Sweeney

The original issue doesn't appear to be occurring with the most recent release, though the layout is not quite correct.

Looks like a straightforward enough change. We'll review the PR and get back to you.

Looking at this again and just want some clarity on what situation is problematic for the current logic? Are we talking protocol-specified local paths such as `file://images/example.jpg` for resource references...

I'm not sure of the exact nature of the issue. There are some changes in the next release that may address the issue. I had to make some changes to...

I'm still unclear on where the issue is here. Dompdf does support file-protocol for the base and Dompdf also utilizes the base properties to build out a relative URL. On...

What relative paths? I've tried the following and it works as expected when setting the base path and protocol as you have done here: ``` #bg { background-image: url(images/ants.jpg); height:...

Only the first one in your examples is not fully qualified, but they should all work. But I believe what you're trying to get at is that the first example...

For now handled in the Drupal module. I have some thoughts about how to accommodate this need but we'll push to address in the next release. I need to do...

Just noting here for reference... I'm thinking of changing the chroot option to allowedLocalPaths (or allowedLocalDirs?) since the chroot name does not match its historical use case in computing. To...