Avelino
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...
[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...
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...
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...
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,...
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...
Creates page in the adapter's usage (detailed) documentation The ideal would be to have **godoc.org** too
fixed: #2109
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...
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...