Lily Mara

Results 13 issues of Lily Mara

Closes #35. This allows hugo-obsidian to intuit absolute paths from unanchored wikilink paths. Previously, a note at `directory/note.md` would need to be linked using `[[directory/note]]` in order for the link...

Using the example from your README: ``` go package main import ( "github.com/gin-gonic/gin" "github.com/tommy351/gin-sessions" "github.com/tommy351/gin-csrf" ) func main(){ g := gin.New() store := sessions.NewCookieStore([]byte("secret123")) g.Use(sessions.Middleware("my_session", store)) g.Use(csrf.Middleware(csrf.Options{ Secret: "secret123", ErrorFunc:...

While leaving a browser tab idle in the background on the "Home" page, I observe that the Omnivore app consuming 99.9% of available CPU time. This has happened more than...