NDev
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
Created Show merge-base diff
AnsweredFor a long time I have been trying to have the Git UI in JB IDE (WebStorm in my case) address one of most typical scenarios I am falling into: getting an all-in-one diff of a branch that I have no ... -
Created Problem using an app password from Bitbucket account
I am having problem on my 2016.3.2/Win with setting up an app password with my Bitbucket account. Randomly, when I do a git push, WS nags me to provide the settings repo credentials and suggests to... -
Created Check mark next to stylus file
Could someone please explain what made this check mark appear next to this one particular file? Or point me to an appropriate help page on that... I regret there is no tooltip above it, at least o... -
Created Angular 2: syntax highlight on providers from factory
I am using the following provider: providers: [ { provide: Http, useFactory: (backend: XHRBackend, defaultOptions: RequestOptions) => { return new HttpWithAuth(backend, defaultOptions);... -
Created Angular2's ViewChildren decorator with QueryList - unknown type for IDE
Hi In Angular 2 (in WebStorm obviously) I am trying to use the `@ViewChildren` decorator to count the child instances of certain type. @ViewChildren(StepComponent) steps: QueryList<StepComponent>; ...