Jose Luis Martinez

Results 125 comments of Jose Luis Martinez

Hi, Any thoughts on this featue? It is inspired by other templating systems (like PHPs smarty templates: https://www.smarty.net/docs/en/language.function.foreach.tpl)

I always saw TT as a language of it's own (not mapping 1 to 1 Perl). It compiles to Perl in the background, but it's syntax doesn't have much to...

@toddr : from what I understood at the time: TT always converts the templates to Perl, and then runs the resulting Perl code. What TT does when you use precompiled...

@atoomic I've documented this in `Template/Manual/Directives.pm`, together with other options and behaviors of the FOREACH directive.

Hi, Do you have a rough estimate of when 0.066 will be released? Maybe we can pull the migration tool from the trunk to try a migration? Would that help...

It is an important operational requirement to log in to an instance with its root partition full. If SSM session manager cannot handle this, SSH, which has no problem whatsover...

> That is invalid YAML. but I'm aware that several parsers accept it. Wow! One space fixed it all :) It's kind of difficult to distinguish between invalid-but-accepted YAML and...

Hi, Try to dump $options before and after the call to Scan. I'm afraid that Scan may be modifying things in the options hashref, causing an "id" key to appear,...

Hi! Did you solve the issue?