grr
grr
The documentation in lib/Data/Printer.pm and lib/Data/Printer/Object.pm both say that `show_unicode` is on by default. But that is not true. The code in the latter file explicitly defaults the value to...
I'm getting messages like this `Character in 'H' format wrapped in unpack at ... line 14.` when the data has wide characters (obtained from decoding JSON web content). I think...
$ cpdf -squeeze -o squeezed.pdf "Modern Python Cookbook.pdf" Initial file size is 14810645 bytes Beginning squeeze: 421146 objects cpdf encountered an error. Technical details follow: Squeeze failed. No output written....
Currently when I want to remove some pages from a pdf I do something like from the manual: `cpdf in.pdf 1-16,18-25,29-150 -o out.pdf`. This keeps the page numbers of the...
openweathermap provides weather advisories. it would be nice if the menubar icon could flash or change color while an advisory is in effect (until the user views the advisory). or...
**Describe the feature** Currently, there is a "Kwalitee" link, but that probably doesn't mean much to people who don't already know what it is. Displaying the score will allow users...
**Describe the feature** Currently metacpan will display the minimum perl version only if it is included by the author. But this data is often missing or inaccurate. Examining the minimum...
The `--output-new` format produces tab-separated values (TSV) with the first field being the filename. But tab and newline characters are valid within filenames, so this can result in invalid TSV...
Since there are many software/devices that still only work with uppercase or lowercase tags, can you add an option to add both uppercase and lowercase tags? Edit: I saw the...
the default number of threads should be set to the number of **physical** cores, not **logical** cores. If you have a 4 core machine with hyperthreads, the default number of...