Kai H
Kai H
Update: If I remove the hash parameters for the partial it works just fine: ``` {{> userMessage }} Comments {{#each comments}} {{> userMessage tagName="h2" }} {{/each}} ``` Results in: ```...
I think I got to the root of it: - [evalPartial](https://github.com/aymerick/raymond/blob/master/eval.go#L713) pushes the hash parameters of the partial on the context stack. - [Value](https://github.com/aymerick/raymond/blob/master/helper.go#L104) on the Options uses`curCtx()`, which returns...
I went another way in my fork and added a `options.ValueFromAllCtx` function (see #19). That way, there is no tinkering with existing functions.
Hi nztomas, that would be the first and probably biggest step. I think it should be done with future Postgres and MySQL support in mind - meaning that switching between...
I've included arm7 binaries in the newest release. Could you try those? I was able to compile them using https://github.com/karalabe/xgo
Hi @sevakmaheshr, that publish "button" is a switch indicating whether or not the post should be published. You need to save the post after switching to YES.
It looks like Journey could not find any themes and therefore exits. Did you check out the promenade theme submodule before building Journey? See here: https://github.com/kabukky/journey/wiki/Building-Journey-from-source
Hi @adminfromhell, That's not possible yet. I just started working on Journey again. Here's a new issue for that: #92
Hi yosg, thanks for reporting this and for your fix. Could you send me (or link to) the theme file that creates this crash?
Hi F1ak3r, this sounds like a bug. To be honest, I wrote the plugin systems in a short amount of time and haven't touched it since. You might very well...