Lamonte
Lamonte
Going to try helping where I can :), already did my first PR for downcase.
As for the `map` filter, I don't think that's possible in crystal since you can't call properties/methods dynamically unless you know a way to do it with macros?
Maybe this could be a reason for them to support this feature in the language? I ran into a similar issue when trying to create php style dynamic controller/actions as...
actually now looking at the [liquid source](https://github.com/Shopify/liquid/blob/master/lib/liquid/standardfilters.rb#L175), it looks like they only really support Enumerable's w/ the map option that responds to `[]` Guess like you said, that'll have to...
hmm, would dart ever introduce default types for build in types?
@design1online the reason I said forward slashes because of how Stash deals with forward slashes and automatically grouping arrays. There's really no reason for a cache key to start or...
@design1online even when you use them based off class names, there's no reason to have forward slashes starting or ending in the key string. `namespace/subnamespace/classname` Anyways my concern with this...
~~Will give it a shot this weekend.~~ I already use that version
thanks will give it a go tonight
@z------------- fixed my issue :)