John Wright
John Wright
Just learnt something about using `setTimeout` within atom code: https://github.com/atom/atom/blob/master/spec/spec-helper.coffee#L186 😠took me a while to figure out that clocked functions are spies within tests. You need to use the...
Finally got all the tests working :) Pretty much ready for a review now.
Cool. No worries.
Interesting point. I think the options would be: 1. Open a request to the x2js library to configure "ignoring" invalid tags rather than failing. Then turn this on by default...
I've opened a [request with x2js](https://code.google.com/p/x2js/issues/detail?id=35).
Looks like there's no response from them. Guess we'll have to create the service ourselves.
Agreed, having a condition there is probably a good idea. There may be some other kind of duck typing you can check on the error.
@guyellis, as the PR contains a breaking change the runtypes team will release in the next major version. They'll have a better idea when that'll be. If you're desperate to...
Excellent. Thanks. I'm going to leave the following example here, just in case someone else has the same problem: ```javascript var connection = new autobahn.Connection({ transports: [{ type: 'rawsocket', port:...
Thanks @joelparkerhenderson. > use git for-each-ref and look up each branch's upstream setting with git rev-parse, but that's probably overkill. In that same post is an example of using `git...