Austin
Austin
Per my convo with @christopherthielen, this project does not allow you to have the ability to use ng2 ui-router directives inside a ng2 component that has been downgraded. ## Example...
## Feature It would be great to have the ability to get the unread count via the hook. ```js const { unreadCount } = useIntercom(); ``` The primary driver behind...
Dear Okta Developers and PMs: This library along with the @okta/okta-signin-widget and @okta/okta-react have been version revving and introducing breaking changes ( for little to no reason ) quite frequently....
# Add Support for ES7/TypeScript Decorators Per my convo with @jsdevel on Gitter, I'd like to propose adding some implementation for decorators. ## Example **ZooController.ts** ``` javascript @controller({ // default...
https://github.com/pleerock/routing-controllers-koa-demo
Since Angular4 is out, it might be best to rename this project to `angular-grid` or `ngx-grid` to be more inline with standards.
`QueryParam`'s are not resolving to their types. Given the following: ``` @Post('/run/:id') async run(@QueryParam('async') isAsync: boolean = true): Promise { } ``` The property `isAsync` would resolve to `"false"` rather...
When I try to do tagging, sometimes the tags get removed or even mess up the phrase. See http://www.screencast.com/t/74ZiWpXPoaFV
When you have a lot of returns and it starts scrolling the overlay and textarea are out of sync. See: http://www.screencast.com/t/H5xCgnrM3Ubc