Phillip Copley
Phillip Copley
Following your tutorial in [Part Two](http://www.codeproject.com/Articles/806500/Getting-started-with-AngularJS-and-ASP-NET-MVC-P), it is a requirement to add a specific route for every controller action. Is there no better way to remove the hash from the...
Updates remote URL regex to match on GitHub, GitHub Enterprise, and local git repositories. ## Current Behavior Currently the regular expression will only match URLs beginning with `github.com` ## Expected...
### Current Behavior `getGitHubRepoSlug()` in `/nx/packages/nx/src/command-line/release/utils/github.ts` returns an error when `origin` is in a GitHub Enterprise or local git instance. ### Expected Behavior `getGitHubRepoSlug()` in `/nx/packages/nx/src/command-line/release/utils/github.ts` should return the repository...