BW

Results 8 comments of BW

it'd be nice to not have to publish under a different name. @jamiesteven any chance you can merge this and bump version in npm? or make me a collaborator on...

any update here?

``` ensureLowercase = (req, res, next) -> url = req._parsedUrl if /[A-Z]/.test url.pathname url.search ?= '' res.redirect 301, "#{url.pathname.toLowerCase()}#{url.search}" else next() ```

jquery deep extend can't be used directly. ``` javascript $.extend(true, [1, 2, 3, 4, 5, 6], [7, 8, 9]) [7, 8, 9, 4, 5, 6] ``` I was unaware this...

+1. just ran into this

worked for me as well. thanks vergun