Martin Muzatko

Results 56 issues of Martin Muzatko

Hey there Sindre! Even though it is very specific to the needs of each project, is there a common project structure you follow and basic tools you always install to...

Hey there! I saw you use just the name of the file without `./` Which denotes that you are loading a module from node_modules, not a local module. I was...

I have no clue, I'm using gulp-autopolyfiller like promoted: ``` js gulp.task('js', function () { return gulp.src([ 'assets/js/main.js' ]) .pipe(autopolyfiller('result_polyfill_file.js')) .pipe(gulp.dest('build/js')) }) ``` ``` js dev/node_modules/acorn/acorn.js:335 throw err; ^ SyntaxError:...

the hsl output usually always is hsla, even though the opacity is 1. If this is by preference, please add a switch.

selecting a single character with shift+arrow keys does not work. However, if I select the entire tagname and then type a new one, it works. ![selectionrename](https://user-images.githubusercontent.com/2950505/29204545-fb9498d4-7e77-11e7-96c3-379d08b1a952.gif) Multicursor edits also do...

bug

A file has to be saved before double-tag can be used. ![savedfile](https://user-images.githubusercontent.com/2950505/29204825-7aa0cf3e-7e79-11e7-8559-26e78d6b09e9.gif) So in order to use double-tag, I need to do the following: 1. create a new file 2....

enhancement

I'm missing the feature to commit only part of a file. Is this a missing or undocumented feature?

enhancement

git cz is broken for me. I wanted to get started but it does not work. I'm using Windows WSL (ubuntu shell on windows) together with zsh. This is my...

released

### What problem does this feature solve? When working with distributed nuxt apps, that can be added in a plug-in manner, there has to be a mechanism to hook in...

enhancement
3.x
2.x

Not sure if that is out of the scope of this best practice guide. I, however, miss an integral part that explains how to write code that is easier to...