gondola icon indicating copy to clipboard operation
gondola copied to clipboard

The web framework for writing faster sites, faster

Results 9 gondola issues
Sort by recently updated
recently updated
newest added

Every exported function in a program should have a doc comment. The first sentence should be a summary that starts with the name being declared. From [effective go](https://golang.org/doc/effective_go.html#commentary). I generated...

I'm using Archlinux. If I follow the guide http://gondolaweb.com/tutorials/installing-gondola/, the installation fails as the connection is refused: ``` > go get -v gnd.la/cmd/gondola Fetching https://gnd.la/cmd/gondola?go-get=1 https fetch failed: Get https://gnd.la/cmd/gondola?go-get=1:...

The stringutil imports "gopkgs.com/unidecode.v1" https://github.com/rainycape/gondola/blob/master/util/stringutil/slug.go#L7 but that no longer exists and gives a 404 when trying to go get. That in turn makes the stringutil package uninstallable.

When running app engine on windows, the build fails with error: "isatty redeclared in this block" because `log/tty_windows.go` and `log/tty_safe.go` are both being built. Since `log/tty_safe.go` defaults to the windows...

This is a great project but it was released too early without a proper documentation. Don't get me wrong, I like people contribute to open source. But without a proper...

enhancement

the repository doesn't build or install as-is, because of a simple import error. You should implement one of the free CI environments like Travis or drone.io to prevent further breakage,...

enhancement

go.exp/fsnotify is too old

Dear @rainycape team, @fiam, It is possible to migrate the personal account to organization? Converting: - https://help.github.com/articles/converting-a-user-into-an-organization/ It is possible to rename this account and create the organization and move/transfer...