-
https://github.com/gobuffalo/logger/blob/master/formatter.go#L63
It seems that `entry.Time` is missing.
-
#### What did you do?
This is easiest to produce if you use docker because it's an issue when the go mod cache is empty.
1. Download any project that uses go modules. For this example, I'm using…
-
When I tried to create new project at this step it failed
at this step
```
go get github.com/monoculum/formam
errors.go:25:8: undefined: strings.Builder
```
seems like its expected cause it re…
-
Trying to specify a version that has a 3 `.` version fails. For example: the latest release of https://github.com/gobuffalo/buffalo/releases/tag/v0.9.1.2 is `0.9.1.2`, yet this can't be set using dep.…
-
This is just a question and a suggestion. Is it possible to introduce a `.plush` clause here as default?
https://github.com/gobuffalo/buffalo/blob/98c7d0bad5a8b2995a5f4517df1346819386ed60/render/re…
-
This works:
```
$ mkdir /tmp/zz1
$ cd /tmp/zz1
$ echo package m > m.go
$ vgo get github.com/gobuffalo/uuid@v2.0.0
$ cat go.mod
module m
require github.com/gobuffalo/uuid v0.0.0-20180207211247-3a9fb6…
-
## Description
Suppose you have a layout page with two area (center and aside) and in your actions pages you need to set differnt contents for the two areas.
### Actual Behavior
At this time, i …
-
```
$ go install -tags "sqlite" -v -buildmode=exe -mod=vendor ./buffalo
build github.com/gobuffalo/buffalo/buffalo: cannot load github.com/gobuffalo/gitgen: open /wrkdirs/usr/ports/www/gobuffalo/w…
-
**Describe the bug**
Sometimes I start receiving "The refresh token has not been found: : not_found" during refresh token flow. After that I no more can refresh the token, end user has to pass oaut…
-
## Description
After a fresh install on Linux, when running `buffalo dev` after creating a fresh API project. I have missing lib error.
I haven't seen in the doc other step of installation.
###…