Rafał Jęczalik

Results 122 comments of Rafał Jęczalik

That is what I was afraid of, something [here](https://github.com/rjeczalik/which/blob/master/which_pe.go) fails, and that would not be easy to debug remotely. You could give it a shot, if you want, just log...

It may be also good idea to allow for building / updating from existing sources (`$GOPATH`) via command line flag.

> However, it would be fairly easy to create the actual HAR data by monitoring the events coming across the wire. @kenshaw How to listen to events, with WaitFrame()? Listen()...

I take back the question, just noticed there's a PR pending for Listen().

> If I add a symlink to a directory it would be awesome if it's tree could be watched as well. This intentionally is not possible - os watchers (inotify,...

> There's no type of configuration for this though correct? Unfortunately no, current API was built with minimal configuration in mind, in fact there's no configuration at all. Right now...

@fmauricios Do you have xcode command line tools installed? Looks like the issue may be with your toolchain. If not, could you please rerun build with `-x` flag and paste...

@EranHr In CGO you put C code inside a comment. The problem here is missing or lacking xcode/SDK installation. Have you tried executing `xcode-select --install`?

Hey @huahuayu, you need to ensure your xcode installation is sound, as well your system packages. Please see those issues for a reference: https://github.com/rjeczalik/notify/issues/180 https://github.com/rjeczalik/notify/issues/165

@huahuayu There are some others topic on this very issue: https://trac.macports.org/ticket/46628 In other words it is not an issue with notify, it is an issue with devel packages on the...