-
Hello,
index.html create a redirect loop then fail with url like "http://localhost:3000//"
(All other static file work as expected);
OS MacOs v10.14.4
Go version 1.12.4
Packr2 V2.2.0
te…
gpkfr updated
5 years ago
-
## Description
Running `buffalo new app` fails with errors indicating that there is no middleware directory in the buffalo repo (and there is no such directory).
### Steps to Reproduce the Probl…
-
Buffalo is a popular framework for GO with over 4 700 stars and 120+ contributors.
It would be super cool, if you would suport it aswell.
https://github.com/gobuffalo/buffalo
Let me know if you h…
-
**Description**
Currently, static assets are included in the release of Cayley separately from the binary. It makes things a little more complex in the Dockerfile and maybe other releases. Instead, w…
iddan updated
5 years ago
-
AdGuardHome cannot run on phicomm-k3 route. Why?
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.12.3 darwin/amd64
### Does this issue reproduce with the latest release?
yes
### What operating …
-
```
type User struct {
id int64
book_id int64
books Books `has_many:"books" fk_id:"book_id"` //how can set User.book_id in here
}
type Books struct {
book_id int64
…
-
## Description
Before running a buffalo project in production, most of the developers will have to implement an access control policy. "Who can access what resource and read, write, create it. "
1…
-
The `http.File` interface requires `Readdir`, which is used to list a folder in `FileServer` when `index.html` is not present.
Currently, packr's `file.Readdir` which comes from `box.Open` returns …
-
## Description
I have built an app using Buffalo and compiled it with `GO111MODULE=on buffalo build --static`. If I run the app from anywhere outside of the folder containing the source code, the a…