leaf

Results 388 comments of leaf

Ah, sorry, completely forgot about this issue. I still use it but I've been using the dev rockspec. I'm going to release a screencast about deploying lapis to heroku soon...

Currently the whole thing is just static files, there is no server side logic. I wouldn't be opposed to having a little PHP script on the server though for dynamically...

Sure, the change should be really easy, just a couple lines. (Also features requests are okay for the issue tracker) Looks like it's mostly set up, I just forgot to...

I added it to the standalone pages, I'll need to add a better way to integrate it with the main page though. Example: http://compohub.net/jams/2014/mini-ludum-dare-48/

Did you use the custom RSS feed generator functionality or would a rss feed of every jam be okay?

I do have this form: https://docs.google.com/forms/d/1c2UrXfRdJm723fv7kJY0BG7eOCg8nC9eNp-fARe6aqE/viewform But I think a form that outputs json great idea and will simplify things for me, I'll look in to creating something.

Thanks Roland!

In this case shouldn't the arguments to calc be left alone and not evaluated? There's no way to evaluate 100% - 80px ahead of time.

No, the correct fix is to look for `calc` function calls, and disable all expressions from being evaluated inside of them.