David Kelly

Results 8 issues of David Kelly

Frank is a great little gem but it seems to have been abandoned and really needs some love and attention. Can I or anyone else help with this responsibility?

Could a section be added to the documentation about using Slim templates with frank? In particular you need to `require 'slim'` in `setup.rb` to make it work. It's not clear...

Hey, I don't know if you're aware of this but the code on rubygems.org for frank 10.0.12 is _actually_ the code for 10.0.11 https://rubygems.org/gems/frank/versions (note the identical date and file...

I think it would be worth adding to the documentation, both in the README and on the jscroll.com website, how you can detect if jscroll is being applied and how...

Add Skimpy, a new Python 3 template engine that was inspired by, and closely resembles, the Slim template syntax

Version 1.9.2 breaks passing an object as a parameter for the expire time in 1.9.0 this works: ``` r = Redis.new r.set(:a, 1) r.expire(:a, 1.hour) # ActiveSupport::Duration object ``` in...

Any plans to upgrade this to the latest version of Gentelella - 1.4.0 ? It's not really clear to me how this was set up. I copied the `bower.json` from...

line 29 of Twig.php should read Twig_Loader_Filesystem, not FileSystem with a capital S. Using the capital breaks the code on case sensitive file systems (ie anything other than Windows)