Patryk Janik
- 活动总数 24
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 5
-
Patryk Janik 创建了一个帖子, 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 创建了一个帖子, 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 进行了评论, -
-
Patryk Janik 创建了一个帖子, 已回答Block 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 进行了评论, -
-
Patryk Janik 创建了一个帖子, 已回答Rearange 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... -
-