IAMtheIAM

Results 85 comments of IAMtheIAM

Upon research and talking with my developer friend, I agree that a new [docs branch](https://github.com/IAMtheIAM/angular2-webpack2-dotnet-starter/tree/docs) is the best strategy. I have created it and merged all changes from master into...

The only part that will be a bit cumbersome is that you'll have to make your change in `barebones` branch, then copy and paste the same file change to `docs`...

I worked on the `barebones` branch today, adding a node based API server which returns a valid JWT after logging in. username: admin, password: admin. Do an `npm install` again...

You're welcome. I've been thinking about it and I want to use a new branch strategy. I'll rename the `docs` branch to `dev` and leave it unprotected - this way...

Yes, exactly. Sweet, I'll do that now.

Hi. You can check https://github.com/xFFFFF/Gekko-strategies for some strategies. Gekko is a working Bot Platform, but it requires a good strategy to be successful. Do you have your own strategy that...

I will have to find some. But it seems more intuitive to me.For the first issue. The second issue is a bug, because it will autocomplete the first item even...

Please continue development, this is a great idea!

When I try to load normalize.scss - I'm getting the same bug - output-rhythm mixin missing. Using this version: https://github.com/JohnAlbin/normalize-scss

I found that I can do this: ``` "selector-pseudo-element-no-unknown": [true, { "ignorePseudoElements": ["ng-deep"] }], ``` But I did not understand this clearly from the documentation. It would be really helpful...