Hisham Muhammad
Hisham Muhammad
Thanks for the feedback, but indeed this won't be implemented due to the reasons described by @alerque above.
@jirutka Because in the manifest file format each module name maps to a single file, like this: ```lua ["0.4.1.53-1"] = { { arch = "installed", commands = {}, dependencies =...
@Yang-XL Can you upgrade LuaRocks to the latest version and see if the problem persists?
Yeah, this behavior is not accidental, there is code in the type checker that explicitly accepts an array `{T}` as a `{integer:T}` map. My original rationale is that people coming...
I don't know for sure, @leafo will know better, but I think what happens is that the metadata, including labels, is only picked up the first time you upload a...
Same thing is happening with Awesome on Ubuntu 22.04. I've installed Awesome via the distro's package and I'm starting it using Ubuntu's default display manager, so I'm not sure how...
@actionless Agreed! An app shouldn't be segfaulting, regardless of the window manager they're running in.
> However, maybe we should be deprecating the compat-5.3 project and creating a compat-5.4? Makes sense to me! > I haven't had a closer look at the API changes, yet,...
@daurnimator I followed the patterns used to load the string packing functions, and also tried to make it conditional to PUC-Rio Lua 5.1 only via ifdefs. The idea is that...
* What's your version of LuaRocks and how did you install it? * What's your version of Lua and how did you install it? * What are the contents of...