Robert Messer
Robert Messer
When debugging it seems that variables from the calling function show up, not the variables that are available in the current scope. For example, suppose I have a simple script...
Text::Xslate is a great module, but I think there is a bug when using cascade with multiple directories in the path. Essentially if you have "path_b" and then "path_a" listed...
I have a function that crashes my postgres 9.5 server. Here is the PL/R function: ``` CREATE OR REPLACE FUNCTION test_svg () RETURNS text AS $$ library("svglite") library("ggplot2") # set...
I am trying to use this module to modify an existing commit message. But Git::Raw::Commit::amend runs a bit of perl code that calls Git::Raw::Commit -> create, which creates a new...