leaf

Results 381 comments of leaf
trafficstars

This is a limitation of Lua, meta-methods are fetched with rawget, so the metatable of a metatable is not used: ``` lua local mt = { __tostring = function() return...

Correct, this was before __inherited. There's still the question of whether it should copy the metamethods by default.

btw `__inherited` is inherited, unlike the Lua metamethods. So typically you would implement the functionality in a base class and not have to duplicate it anywhere else

Why are you using `www.` in the first place? Is it written anywhere? > This can cause problems if the browser does not redirect https://www.luarocks.org to https://luarocks.org. Both Chrome and...

Thanks, I fixed the link on the luarocks github repo

It's written as "-100% off", which would be equivalent to "100% more"

This is now fixed

Just to save people's sanity: The Johnrobmiller account has to be a troll or just someone with some serious issues. Just looking through some of their other issues and it's...

Unfortunately at this time we don't have plans to have our server making HTTP requests to random other people's servers, so if the current implementation doesn't fit your needs then...

Do you need to read the `window.location` field directly or if you had a API to get parameters would it work? I'm thinking we'll expose an API that web games...