Frityet

Results 69 comments of Frityet

> I found this app while looking for this very feature. The reason is because I like to keep my dock hidden to maximize screen real estate. However, only way...

> This is odd because it should be getting those defines from your `lua.h` settings. Does this rockspec work? > > > > You can save this file as `compat53-0.12-1.rockspec`...

> This is odd because it should be getting those defines from your `lua.h` settings. Does this rockspec work? > > You can save this file as `compat53-0.12-1.rockspec` and run...

> Could you test it? You should be able to do that by fetching that branch and then running `luarocks make rockspecs/compat53-scm-0.rockspec`. Thank you!! Will do! Give me a moment

> the to-be-close feature of Lua is very important for this project, luajit doesn't have this feature, so it can't be ported. ah! Thanks for letting me know, im gonna...

> You just need to make a lua5.4 to luajit bytecode front end to do it, huge amount of work I was just going to replace where is with explicit...

> I think it's almost impossible to implement, the project also uses a lot of language features from higher versions of lua, and the underlying C++ layer is actually bee.lua,...

> > the to-be-close feature of Lua is very important for this project, luajit doesn't have this feature, so it can't be ported. > > > > The inexistence of...

> Thinking more about this, port to LuaJIT sounds like a nuclear option. If we take a step back and think about what motivates us to do this: we want...