Alex Fowler
Alex Fowler
Okay, I'll see if I will be able to get to that!
Ok, I've started it and I'm slowly progressing. I only work on it when I have spare time and I have to learn how IDEA language plugins work along the...
Cool! I am going to try to experiment and integrate some other language (as an experiment). Maybe I will be able to figure out how to do it with the...
Yes, it's different, but we need it for 1.15.2 anyways! Without this library CC-Tweaked is pretty much a thing in itself except for maybe the turtles, but their scope is...
Maybe needs a rename to 1.16 :D
Much better than nothing! This is a working solution. And considering that the `args` variable is not used often, making this obvious call is even better, which will also remove...
@zaoqi could you clarify a couple of questions? 1. which exactly `local` do you remove so that you are getting this error? 2. how do you load `lang$luaj` and what...
Backwards-compatibility can be a problem in some cases, but the Lua world does a great deal of effort to minimize this and almost any library works for both Lua versions,...
Confirming. This, for example, breaks https://github.com/bakpakin/Fennel The fix that I am using is in the base method of `LuaString.scanlong()`: private double scanlong( int base, int start, int end ) {...
I'm not sure that this is possible with LuaJ, but I remember that Rembulan was compiling Lua to native Java bytecode. However, I am not sure if that's what you...