Jefferson González

Results 314 comments of Jefferson González

If defold is a lua library there gotta exists interface files that you can feed to the [lua language server:](https://github.com/sumneko/lua-language-server) Here is a sample sumneko server setup call for your...

> What's the point of having a lingua franca if everyone speaks their own dialect? so far is working with all plugins I have installed, the performance gains for some...

> There is also the problem that this targets Lua 5.3 while we target 5.4; I don't know how much that could affect things, tho. Yes, I searched the keplerproject...

Just for reference this [wiki page](http://wiki.luajit.org/NYI) list some stuff that is available on luajit 2.1 up to lua 5.3, even if minor it is good to know. Also, from the...

> To be clear, in case of discussion you @jgmdev and @adamharrison have the right to decide over these kind of discussions. Besides the inital process api implementation (which was...

Ok, i will try to keep this branch in sync with master by rebasing from time to time for those interested until master has enough incompatible code where it is...

Just in case as a work around I have noticed on my system doing this decreases cpu usage a lot: ```lua config.fps = 30 config.transitions = false ```

I did this locally but I think I mistakenly rewrote my backup and lost the changes while doing other stuff, hehehe

It was decided that luajit wasn't going to be supported anymore and newer builds will only be with regular lua, try latest pre-release dmg https://github.com/lite-xl/lite-xl/releases/tag/v2.1.0 and open new issue if...

> Don't know if this PR is the best solution, I don't see much gain on that incremental highlighter, maybe it is doing yield incorrectly since the highlighting on files...