Sawyer X

Results 167 comments of Sawyer X

I like that suggestion very much! I'll use that.

What isn't discussed here yet is deprecating the existing Manual. This should effectively replace it. We would still keep the deployment doc, the migration doc, and an index of all...

Okay I want to push this forward. I realized we still have the old documentation in and I keep pointing to these commits as a more readable documentation. What is...

Here's an updated list of what this branch still needs to have in order to remove `Dancer2::Manual`: - [ ] Document the rest of the hooks - [ ] Document...

I only have two problems: 1. I don't want to merge this and to lose documentation for stuff I listed. 2. I want additional documentation to take the ideas I...

I can rebase this branch as well.

While this can be merged as-is, it is orthogonal to the rewritten documentation available in #1069 which I am now reviewing, refreshing, and updating. The plan is for the new...

To this I would add that plugins currently require the namespace starting with `Dancer2::Plugin::`. I would be happy to resolve that too.

Oh yeah, I forgot about that. But I think there are still additional hard-coded entries for it: * [Here](https://github.com/PerlDancer/Dancer2/blob/master/lib/Dancer2/Plugin.pm#L33) * [Here](https://github.com/PerlDancer/Dancer2/blob/master/lib/Dancer2/Plugin.pm#L57) * [Here](https://github.com/PerlDancer/Dancer2/blob/master/lib/Dancer2/Plugin.pm#L76) The call for `isa` should be okay...