Shaun Luttin

Results 6 issues of Shaun Luttin

1. In the Converter Parameters section, mention whether or not the `parameterExpression` must be within single quotes or not. `[expression] | [converterName]:[parameterExpression]` does not have single quotes around the expression...

Our app shows the HUB when a controller action returns a `View()` but not with when it returns `Json()`. - Does Glimpse support display of the HUB in actions that...

### Challenge Both myself and my team have experienced some confusion around choosing between named exports and default exports. ### On the one hand, official documentation suggests favoring export default....

Right now, there are unused or improperly categorized (dev, peer, normal) dependencies in package.json.

enhancement
refactoring

Mocha works when called on its own but fails when called via `jenkins-mocha`. In other words: ``` .\node_modules\.bin\mocha .\test\test-unit\*.js .\node_modules\.bin\jenkins-mocha .\test\test-unit\*.js