Eduardo Bart

Results 64 comments of Eduardo Bart

@linsir Read the docs of `include_in` at http://leafo.net/lapis/reference/models.html I want to note that for this issue I am currently using `relations` with fields `fetch` and `preload` set and doing manual...

You can already specify charset using driver options in `resty_mysql` field as seen in this commit (master only atm) https://github.com/leafo/lapis/commit/ff23e41dd4baa818a6334bf92fc037c75ff73739

Your test case does not contain enough to reproduce. But that is happening likely due to some misuse, moving implementation to a `.cpp` is allowed. Minicoro has been used and...

So this is not really a bug, just waste of stack space. What about the x64 shadow space? At line https://github.com/edubart/minicoro/blob/main/minicoro.h#L666 Maybe 128 bytes is a waste on Linux, but...

Related to https://github.com/luvit/luvit/issues/986

This is possible, but would need a lot of reworks. First you would need to port (or find it ported) all otclient dependencies (openal, boost, openssl, lua51, libogg, libvorbis, glew,...

@HeavenIsLost please only english here, what you said is also not related with this RFC, but there is a long topic regarding that in otland and at [this page](https://otland.net/threads/otclient-graphics-discussion-anyone-out-there-more-knowledgeable-than-me.244015/page-6) I...

I voting to @diath be the project maintainer for now if he want, as he have done some quality PRs recently.

Otclient requires lua 5.1 because the function setfenv() is used by the modules system for sandboxing script variables. Either install lua5.1 in fedora or downgrade your lua to 5.1, usually...

Indeed it's a bug, the fix could be much simplified and cleaner by using a ```rawget(object, signal)``` and no additional methods, but I will leave it for you guys to...