Martin Wells

Results 2 issues of Martin Wells

``` var textSched = later.parse.text('every 1 min'); var timer = later.setInterval(logTime, textSched); function logTime() { console.log(new Date()); } ``` results in: Thu Feb 04 2016 13:31:59 GMT-0800 (PST) Thu Feb...

Running with openFL inside PiratePig, I get: haxe Build.hxml -D simulator -cpp build/Debug-iphonesim -debug -D HXCPP_CLANG -D OBJC_ARC /usr/lib/haxe/lib/openfl-compatibility/1,0,0/nme/Loader.hx:14: characters 0-16 : Recursive typedef is not allowed /dev/nmexpro/nmex/Device.hx:4: lines 4-84...