John Sanderson
John Sanderson
Performing an npm install on windows 8 64 bit fails with the following error: ``` QtCore4.lib(QtCore4.dll) : fatal error LNK1112: module machine type 'X86' conflicts with target machine type 'x64'...
It's not currently possible to rewire a file where the exports have been wrapped with `Object.freeze()` as the `__get__` & `__set__` methods cannot be added. Would it be possible for...
Hey, I wanted to grab a dev build of this, and it seems you need to accept a license on your Jenkins box in order for it to build! ```...
I'm experiencing channels crashing occasionally, and I decided to check logcat to see if anything stood out. However, it seems like your crash reporting library is failing to send reports...
I'm trying to implement handlers on the following events: - newSession - resumeSession - OCSPRequest but they do not seem to be emitted as expected. I'm running iojs 1.2.0 and...
Hi, Similar to #164, If a document in a collection contains Infinity (or -Infinity) the page load will fail when trying to list the collection. An inspection of the request...
I can't seem to find a way of including a doctype in an outputted document. For example here (http://wiki.xmltv.org/index.php/XMLTVFormat): ```xml ... ```