-
Hey 👋🏼 — found ponzu the other day, but then saw it's abandonware. Your fork looked like the most developed. But I couldn't build `kudzu-cms/kudzu` either. Was wondering what your plans were?
-
âžś ~ ponzu
zsh: command not found: ponzu
-
ponzu will not work with go (1.13.1 tested) when GOPATH is set to anything other than GOROOT. All commands execute without complaint, but content and add-ons don't show up. I propose that since GOPA…
ghost updated
4 years ago
-
I need live queries.
Firstly I would like to get a notification of the crud event on a boltdb bucket.
Secondly I would like to then rerun the query and push the delta to the front end.
The go…
ghost updated
4 years ago
-
Wishing to hear opinions..
I would prefer a faster API that can still work with json but I can use protobufs too.
I want to do some work on extending ponzu but hate the loose typing of json and …
ghost updated
6 years ago
-
> go get -u github.com/ponzu-cms/ponzu/...
Return error after **blevesearch/zap/v11** was deleted from git.
Dependencies need to be updated
-
Unable to build ponzu cli
OS: Arch Linux 4.20
go version go1.14.3 linux/amd64
go get -d -v ./...
go build -o build ./...
```github.com/blevesearch/zap (download)
package github.com/bleves…
-
Hi @tonyalaribe -
I found this repo searching for ponzu's in the wild and wanted to let you know that the system.db (and other db files for that matter) should not be checked in to version contro…
-
I am thinking about getting the API more solid so that many more systems can use Ponzu.
Google have a project that can generate a ful openapi ( for test ) and grpc API. It's used for many projects …
ghost updated
5 years ago
-
I am finding that it makes for a nicer workflow when I use interfaces rather than types to model data coming from a JSON xhr endpoint. My use case is closely aligned with Ponzu, for which I understand…