Shaun Burdick
Shaun Burdick
I ran into an issue using this library with the newest version of Typescript and ts-node (tsc: 2.2.2, ts-node: 3.0.2, node: 7.8.0) The resulting Parser.ts was using the *Context classes...
When building the path for the router, the starting slash can be optional
Add the ability to response with an object that defines a response code ```typescript import { Controller, Get, Ctx } from 'trafficlight'; class MyController { @Get('/foo') foo(@Ctx() ctx): string {...
Added some code to check for NPM errors when running a command and reject the promise. (see #49) From the outside, `lernaupdate` seemed to be working happily, however there was...
It would be nice to save the app data so it is not lost on restart.
Add the ability to register a public calendar to a user to automatically set a user out of office.
## Value Statement **_As a_** Veteran **_I want to_** receive notifications if there is an issue with my submission **_So that_** I can address the issues and/or submit via another...