Sawyer X

Results 224 comments of Sawyer X

Okay, rebased and rewrote everything. Here is what we have now: ``` # Assuming this is run on localhost:5000 get 'test1' => '/:foo' => sub {1}; get 'test2' => '/*/**'...

Fixed all the tests.

Using it in templates is now supported as well: ``` [% request.uri_for_route( 'my_route_name', { 'foo' => 'bar' }, { 'id' => 4 } ) %] ``` (This is an example...

I appreciate your thorough review! > Thanks very much! > > Some points re. [b4707f0](https://github.com/PerlDancer/Dancer2/commit/b4707f05f7a023c68037be142c0437415aa3cb94)'s metadata: > > * the commit summary ends with a trailing colon --- is something...

> ` [% request.uri_for_route( 'my_route_name', { 'foo' => 'bar' }, { 'id' => 4 } ) %]` Done. Also updated the article. I think it's ready to merge.

@racke What do you think?

This is now officially resolved as implemented and released in version 1.1.0, available on CPAN. :)

I'm just hitting this now with the following case: ``` my $doc = PPI::Document->new(\"± values"); # $doc = undef ``` Is there a recommendation on how to handle this at...

@adamkennedy Good to hear from you. :) I wrote a harness script that runs Perl::Critic in parallel and I've just added a simple: `$critic->critique( \Path::Tiny::path($filename)->slurp_utf8 )` and it works perfectly....

We stalled on writing documentation for everything. :(