Karel

Results 3 issues of Karel

Defining a [<symbol />](https://developer.mozilla.org/cs/docs/Web/SVG/Element/symbol#Example) would be a great way of reducing the size of an SVG result. E.g. the [Sierpiński](http://giovineitalia.github.io/Compose.jl/latest/#Compose-can-produce-arbitrary-directed-graphs-1) example can be reduced from 38,887 bytes down to 1640...

After defining a sequence of functions like: ```elm nest = (,,,,,,,,) n0 = nest n1 = nest n0 n0 n0 n0 n0 n0 n0 n0 n0 -- sorry, I didn't...

Passing the context to `evalHandler` (contrary to its signature) makes the request parameter unreachable in the evaluated code. https://github.com/namshi/mockserver/blob/39b3e8df58659214a2ecd48aa1d07983bdbdb2c4/handlers/evalHandler.js#L1 https://github.com/namshi/mockserver/blob/39b3e8df58659214a2ecd48aa1d07983bdbdb2c4/mockserver.js#L84 https://github.com/namshi/mockserver/blob/39b3e8df58659214a2ecd48aa1d07983bdbdb2c4/mockserver.js#L110 So the following doesn't work, since `request` has here...