Connor O'Connor
Connor O'Connor
Whats the progress on this?
Not sure about a discord for NLua itself, but there is a very popular C# discord server: https://discord.gg/csharp
I've figured out how to prevent the default libraries from loading. ```cs using NLua; KeraLua.Lua klua = new KeraLua.Lua(false); Lua lua = new Lua(klua); ``` However my program crashes on...
Found an old discussion regarding this: #214 In this issue it's explained that this error is caused by NLua calling `luanet`. Someone asked why you'd want to even use this...
#436 I've created a PR to at least allow disabling of the standard libs via NLua's constructor. Still yet to figure out how to only enable specific libs. I think...
ping @viniciusjarina
This is a spam PR
ping @WardBenjamin
I dont really understand what you just said. Would you be willing to write up a little build guide? Or maybe update this repo to be build ready? Especially those...
Looks good. Thanks!