mh-cbon
mh-cbon
you need not to add the dependencies to the tree. that previous pr did similar, you could have a look https://github.com/Masterminds/semver/pull/131
yeah, i hoped it at least ended in a book so i could read more of it.
might it be of any help, https://github.com/ChristopherHaws/node-windows-elevate https://github.com/mh-cbon/aghfabsowecwn
i cooked a docker file then build it, it worked. Would be great to have env variable to enable it. ``` FROM denismakogon/gocv-alpine:4.0.1-buildstage as build-stage ENV OPENCV_VERSION=4.0.1 ENV BUILD="ca-certificates \...
updating the module worked for me `go get -u github.com/buger/goterm`
works for me. lacks a pr :/
I have sketched some changes here, to see. - `gupnp.localIPv4MCastAddrs` is made public - `ssdp.SSDPRawSearch` is modified to de duplicate answers using the client local address as additional uniq identifier...
I ended up crafting many things. https://github.com/mh-cbon/goupnp/commit/f058335caa4db07f6550936cf6403718900430bf there is a new discovery client like ```go client := goupnp.Discovery{ Client: goupnp.AutoDiscover("0.0.0.0"), } ``` A new kind to lookup services and provide...
hi, no worries for the late reply, thanks for the inputs. About functional options, it surely could do few things, although, this is still breaking the API signature. I dont...
yeah, you have right, i m re inventing the wheel here. Previously i used urfave/cli, but not this time, i was influenced by some project read on github based on...