Libo Cannici
Libo Cannici
``` ruby #!/usr/bin/ruby require 'mustache' require_relative 'crustache.rb/lib/crustache' list = [{:bar => 1000}] doc = '{{#list}}{{bar}}{{/list}}' puts Mustache.render(doc, :list => list) # => 1000 puts Crustache::Template.new(doc).render("list" => list) # => benchmarks/crust.rb:8:in...
- Change the device to use auto discovery - Don't probe /dev/ttyAMA0 that upsets Raspberry PIs After the changes in this PR I could see on my setup: ``` [...]...
Tis is an experimental attempt to cache the compilation of template. cc: @dasch
Ciao Salvatore, If you wish I would like you to consider merging in these commits of mine. The first is about using Bundler hence adding a Gemfile with the gems...
Ciao Salvatore, I had some issues reading repositories with messages in other language then english (Italian). I am running ruby 1.9.2 ``` ArgumentError - invalid byte sequence in US-ASCII: /home/git/.rvm/rubies/ruby-1.9.2-p180/lib/ruby/1.9.1/erb.rb:827:in...
Could you please re-articulate this: "AS3Spec provides some custom generators for Sprouts. Copy the generators directory to your Sprouts project, then use the generators as described below." When I install...