Imagic
Imagic
Hi, Is it planned to properly integrate LuaJIT 2.1 by including all its Lua modules (`jit.*`) on all supported platforms ? I think this has been an overlook of previous...
I suspect this is because of a bad interaction of multi/single-threaded signal handling between [Audio.cpp:105](https://github.com/love2d/love/blob/main/src/modules/audio/openal/Audio.cpp#L105) and [lj_profile.c:191](https://github.com/LuaJIT/LuaJIT/blob/v2.1/src/lj_profile.c#L191), causing the SIGPROF signal from not being received. A workaround is to disable...
Hi, For pure Lua modules with lot of files/sub-directories, where the directory structure (sanely) matches the Lua modules structure, writing manually every single file path is redundant and error prone...
Hi, is there a way to limit the FPS with a hard limit or using v-sync ?
Hi, Currently the async watcher API doesn't seem to handle the use case of multi-threading synchronization (waking up the event loop from a different thread). Could it be implemented with...
I couldn't get the tests to work (wrote one anyway), but I did manual testing and integration into an existing project without issues. (from https://github.com/brimworks/lua-ev/issues/25)
Let the user provide its own meta-methods, which can *then* be an xtype multifunction.