Ross Hinkley

Results 18 comments of Ross Hinkley

I spent a little time with this: I _think_ what is happening is that the debugger is not going through the system-defined MIME types (there is an [option](https://cs.chromium.org/chromium/src/net/base/mime_util.cc?sq=package:chromium&rcl=1475162463&l=185) for skipping...

I am having the same problem as @genderup. I downgraded to v3, but I'm still having the same issue.

+1, and also a +1 for a (at least partial) list of tasks needed. I'd also be happy to pitch in. :)

I'll certainly look into it! I would have expected the file to get overwritten, too. I don't think there's a test case for this; I'll certainly have to add one....

Sorry for the protracted delay in responding: I _think_ this is probably an issue with how the download path is being set. I'll dig into this and see what comes...

Based on what you provided [here](https://github.com/segmentio/nightmare/issues/928#issuecomment-267980265), the download link is opening a temporary window. Nightmare does not support multiple windows out of the box just yet (see segmentio/nightmare#593). Multiwindow support...

Can you provide a minimal example? When I try to set the partition to null, the Nightmare IPC crashes.

An actual copy of the license? What are you asking for? It's under MIT, same as Nightmare.

Sometimes, if the files are very small, the download will complete prior to the download pausing, which can cause problems as the underlying Electron event is already disposed. When the...

Can you supply a reproduction script?