Vinicius Jarina

Results 70 comments of Vinicius Jarina

I am having the same issue but with "MacOS" `Unable to resolve binary package for version "0.0.0-SHA9a9ac7b424fa30e2dd83ebf9bcc5dd1490481962" and platform "MacOS", falling back to source version Creating and emptying /Users/viniciusjarina/.config/.protobuild-tools/5f431c21eaee8097b9dca0bdc847c946f66faff1 Installing...

Yes, deploying binaries on linux have been always painful. If you know a better and portable way please feel free to send a PR. I know some libraries build using...

Indeed NLua/KeraLua lacks a good documentation. I have tried to doc every method using /// so the intelisense and the KeraLua.xml should be a good start Take a look at...

It seems you are missing NUnit nuget package Did you restore your solution? Take a look on the CI script https://github.com/NLua/KeraLua/blob/main/.travis.yml#L16 And remember to init the submodules since the native...

Can you write a small test case that works on 1.3.x and fails on the lastest?

Try to use `GetLong` https://github.com/NLua/NLua/blob/master/tests/src/LuaTests.cs#L2655

Well AFAIK Lua integers are always 64 bits the sign shouldn't matter for bitwise operations. What happen if you assign the value to a variable and call `GetLong` instead of...

I agree with you. 😢 Unfortunately I have been working on this project only on my free time. You can start a wiki or a documentation that would help a...

If someone from community improve the docs I will be happy to publish the markdowns at Wiki here

I am not sure what you trying to do. But you can pass any C# `object` to Lua context using the `[]`