GRMustache icon indicating copy to clipboard operation
GRMustache copied to clipboard

Flexible and production-ready Mustache templates for MacOS Cocoa and iOS

Results 13 GRMustache issues
Sort by recently updated
recently updated
newest added

In order to use Swift Package Manager, we need ARC support. So I converted the remaining files and created the respective commits

I am trying to include GRMustache through Swift Package Manager, but I end up with this message `Users/.../Desktop/Chase/DMFTool/.build/checkouts/GRMustache.swift--1656010681189343053: error: invalid target name at 'Tests/Carthage'; the name of test targets must...

As of the most current iOS version (12.1), using a filter such as `uppercase` or `lowercase` causes the rendering to fail with an error such as the following: `Object does...

If I try to import this library in a .mm file I get this error when compling /Pods/Headers/Public/GRMustache/GRMustacheTag.h:60:116: Cannot initialize a variable of type 'const GRMustacheTagType' with an rvalue of...

Please can you release a new cocoapods version. The version in cocoapods repo is not in sync with the latest version in your repo

GRMustache v8.0.0 (follow up to PR https://github.com/groue/GRMustache/pull/97) - [ ] Update documentation - [ ] Make sure we have [Core Data tests](https://github.com/groue/GRMustache/pull/100#commitcomment-13255087). - [ ] More common tests between GRMustache...

I'd like to add the static libary to a project, but it is not compatible anymore because of lacking bitcode. I also didn't find an xCode project to build the...

There is a crash in GRMustacheImplicitIteratorExpression.m when running on OS X 10.8. It seems that the issue is related to the initialize function in that simply modifying the function: -...

It seems that `[GRMustache preventNSUndefinedKeyExceptionAttack]` [no longer exists](https://github.com/groue/GRMustache/commit/b263b773c1b3845a82c4274d046944afae40cf3c). Is that correct? If so, shouldn't we update the [FAQ](https://github.com/groue/GRMustache/blob/master/Guides/faq.md) and remove the [JRSwizzle dependency](https://github.com/groue/GRMustache/blob/master/GRMustache.podspec#L15)?