Nishant

Results 2 issues of Nishant

--------------------------- FROM golang:alpine AS build-env WORKDIR /appname COPY go.mod . COPY go.sum . RUN go mod download COPY . . RUN go get -d -v ./... RUN go build -o...

Hi I have noticed, when using polyfill for a polygon, it randomly skips certain areas near the boundary. How can we solve this? For example. In this image blue dots...