Breno G. de Oliveira

Results 38 comments of Breno G. de Oliveira

I just opened a ticket for this too on CPAN RT. If you guys are using the github issue tracker, please update META.yml to properly reference it: resources: bugtracker: http://github.com/c9s/App-gh/issues...

This would be very nice! For PNG, there are libraries like [libimagequant](https://github.com/ImageOptim/libimagequant), [zopfli/zopflipng](https://github.com/google/zopfli/blob/master/README.zopflipng), [libimageflow](https://github.com/imazen/imageflow) and [opnglib](http://optipng.sourceforge.net/doc/html/index.html) (created and used by optipng). OptiPNG also provides interesting [documentation](http://optipng.sourceforge.net/pngtech/optipng.html) on how they optimize...

Hey Tony! Looks like this functionality became [Imager::Trim](https://metacpan.org/pod/Imager::Trim) and [Imager::Filter::Autocrop](https://metacpan.org/pod/Imager::Filter::Autocrop) on CPAN. Still, I would very much like to see this feature on core Imager. The PP version is way...

Hi @sorear! Thanks for taking the time to write this PR and many apologies for the very (very!) long wait. The code has changed a lot so I can't merge...

Hopefully we'll be able to fix this with https://github.com/garu/Data-Printer/pull/74

But DDP does have a `$VERSION`: https://github.com/garu/Data-Printer/blob/main/lib/DDP.pm#L8 ``` ▶ perl -MDDP -E 'say $DDP::VERSION' 1.000004 ``` @skaji any idea what might be going on here?

@KES777 while we work on the issue, a simple workaround is to use the name of the distribution: `requires 'Data::Printer'`

Hello! Thank you for using Data::Printer and for taking the time to file this issue. You are absolutely right: variables aren't defined at compile time unless placed inside `BEGIN` blocks....

I'm really glad you're enjoying the filter! If there's a clean (i.e. non-private) way to test whether a relationship has been prefetched or not, I think it could be a...

Absolutely! Just let us know 🙃