Alex Padula
Alex Padula
#### Environment details - OS: Windows 10 - Node.js version: tried both 6.11.5 & 8.11.4, with an without nvm (windows repo) - npm version: 5.6.0 - @google-cloud/functions-emulator version: latest -...
How to reproduce: `pip install greedypacker` ``` import greedypacker packer = greedypacker.BinManager(canvas[0], canvas[1], pack_algo='shelf', heuristic='best_width_fit', wastemap=True, rotation=True) ``` ``` Traceback (most recent call last): File "C:/Users/---/PycharmProjects/---/test.py", line 9, in pack_test...
This extract is from [Mweiso.lud](https://github.com/Ludeme/Ludii/blob/83ed708510f60f47d9b5c3d037acc33c911289ab/Common/res/lud/board/sow/four_rows/Mweiso.lud#L96) ``` and { if:(if ("SameTurn") (< 0 (count at:(from))) (< 1 (count at:(from))) ) (is In (from) (sites {(mapEntry "LeftMostOuter" Mover) (mapEntry "SecondLeftInner" Mover)})) (is...
`Grammar.grammar().symbols()` does not contain the Step symbol's returnType. For example ``` Symbol moveStepType = Grammar.grammar().symbolsByName("MoveStepType").get(0); Symbol step = Grammar.grammar().symbolsByName("Step").get(2); List symbols = Grammar.grammar().symbols(); System.out.println("is " + moveStepType + " in...