Chris Thielen

Results 15 issues of Chris Thielen

WIP

stale

When running in `-s` (single mode, for SPAs), requests for files with `.html` extensions are redirected with the `cleanUrls` option (i.e., `/foo.html` is redirected to `/foo`). However, when the serve-handler...

This conditional was always `true` because `(name !== -1)` is always `true` and thus `angularChainableNames.indexOf(true)` is always `true`

This adds typescript project references between the various modules that make up deck. Allows all the projects to be compiled at once using `tsc -b` from root, or `tsc -b...

https://github.com/ui-router/visualizer/blob/8287272926f51135e9f20b15b45a0c10c454dbf3/src/util/draggable.ts#L43 Should check for `e.button === 1` See: https://developer.mozilla.org/en-US/docs/Web/API/MouseEvent/button

bug

enhancement
help wanted

Note: yarn2 pnp will likely never be supported

Steps to reproduce - Navigate to angular app (for example, https://angular-ui.github.io/ui-router/sample/#/ ) - Close Dev Tools - Inspect an element - Select the $scope view - $scope data is not...

I think this allows tag to scan lines up to 1MB in length. Also, if the scanner gets an error, tag will print the error and exit. Fixes #49