Fedor Zaitsev

Results 4 issues of Fedor Zaitsev

In this PR I am refactored current preset parsing system to make it easier to use and scale. ## Problems with current parsing 1. It uses enums which is not...

If you would try to build docker images on Mac using "make shell" command, you would get the following error message: date: illegal option -- I Solution: I have replaced...

This code from your examples gives me an error after calling collectgarbage('collect') LCS = require('LCS') Animal = LCS.class() function Animal:yell() print('Yelling!') end Dog = Animal:extends {name = nil} function Dog:init(name)...

Hi, how to compile lib? From a article from habrahabr.ru I read that I have to call cmake to build lib, however, in last commits CMakeLists.txt was deleted. I am...

enhancement