lapis-console icon indicating copy to clipboard operation
lapis-console copied to clipboard

Interactive console for working with Lapis

Results 5 lapis-console issues
Sort by recently updated
recently updated
newest added

I just installed lapis-console and it responds with "Ready" to every "Run", but doesn't print or execute anything. In browser console a message "TypeError: _ref is undefined" appears and the...

Was going to ask how I might go about this, but figured out something that works, so I'm posting this here for reference if anyone else wishes to try to...

When pressing the run button, it sends the ?lang=moonscript parameter. How can I configure the console to use ?lang=lua ?

Modified `init.moon` to add the missing code to handle the `'lua'` POST param. For Lua to work you need to change line 36 inside `console/assets/main_js.lua` .

As a lua newbie it took me quite a while to work out what the issue was. As everything seems to load fine, except when you run your code and...