Ranieri Althoff
Ranieri Althoff
Is there anything you can't do with [lua-http](https://daurnimator.github.io/lua-http/0.4/)? I understand the appeal, but don't feel like reinventing the wheel for something so fundamental as HTTP. `lua-http` has the added benefit...
What's the use case?
> Honestly, I thought of using it in a system that I developed using AntiBot, in which it opens its own chat to verify this. Without this new function, the...
I doubt enough people use raw TFS without changes to warrant maintaining this.
People can always use Docker for that, which is way easier, and works in every distro. > Doesn't cost us anything to keep it here. I can see it does...
Sorry missclicked
@EvilHero90 we can't merge this right now because it implies dropping LuaJIT support, but we can do it for the next release cycle
> On top of that I have additional bias to have it in the creature files to make it easier for my monster converter to work. How does it work...
@nekiro is right, if you're going to change to a shared ptr, you must change it _everywhere_ or you will get nasty double frees
Definitely related to Lua 5.4, since it separated floating point numbers from integers and we only push floating point due to LuaJIT not supporting integers. The easy solution is to...