mh-cbon
mh-cbon
Hi, while looking on my problem with the interrupt signal capture I noticed that your code is slightly racy in `embeddedProcess.Wait`. An embedded process can have multiple listeners on its...
Hi, When building the site with minify=true and base-url=/ the schema json miss a comma. This did not happened when base-url has more than 1 slash. Several tickets were opened...
Hi, I d like very much it also handles tags to detect repository that are currently in RC state such as beta / alpha, so that i can have better...
Hi ! I need to test upnp connectivity over virtual "any addresses" IE `0.0.0.0`. The current API auto detects and auto selects the IPs based on the output of `net.Interface`...
at https://github.com/huin/goupnp/blob/main/GUIDE.md we can change the example to use the LocalAddr() method :D ```go type RouterClient interface { AddPortMapping( NewRemoteHost string, NewExternalPort uint16, NewProtocol string, NewInternalPort uint16, NewInternalClient string, NewEnabled...
hi, Having multiple interfaces here, with multiple external ips. ``` tun0: flags=4305 mtu 1357 inet 198.18.0.29 netmask 255.255.240.0 destination 198.18.0.29 wlp59s0: flags=4163 mtu 1500 inet 192.168.1.78 netmask 255.255.255.0 broadcast 192.168.1.255...
its not well handled irl. see proxy**S**erver
Hi, looks like the lib does not support BOM. see the thread [here](https://groups.google.com/forum/#!topic/golang-nuts/rrSBmfG9zUI)
https://blog.packagecloud.io/eng/2014/10/28/howto-gpg-sign-verify-deb-packages-apt-repositories/
Avoid using go in utils to improve speed of build see https://github.com/mh-cbon/latest/issues/1 https://github.com/mh-cbon/go-bin-rpm/issues/2