Ivan

Results 10 comments of Ivan

Latest available in Fedora 20. Version : 0.9.2 Release : 0.9.20120406git.fc20 Is it too old?

There is a sample python script inside "tools" folder - it's not shipped with packages. It's usage is: ``` python get_report.py ... ``` Host and port are specified in the...

No, I want to use this PR as a reference for a further work.

Also don't forget to build target `Packages` in the release configuration.

There is a problem compiling the KJ library with clang: http://llvm.org/bugs/show_bug.cgi?id=19284

Seems like problem with KJ is solved. Now waiting for https://github.com/sandstorm-io/capnproto/pull/199 to export original repo as a git submodule.

The other way to initialize reload - is 'inotify'ing the config file. But it's a linux-specific way. Need something for Mac too.

On Mac we can use kqueue with EVFILT_VNODE: http://www.freebsd.org/cgi/man.cgi?query=kqueue&sektion=2

Is it related with https://github.com/pytest-dev/pytest/issues/6887 ?