leaf

Results 380 comments of leaf
trafficstars

So the reason why it exists the way it currently does it to avoid issues with circular dependencies. You may not have access to the value of the model yet....

I've been meaning to add a more formal way to reorganize the bodies of actions into separate modules, I pushed a patch that introduces a system that works just like...

@alexandrim0 > Is it possible to use 'capture_errors' handler with lazy loading of actions with the value true? No, you would instead have the `capture_errors` call directly in your action...

@alexandrim0 `handle_error` is designed for handling unexpected errors, and `capture_errors` is for handing expected errors. https://leafo.net/lapis/reference/exception_handling.html So, generally speaking the `handle_error` callback is for when a 500 error happens: An...

I can add a printout in the terminal. I don't think any of the command line tools the gui wraps give a good progress indicator

I haven't worked on streak club in ages, but I do want some kind of notification system as a reminder! If you want to work on something feel free, I...

If you want to contribute a haml feature file I'd be glad to take a look. I'm not using haml personally so I'm not too familiar with any of the...

At the moment it just copies the description the first time you upload the module, then you can edit it from the module's page.

Thanks, I'm on it. I figure that now that spammers have discovered the site we're going need to be checking more regularly. I'm going to code some moderation tools and...

The pages have been deleted but I still need to figure out how to add detection and prevention going forward since once spammers discover your site they don't give up.