David Ramalho

Results 31 comments of David Ramalho

You said former but since you have a PR I guess for the Upstream caching, I guess you mean the `digest_path` issue right? I .. I have it on my...

Just hit this as well, looking at the `plugin/alternates.rb` [here](https://github.com/envygeeks/jekyll-assets/blob/v3.0.12/lib/jekyll/assets/plugins/alternates.rb#L65) the code is expecting `o` to be an object/hash but it's really CSS string - with `@alternate` bits in it...

I'm getting a different error actually `TypeError: no _dump_data is defined for class Proc`

But same scenario, all my `Rails.cache` blocks with entities started failing (well, specs did :) )

Yeah we do that most of the time but occasionally we need to massage the hash in runtime (when it's still worth to pull stuff from the cache) and this...

Any chance of this ever going in ? I'll patch my own code but it would be nice to make it official . As a hint for specs, anything that...

Well, maybe we could follow the exact pattern we do for hooks now. Have a command set with a default initialization and remove the magic command discovery ?

:P replicate the hook work ....... well, not a pressing issue for me, but sure, I can take one for the team. You know it will probably take me three...

(kidding, should be quicker, making a lot of assumptions on a parallel approach to the hook set)