Othy
Othy
In a first attempt to go multiwin, the GraphicsState must be able to be swap from a previously current context to a new current context. As it's only relevant for...
fix #37 . The issue was the lowercase step, as "experienceSpent" will always become "experiencespent". It's a hotfix, I think a better solution will be to &° change everything to...
When I dive into the code it looks like the displayed is always the one with spent, like if [experience x] act as [experienceSpent x], and the later don't work.
# Origin of the PR This PR is more like a fun addition to LiveScript. I always wonder why an equivalent to the CoffeeScript `cake` command doesn't exist un LiveScript,...
# Origin of the PR The main issues I found with the makefile: - **not cross platform:** even if make can work on Windows the makefile use linux commands and...
The issue: When running the test script in `scripts/test` on Windows some tests failed because of some paths. The two paths are: - for `runtime-error.ls`, there is a carriage return...
It looks like there's two event fired when using double click the interface.  I don't know if it's the supposed behavior of it's a bug, but it seems to...