Bjørn Erik Pedersen
Bjørn Erik Pedersen
See https://github.com/oklog/ulid This ID has some interesting characteristics that would be a good fit for Storm, me thinks, one of them being the "lexicographically sortable". It should live in a...
See https://www.reddit.com/r/golang/comments/4ix4gj/oh_gob/
https://github.com/pressly/chi
Not sure what it is, but the demo site fails: ``` ERROR: 2016/04/08 22:44:19 template.go:131: template: theme/partials/footer.html:10:70: executing "theme/partials/footer.html" at : wrong number of args for safeHTML: want 1 got...
Seems like Go Modules is very picky about version format, it recognizes `v3.0.0`, but not `3.0.0`.
This works around what seems to be an upstream by implementing a simplified tag matcher for artificual languages. Fixes #252 I have run the relevant Hugo benchmarks (which I'm more...
``` github.com/nicksnyder/go-i18n ``` The following test fails: ```go func TestPseudoLanguages(t *testing.T) { bundle := NewBundle(language.English) bundle.RegisterUnmarshalFunc("toml", toml.Unmarshal) expected := "a3" bundle.MustParseMessageFileBytes([]byte(` hello = "a1" `), "art-x-a1.toml") bundle.MustParseMessageFileBytes([]byte(` hello = "a2"...
I got an error report in Hugo: ``` no plural rule registered for oc ``` I was pretty sure I had a test for that, and I did. What I...
Markdown not rendered as markdown etc. See first, second, third.