Sergey Lerg
Sergey Lerg
**Task (REQUIRED):** Develop a new editor from the ground up based on a more approachable GUI toolkit. **Expected outcome (REQUIRED):** New editor is available. The current editor based on Clojure...
Yandex released a new version of their SDK, plus Defold has been updated so I tried building again with Defold 1.9.1 beta and YandexMobileAds 7.1.1 It still doesn't build but...
Teal supports requiring regular Lua file given that a special definition file is created. For instance test.lua ```language-lua local M = {} local a local b a = 5 b...
1. Create a teal file some.tl 2. Run project 3. Delete some.tl 4. Run project 5. Get an error ``` The file '/main/some.tl' could not be found. ```
Currently the default value is used. To optimize the memory it would be nice to have an option to set this count by code. A good place would be an...