leaf

Results 383 comments of leaf
trafficstars

The usecase for this was a way to optimize generated moonscript that has ```lua --- some other code.... local hello hello = function() end -- some other code.... ``` The...

Checksums are here: https://www.lua.org/ftp/ and https://luajit.org/download.html

Thanks for the report. I'm not seeing an obvious name to access the OS version from the provided environment variables inside the gitlab runner. I'll keep looking, maybe we can...

I believe the labels functionality on the site was developed at a separate time from when labels were made available on the rockspec format, so they are currently not used....

Random, but enjoying this line from the HTML spec: ![image](https://user-images.githubusercontent.com/15198/197845407-55b8843b-29c5-45db-ba46-7aba43456e20.png)

I think people prefer to have readable code than compressed code. If we were going to compress the code, then we might as well compress it as much as possible....

I don't think inside parenthesis would be too difficult. I think I was going to first make it so you could add line breaks after binary operators.

You can use any operator to break to a new line now: ``` moon if hello == world and foo == bar print "yeah" ``` Not sure if that satisfies...

How do you think it should modify the code?

That won't work for functions that return multiple values, so a table would be needed