Enn3Developer
Enn3Developer
yes, but Clue didn't report it during compilation, that's my point
Is it really helpful and necessary? As I see it, Clue is like C code and Lua machine code, you need the comments in the original code (so inside the...
I think in this case it is better to develop a library in Clue with all the comments and everything else and from Lua use the compiled version of that...
Yeah, prob after the type system
nah, maybe I'll do this one after I'm finished with the optimizations
Not the author, just an outsider (the author seems to have abandoned answering the issues) did you run the script from the folder where `configs/` is contained?
Managed to reproduce the bug and the fix was to uncomment the line: ```java GLFW.glfwWindowHint(GLFW_FOCUSED, GLFW_FALSE); ``` in `WindowMixin.java`
> Afaik apparently this issue only occurs with Ubuntu Is this actually the case? Or does it also occur with other distros? I'm using Solus KDE and I reproduced it