Mike Tunnicliffe

Results 26 comments of Mike Tunnicliffe

From what I can tell from a somewhat naive look through the code `now()` and the corresponding `ScalarColumnExpression` it creates are intended for use as filters in queries. I'm not...

This is definitely causing problems, and I think we should look at fixing this by changing the package name and/or the the type name for the middleware.

Would something like this be considered a reasonable back-compatible solution? ``` diff diff --git a/lib/application.js b/lib/application.js index 0ee4def..47e573a 100644 --- a/lib/application.js +++ b/lib/application.js @@ -76,6 +76,7 @@ app.defaultConfiguration = function...

@dougwilson That's fine by me. I assume the next step is to raise a pull request against pillarjs/router then (with a forward-looking change)?

@dougwilson Arg, so many issues relate to the router I think my brain went on autopilot. Although, I thought this change might be in application.js because I expected that the...

> The reason I only suggested it wait for 5 is because there is a bunch of work around it. If it were to change, it should be made configurable....