Jason A. Crome

Results 72 comments of Jason A. Crome

Ready for release. Thanks everyone!

@LorenzoTa I'd entertain a PR for documentation about this. The code is there, the docs are not. Feel free to send a PR for the current docs, or look at...

#1683 was created to address this.

@d5ve seconding what @racke is saying here. You'd be better served by putting code that is used in Dancer2 and cron scrips in some sort of model layer, be it...

Thanks for explaining your use case better. I understand your "why" better now, but it's not a use that we necessarily constructed Dancer2 for. That being said, we might be...

I feel dirty even suggesting this, however: You could look at something like `Module::Runtime` to conditionally load `Dancer2::Plugin::Deferred` when run from the web, and not from cron. We have an...

@abeverley I chatted with @veryrusty and I'm happy to merge this with his proposed change. If you could incorporate it in your PR that would be a huge help. I...

I'm unsure offhand, but will take a look as I am working with it this weekend.

I took tests from @abeverley's PR, reversed the TT portion of the PR, and instead applied the patch suggested by @veryrusty in the discussion so that all template engines receive...

@veryrusty and @SysPete - penny for your thoughts? Thank you!