Hisham Muhammad

Results 635 comments of Hisham Muhammad

@sburke-ce are you able to upload using the `luarocks upload` CLI?

@jirutka I believe the only [differences in the rockspec format 3.0](https://github.com/luarocks/luarocks/blob/v3.5.0/src/luarocks/type/rockspec.lua#L99-L137) that are relevant to luapak are: * dependency names can take the form `user/module`, which means they are to...

Oh, btw, just remembered there's some code for multipart-encoding inside LuaRocks that may be useful! https://github.com/luarocks/luarocks/blob/master/src/luarocks/upload/multipart.lua Feel free to get as much as you want from it. :)

@kikito, can we have this for userdata only? It is unlikely that `__tostring` of userdata will ever be `inspect`, because that has no useful behavior. One out-of-the-box benefit of doing...

This is a welcome addition! :) > For now, I've deliberately chosen not to hide different / OS-specific behavior caused by the underlying implementation - e.g. Windows will not complain...

make sure you're using luafilesystem 1.8.0

Hi! Thanks for reporting. Unfortunately, we are limited to the precision of the information that the debug library of the running Lua implementation provides us. It does not report the...

Hi, thanks for contributing! This feature can only be added if the equivalent functionality is added to the Unix side of the code as well. It also needs update in...

Yes, we are aware. But this is kept around for backwards compatibility. A gazillion scripts out there depend on `lfs` and assume that it sets the global so we can't...

Hi! Can you send the change as a GitHub Pull Request so it's easier to review and merge? If you're new to making pull requests, here's a tutorial! :) http://hisham.hm/2016/01/01/how-to-make-a-pull-request-on-github-a-quick-tutorial/...