Results 32 comments of Wii

> Before filters expect actions to be functions and not booleans by that you mean it expects them to be `type(action)=="function"` or just that you can call them? In the...

Maybe it would make sense to add a section to the documentation with best practices and recommendations. With all the strongly opinionated frameworks out there I can see how getting...

I second this. Lapis has good documentation for the basic stuff, but users are pretty much left to themselves with anything more complex than that, and figuring out all that...

By the way I assume these commits will all be squashed anyway, as there's no real point to keeping them around, so I'm not really trying to keep them atomic...

I actually have no idea. I went through the code and didn't find anything and I grepped for `version`, `53`, `5.3` and a few other combinations to see if there...

Well, for one because the MinGW version that changed it was released in the beginning of this month (Version 5.3, iirc). Other than that, no idea. if by "compiling under...

As a quick fix, adding the following at the end of the rockspec works: ```lua build.patches = { ['Fix mingw API change'] = [[ --- old/src/wsocket.h 2020-03-29 12:11:42.904053000 +0200 +++...

I just dug through the mingw project again and found that the typedef isn't new, but it used to be just `int` in the past and now changed to `unsigned...

@limjiregister there's literally a patch in one of my previous comments

If it was suposed to work, then it's a bug. If it doesn't, then it's a feature request. Either way I think it would make sense for it to be...