Paul Grimshaw

Results 4 issues of Paul Grimshaw

Unless I comment out the emulator call, I get an error on the line below: ``` javascript // listMarketBook post-processing // orderProjection and matchedProjection are filled by emulator // for...

I may be missing something, but to get this library working I needed to change the paths in index.js to: ``` javascript var BetfairSession = require('./src/lib/betfair_session'); exports.newSession = function (appKey,...

Could we make this class public? It is a useful one to be able to inherit from and add as a custom tag (have tested successfully)

I've written a test to replicate this problem - this would be really useful functionality for us. ``` /// /// Testing with Dynamic object. /// [TestMethod] public void TestCompile_DynamicObject_RendersCorrectly() {...