Jason Voegele

Results 2 issues of Jason Voegele

We are using Hound with chrome_driver, and many of our feature tests fail due to calls to `navigate_to` returning `{:error, :timeout}`. By watching the Chrome window that Hound is driving,...

The previous implementation of `iterate-dir` was not lazy and would eagerly traverse the entire directory hierarchy and load it all into memory. Because it was eager, the entire directory tree...