Nick Winter
Nick Winter
We were playing with this and realized that if the volume was too high, it wouldn't work. We had to lower the 1-threshold to 5000, increase the frame_length to 25,...
When I write an empty method in CodeCombat using Iota, I get the error, `Cannon read property 'expression' of undefined`. Is this the right issue for supporting empty methods, or...
When we get lists supported, will this code: ``` io coordinatesToBuy := list(list(0,0), list(1,1), list(2,2), list(3,3), list(4,4), list(5,5), list(6,6)) ``` ... be equivalent to this JavaScript? ``` javascript var coordinatesToBuy...