-
wondering if plush should support some of the localisation features people need ?
Maybe it should not go into Plush, but rather before it at the users golang app level ?
Example:
- language
- …
ghost updated
6 years ago
-
`items/index.html: line 0: items/_li.html: line 1: item: unknown identifier
github.com/gobuffalo/pop.(*Connection).Transaction.func1
/Users/leonardoke/go/src/github.com/gobuffalo/pop/connection.go:1…
-
## Description
After upgrade to Buffalo 0.13.2, webfonts (woff, woff2, ttf) are not served properly, but with error: `Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH`. After trying to dow…
-
migration sample code:
```
raw(`
CREATE MATERIALIZED VIEW view_papers AS
SELECT papers.created_at,
papers.updated_at,
papers.id,
papers.name,
( setweight(to_tsvector(papers.…
-
It seems as though plush doesn't have `else if` support - it wasn't in the list of [keywords](https://github.com/gobuffalo/plush/blob/master/token/token.go#L13).
Would be great to have it as it wou…
-
## Description
I cannot run `buffalo pop` from within a `buffalo` generated project. If i `cd` outside of the `buffalo` generated project, it works as expected.
Note: Initially `buffalo plugins`…
-
## Description
Broken link to CONTRIBUTING.md in README.md
### Steps to Reproduce the Problem
Click in the link to CONTRIBUTING.md in README.md
### Expected Behavior
Redirect to CONTRIBUTING.…
-
Reproducible `Dockerfile`
```Dockerfile
FROM gobuffalo/buffalo:development as builder
RUN go get -v golang.org/x/vgo
RUN mkdir -p $GOPATH/src/github.com/markbates
WORKDIR $GOPATH/src/github…
-
even if this language is 9 years old , it has many frameworks and packages outside the standard library so which are most used in the golang market ? which should be used ?and is it better to use just…
-
Before `v3.7.4`, the `contentOf` helper behavior was to fallback silently on empty string, if a content was not provided for the named block.
A typical usage for this fallback behavior was to overr…