Avelino

Results 264 issues of Avelino

To centralize the generation new releases in just one tool we need to centralize in goreleaser the generation and publication of the docker image. docker tags: - prest/prest:latest - prest/prest:v1.0.3...

enhancement
refactoring
deployment/docker
product/api-server

[GeoServer](http://geoserver.org/) is an open source server for sharing geospatial data. Designed for interoperability, it publishes data from any major spatial data source using open standards. --- GeoServer is a great...

feature/gis
product/api-server

Return the geometry as a Keyhole Markup Language (KML) element. There are several variants of this function. maximum number of decimal places used in output (defaults to 15), version default...

feature/gis
product/api-server

Geometric data types represent two-dimensional spatial objects. [Table 8-16](https://www.postgresql.org/docs/8.3/datatype-geometric.html#DATATYPE-GEO-TABLE) shows the geometric types available in PostgreSQL. The most fundamental type, the point, forms the basis for all of the other...

feature/gis
product/api-server

Matches the given url with a whitelist from config.core example: ```go func MatchURL(url string) (match bool, err error) { for _, exp := range strings.Fields(config.Get.JWTWhiteList) { match, err = regexp.Match(exp,...

feature

Returns one result that satisfies the specified query criteria on the table or view. ## case When I use to auth (login) in I have to put `limit 1` in...

feature

Creates page in the adapter's usage (detailed) documentation The ideal would be to have **godoc.org** too

docs

The configuration of .vimrc varies a lot of taste, we can think of an area in the web interface (called Advanced) for the advanced user select which plugins he wants...

enhancement
question
hacktoberfest

When opening neovim without the Python neovim library installed from many errors. We have to return the problem to the user, it is frustrating for the user (bad UX) not...

bug
editor: neovim