Fabrice Aneche

Results 21 issues of Fabrice Aneche

do you work/plan on a protocol buffer codec ?

enhancement

I've made a fork using https://github.com/src-d/go-git, it supports Github token, and do not require `sh` anymore. Since it does not support ssh, it's totally incompatible with caddy-git users base, but...

the work is done already https://github.com/nats-io/prometheus-nats-exporter/blob/master/docker/linux/arm64v8/Dockerfile but the image on hub docker synadia/prometheus-nats-exporter is not multiarch see resolved related ticket for drone-server https://github.com/nats-io/nats-server/issues/1540

I'm working of cleaning the code with some linters and found this ``` dspace.go:18:371: SA4009: argument dedt is overwritten before first use (staticcheck) func dsinit(whichconst GravConst, cosim, emsq, argpo, s1,...

bug
help wanted

First pass at Go linters, also see https://github.com/joshuaferrara/go-satellite/issues/5 tests are passing

``` time="2019-04-04T15:30:36Z" level=info msg="Go Version: go1.10.2" time="2019-04-04T15:30:36Z" level=info msg="Go OS/Arch: linux/amd64" time="2019-04-04T15:30:36Z" level=info msg="operator-sdk Version: 0.0.5" time="2019-04-04T15:30:36Z" level=info msg="rethinkdb-operator Version: 0.0.3" time="2019-04-04T15:30:36Z" level=info msg="Starting readyz endpoint..." time="2019-04-04T15:30:36Z" level=error msg="failed to...

https://github.com/jmckind/rethinkdb-operator/blob/db74643dc4201e63a7125fe51ae6462b5c1e1a5e/deploy/operator.yaml#L18 https://hub.docker.com/r/jmckind/rethinkdb-operator/tags

I run into a stupid bug because specifying Z in a `NewPoint(geom.Coordinates{})` results in it defaulting to `Type: geom.DimXY`, it makes sense. ```go package main import ( "fmt" "github.com/peterstace/simplefeatures/geom" )...