Milind Gupta

Results 8 comments of Milind Gupta

I tried this and compiled the dll file but somehow not able to load it in windows. I am using Lua 5.3. When I require alien then I get the...

The problem was that libffi.dll was not in the path so it was not able to find it. Once I put that in there it worked.

Fixed that. Now arrays can be specified through table.pack.

Hi, It would be much more efficient to compile the string bits into a table array and then use table.concat in the end rather than concatenating the strings at each...

> > @appgurueu Is there a reason for your abrupt and occasionally hostile behavior? > > You're coming off as unnecessarily rude. > > I'm not sure what you consider...

It seems the error is because the token parser does not know how to handle "..."?

I created a pull request #11 where it seems to be fixed.

Hi, Was looking for this feature and ended up here. I was thinking to have a plugin to manage clicks but haven't checked the plugin API code file. If it's...