Results 7 issues of Alex Edwards

And change the shebang to `/bin/sh`. See https://github.com/alexedwards/go-reload/pull/7 and https://www.shellcheck.net/.

When bone returns a 405 Method Not Allowed response, it would be good if it could include an [Allow](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Allow) header detailing which methods _are_ permitted. I think it could perhaps...

Fixes https://github.com/go-zoo/bone/issues/68

As per the comments on https://github.com/alexedwards/scs/pull/177, consider supporting custom names for the sessions tables where it makes sense.

help wanted

All stores need to be checked for the same race condition as in https://github.com/alexedwards/scs/issues/228 and fixed in the same way.

It seems like when routes are registered which 'overlap' due to their wildcards, their methods are repeated in the Allow header in 405 responses. Minimal runnable example: https://go.dev/play/p/wm5Roz8MSRJ ```go package...

I'm trying to use migrate in conjuction with the new `go tool` command (https://tip.golang.org/doc/go1.24#go-command), but not having much luck. I wondered if anyone knows knows a workaround or the right...