ParadiseFallen
ParadiseFallen
UPD: what i found is: https://github.com/NLua/NLua/blob/main/tests/src/LuaTests.cs#L252 so basically you need to set context of delegate if you change to `LuaEngine.RegisterFunction("require", this, LoadHook);` it dosent crash at least, btw extensions is:...
after researching found that in hook enough just to `DoString` and pass chunk there. But there is huge mistake. Default require method in lua use cache inside lua. if ill...
@Hi-ImKyle with `RegisterFunction` i have for some reason many override like `f:BeginInvoke()` and others. wiered behaviour
how i can impliment it myself?
@kevin-carroll i want generic method so it return IQueryable.
@kevin-carroll yeah. i want to write some custom endpoint invocator that can chech is it IQueryable and contains attribute like [EnablePagination] so it can apply pagination on top of already...
its kinda 50/50 chance of breaking it