Gwendal Roué

Results 177 comments of Gwendal Roué

Hello @aaronbrethorst, I'd be glad having GRMustache running on tvOS, for sure :-) I'm currently, on my spare time, moving GRMustache to frameworks (See PR #100). If you don't mind,...

BTW, #100 has removed the Makefile entirely, and relies on CocoaPods or Carthage for the building part.

@aaronbrethorst, are you still there? Would you please try the [tvOS branch](https://github.com/groue/GRMustache/tree/tvOS)? It also contains a [demo app](https://github.com/groue/GRMustache/tree/tvOS/DemoApps/GRMustacheDemoTvOS) that may help you importing the GRMustache framework in your project.

Don't apologize, we are are all working, and this also explain the delay in my own answer to your PR :-) Just tell me if the tvOS branch works for...

Thanks Jonathan. This will feed my thoughts about #45.

I'm planning to process lines with a "margin" concept. Each tag is surrounded by margins made of white space and new lines (at least one new line). One margin before,...

If I can not express it in clear English, and if the rules do not easily enter, and stick in the user's mind, it will be a failure. Moreover, since...

`{{< ... }}` is already taken for "overridable partials" aka "layout" aka "inheritable templates". I'm (slowly) coming up with something. It'll take a few days.

@mugginsoft This issue and #45 are much harder than I expected. The difficulty lies in the fact that all the layout meta-data about the template (white spaces, blank lines, etc.)...

> I haven't looked at the render code in great detail but seems to be that when rendering a value the render code has no knowledge of the values location...