James Briggs, Sr. Devops/SRE/DBA
James Briggs, Sr. Devops/SRE/DBA
Hi authors. Two of the cssplot demos at https://asciimoo.github.io/cssplot/ display correctly in IE8 (bar chart with percent and twin bars with no numbers) but the rest of the samples are...
``` # carton install Installing modules using /home/rackping/scripts/graphql/work/MojoExample/cpanfile ! Installing the dependencies failed: Your Perl (5.010001) is not in the range '5.016' ! Bailing out the installation for Mojolicious-9.21. !...
Currently I'm showing the legend for a stacked barchart on the right of the chart. Unfortunately, the bars appear drawn from bottom to top, but the legend is top to...
All of the charts produced with Chart::Clicker have blurry lines and text. The Cairo FAQ has an entry describing the problem and workarounds for it. https://www.cairographics.org/FAQ/#sharp_lines "Either way, you can...
Hi Cory. Chart::Clicker would render twice as fast without the excessive (4x expected) number of set-font-options and select-font-face calls, as listed by cairo-trace on CentOS 7. There appears to be:...
Hi Robert. Here's the assert_contains() function I wrote for regex matching. Usage is: assert_contains "str" "regex" [0|1], where 0=expected match, 1=nomatch assert_contains() { # assert_contains [expected](%28 tests_ran++ %29) || :...