Ben Clinkinbeard

Results 15 comments of Ben Clinkinbeard

> Ben, alternatively you could declare this project as no longer interesting to you. :) I think that is kind of where I'm at. :) Happy to add maintainers of...

+1 for ignoring node_modules by default. My guess is that the vast majority of projects want to watch their entire source tree, and nobody (sane) wants to watch node_modules. Would...

I see similar warnings/errors with Node `v0.10.26`, and have issues trying to use gaze 0.6.4 ``` > node-gyp rebuild CXX(target) Release/obj.target/pathwatcher/src/main.o CXX(target) Release/obj.target/pathwatcher/src/common.o CXX(target) Release/obj.target/pathwatcher/src/handle_map.o ../src/handle_map.cc:41:3: warning: 'NanDispose' is deprecated...

I realize this is not terribly helpful without a repro example, but I was having issues getting notified of changes to files added to the watch list after initial creation...

Should I take this to mean you'd rather keep the defs in DefinitelyTyped? :)

If you use slashes as the separators this would "just work" with a couple of pretty minor changes to the code. The relevant controller generating code is currently this: ```...

I'm seeing some weird coordinates issues with `elementHandle.screenshot()` in 1.3 as well. I have a script that captures the code blocks from all of my blog pages and for one...

I'm also seeing weirdness that is not just coordinate offsets. It's hard to tell in the GitHub UI but there is a big white bar at the top of the...

I solved my problem. Several concurrent calls to `elementHandle.screenshot()` is apparently not feasible, which makes sense when you slow it down and see how it works. I made the following...