Přemek Vyhnal

Results 21 issues of Přemek Vyhnal

The example was resulting in an error: Expected an "-else:" clause here...

If my understanding is correct the `choiceText` was removed and now it's displayed with the following `story.Continue()` call

is logical operators (and, or, &&, ||) precedence intentionally the same? Left to right? I think usually 'and' has higher precedence than 'or'. But maybe left to right is more...

I was trying to figure out how many decimal places are printed for floats and it seems to be a bit inconsistent, some examples below: ``` 0.9999999 = {0.9999999} 0.99999991...

Inky version: 0.14.1 ink version: 1.1.1 inkjs version: 2.1.0 ink: ``` {1/0} ``` output: ``` Ink compiler had an unexpected error ☹ Unhandled exception. Ink compiler had an unexpected error...

I tried to install from sources on Debian and without knowing of `go install` I first started the installation using `make`, so I dont know if this is related only...

Using `window.resizable=true` in `conf.lua` does result in 1x1px canvas on the html page ``` function love.conf(t) t.window.fullscreen = false t.window.fullscreentype = "desktop" t.window.width = 700 t.window.height = 500 t.window.resizable =...

Closes #6 Hi, I see you added 'initial support for incompatible versions', please let me know if I can use it (or if I should make any changes in my...

Hi, thank you for this project, I'm working on an ink implementation in lua. So far it's very minimal. I find the set of tests / examples in this project...