Aman Karmani
Aman Karmani
Uses https://github.com/rentzsch/mach_override to get things working again. Verified on 10.11 El Capitan, although it appears `DYLD_INSERT_LIBRARIES` will not work against anything in `/bin` or `/usr/bin`. User-compiled binaries (such as homebrew...
so you can change uid/gid for the child process
`find(:first)` is gone
Getting this error from `AddPortMapping`. Curious if anyone has seen it before or knows what it means. > Non-zero result code 3
WDyt about adding `Peek()` to the Reader interface? Here's my use-case.. I'm using the new `NextReaderFromNow()` on top of a mpegts video stream. mpegts packets are 188 bytes long, where...
Sometimes DHCP or manual changes can cause a computer's IP address to change. It looks like dnssd currently caches the IPs in the Service's IfaceIPs. This means the incorrect IP...
Since this library uses `ioutil.TempFile`, all files are created with 0600 permission (https://golang.org/src/io/ioutil/tempfile.go?s=1419:1477#L65)
We've been using chromedp successfully on a variety of platforms and devices for almost a year now. It works wonderfully. Recently we've noticed rare instances where chromedp gets stuck trying...
https://github.com/chromedp/chromedp/blob/e5acbe3f56d48fe699363d2ae2f6cefeda9269be/allocate.go#L191-L194 It would be useful to surface errors from `cmd.Wait()` for cases where the process is getting killed due to OOM, segfaulting, etc (essentially, seeing the signal number that killed...