leaf

Results 379 comments of leaf
trafficstars

Before filters expect actions to be functions and not booleans, so that code would have to be uploaded. It might make more sense to load the actions when the application...

the error is saying that invalid arguments are being passed into ffmpeg. here's where that happens: https://github.com/leafo/gifine/blob/master/gifine/commands.moon#L94 If you have access to the code to edit then you can try...

This is something definitely worth adding: * There would need to be a way to assign and approve contributors from the web interface * The command line tool should be...

@dharness the time recording thing I'm planning will record in 30 second chunks, so if you do at least one thing per 30 seconds it will continue to record time...

The cache module is a thin layer over openresty's shared dictionary. If you want to try debugging it you can take a look in here: https://github.com/leafo/lapis/blob/master/lapis/nginx/cache.moon If you see cache...

Thanks for writing this idea out, I think long term a community run moderation system is the best way to go since I might not be available to clean stuff...

This sounds like an update for docs might be needed? And perhaps a better error message?

The name of the route doesn't affect precedence, it just probably happened to change the order the routes were stored in an array somewhere. There is no precedence rule for...

What path does homebrew install to? Maybe I can add it to one of the default search paths

@cycomachead You can use the LAPIS_OPENRESTY environment varibale to set the location of the openresty binary, but the symbolic link approach works too. https://github.com/leafo/lapis/blob/master/lapis/cmd/nginx.moon#L91