-
Hi, I working on a project that will be announced soon to help with the discovery of these sorts of tools. Would you please mind adding some "Topics" to this repo? Thanks.
On GitHub you can use the…
-
It seems that Buffalo resources generator is not using correct naming in some cases when using irregular plurals as people like:
```sh
$ buffalo g r people first_name:string last_name:string email…
-
## Description
There are some cases where buffalo panics while reloading the app with `fatal error: concurrent map iteration and map write`.
### Steps to Reproduce the Problem
I don't have…
-
## Steps to Reproduce the Problem
Minimal setup:
1. Create a new project
1. Run `buffalo g mailer Test`
1. Add SMTP credentials to `.env`
1. Add handler that calls the new mailer, e…
-
Go 1.10.3
Buffalo 0.12.3
```
$ buffalo new exampleapi --api --ci-provider gitlab-ci
create .buffalo.dev.yml
create models/models.go
create models/models_test.go
cre…
-
## Steps to Reproduce the Problem
I ran the installation to update buffalo from 0.10.3 to 0.12.4. Then after installation i wanted to create a new project without webpack.
What does this error me…
-
it would be great (I think) if `buffalo` had support for (or started to investigate supporting) vgo.
right now, in a fresh `GOPATH`:
```
$> go get -u github.com/gobuffalo/buffalo/buffalo
$> cd…
-
## Steps to Reproduce the Problem
As titled.
1. `buffalo new api --api --skip-pop`
## Expected Behavior
new buffalo app project scaffold
## Actual Behavior
```
$ buffalo new api --a…
-
## Description
I'm getting an application crash on moving to Buffalo v0.13.0 today. It appears to be a race condition related to the new events feature. The crash happens somewhat randomly when I…
-