Russell Jenkins

Results 43 comments of Russell Jenkins

On 30/10/2015 6:45 pm, Vernon wrote: > @xsawyerx https://github.com/xsawyerx Regarding |error.css|: > > ``` > Maybe we can introduce a way in |dancer2| to update your static > files if...

Thanks @alexsorinpop ! Looks ok and matches rfc3986. This also decodes route params to characters (which is desirable). We should add tests for this to make it explicit. I'm (slowly)...

@kal247 sorry for taking several months to respond. There are several tests in the test suite that rely on `set views => ...`. Could you elaborate (say, with a short...

When you do `use Foo; use Dancer2;` (or vice versa) there are TWO dancer "apps". One from the `Foo` namespace, the other from whatever namespace is running that code (possibly...

How much "configuration" does your app have ? You can define the settings inline: ``` package MyApp; use Dancer2; set foo => $ENV{FOO} // 'default-foo'; set bar => { baz...

@basbloemsaat sorry for being tardy with a response - I've got another 10 or so days of work I need to get finished before I can give this further thought...

Closing this; The `:master` branch in the remote repo has other changes beyond the original PR.

@simonwistow anything we can do to help resolve this ? eg making a PR from @michal-josef-spacek patch from [156367](https://rt.cpan.org/Public/Bug/Display.html?id=156367)