Nate Rutman
Nate Rutman
I also added a [pull request](https://github.com/chieffancypants/angular-loading-bar/pull/88).
@joshperry, that solution would be great for situations where you have 3 requests and then 2 of those requests fire 2 more. But we have situations where one request starts,...
I experienced this problem because I was trying to use relative directories for `scss` and `css` like `../style/css`. My solution was to set `project` to something like `path.join(__dirname, '../')` and...
I'd also love this. It seems like the functionality already exists on a schedule. A "Run now" button should be pretty simple as it would just trigger the same flow...
I have uninstalled Better JavaScript and completed the step above to remove Javascript from the "ignored_packages" array, and I'm still getting the error. Where does Better JavaScript put the reference...
Turns out the issue was that I had a JS file open whenever Sublime would open...resetting the syntax highlighting to something else, and then back to Javascript fixed the problem.
After days of trying to figure out why Prettier would not work properly, this was great. Thanks for finding this. Any thoughts on when a fix will be available?
Would really love this feature. +1
@dotansimha (or other core contributors), this issue has now been open for almost a year. Are there any plans to upgrade the code generator to use the most recent major...
@eddeee888 I have not come up against any errors simply because of the peer dependency. I consider a package outside of its stated peer dependencies as "unsupported" since the package...