Henry

Results 69 issues of Henry

Hi! [http.FileSystem](http://godoc.org/net/http#FileSystem) would allow to operate in remotes, too. For locals you would just throw in 'http.Dir(baseDir)'.

This is more of a conceptual question to get more understanding than about specific wording of the spec. ### Why aren't `post/delete`s part of channel state replies? The way i'm...

https://github.com/qor/mailer/commit/0555e49f99acf5467a77747fc855d7e005d902c1 has no effect. Please read these two comments https://github.com/qor/mailer/commit/0555e49f99acf5467a77747fc855d7e005d902c1#commitcomment-30124239 and https://github.com/go-gomail/gomail/pull/123#issuecomment-413693817

might not be for everybody but I still wanted to share

I think the default configuration of [gorilla](https://github.com/qor/session/blob/master/manager/manager.go#L13) and [jwt](https://github.com/qor/auth/blob/master/auth.go#L89) is dangerous. JWT shouldn't initialize without an error when empty string is used for it's signing key, at least. The need...

I appreciate this effort a lot! I guess https://github.com/ssbc/ssb-spec-drafts should be sunset to avoid confusion at least. At least the content warning one should be carried over. It's the most...

[currently](https://github.com/qor/render/blob/9bc9220a811df16c414ede83b3c8d6aa65788e95/template.go#L46) the templates are parsed on each request. that seems wasteful. also: i think there is a better way to do `yield` with [`block`](https://godoc.org/text/template#example-Template--Block).

### Context I've seen a talk by Nick from the folks of ethportal.net at ethCC[7] last week. It was really inspiring and cool to see how far along they are...