Jack Barry

Results 47 comments of Jack Barry

I'd like to add to the suggestions here, since my request affects the same part of the docs. I'd like to request that the suggested script be changed from `git...

I'm also trying to figure this one out. Basically I'd like to be able to implement a helper that listens for an event, then runs a `try/catch` block to respond...

I think @colinskow has the right idea here - Spectron seems good for a more high level e2e type of test, like what you would expect to happen from the...

Any updates on this one? Would love to use async/await with these methods

Did find a workaround for this - didn't want to go so far as adding Bluebird so just did a manual Promise for it: ```ts async function getData() { return...

@jviotti Would love to contribute! I figured they'd need to be implemented in a way that wouldn't be a breaking change. Might take me a few weeks to get around...

This one is a little frustrating for me. Using `--no-cache` fixes the test, but if I'm using it in conjunction with `--watch` then changes aren't picked up as I make...

@couellet For me it was a matter of giving up on keeping my TypeScript in a separate file, and might have also been partly due to pulling in updated dependencies....

Hey @stuartambient and @enricoschaaf, looks like we're all at about the same point in the book. Would either of you be interested in starting a Gitter or something like that...

@lmammino That should work, I didn't even know about that feature in GitHub. That should make it easier for anyone using this resource to participate without having to have an...