Kai H

Results 13 issues of Kai H

This fixes #15 in a way that is safe for existing projects that rely on the behavior of Value. This commit does not change the logic of existing functions.

Hi, thanks for this great library! Here is the code to reproduce the issue mentioned in the title: ``` package main import ( "fmt" "github.com/aymerick/raymond" ) func main() { //template...

See #89 See Pull request #37

enhancement

When parsing templates, only the file name (without ".hbs") is used as the template name. Therefore, templates in subdirectories cannot have the same name as templates in other directories. This...

enhancement

Footnote support was introduced by #57

enhancement

As written by @blockloop in #65 : In Ghost, when viewing a blog post you can append "/edit" to the end of the url to edit it (assuming you're logged...

bug

This is something we are actively using. JSONPath is very useful when handling unstructured/schemaless data.

Having to check every variable on whether it exists or not before using it makes Jet templates kind of verbose. Also, front end developers are used to invalid expressions simply...

We are currently evaluating Jet for our projects. One thing that is different from a lot of other template languages (e. g. Handlebars) is how Jet handles expressions that cannot...

Since we can now add routes at runtime (using the mutex), I think it would be appropriate to provide a function to remove routes as well. Please excuse me if...