Patryk Janik
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
Patryk Janik created a post, Sass file completion for nested elements (BEM) with webpack Sass Loader.
Hi,I'm importing styles from my external file as (webpack sass-loader) : import styles from './StylesFile.scss'; And inside of StylesFile.scss I have: .special-button { &__icon { color: blue; ... -
Patryk Janik created a post, ES6 maps in Typescript in Node.js
Hay, I made something like that : this.mapTest = new Map();this.mapTest.set('test', 'Im here');console.log(this.mapTest.get('test')); Unfortunattelly I put breakpoint after console log and my this... -
Patryk Janik commented, -
-
Patryk Janik created a post, AnsweredBlock possibility of pushing on master branch from IDE.
Hay, Sometimes, when I push new feature branch I forget for change for desired branch and I push on master. I know that I can't block possibility of pushing on master from repo site, but I need to ... -
Patryk Janik commented, -
-
Patryk Janik created a post, AnsweredRearange code, code cleanup, reformat code sharing and running before git commit.
Hay, I want to share Rearange code, code cleanup, reformat code intellij settings for all persons in our company to have the same settings. Additionally I also want to run this 3 features before gi... -
-