Valentin Oliver Loftsson

Results 24 comments of Valentin Oliver Loftsson

My code: ```html ``` ```css /* required class */ .my-editor { /* we dont use `language-` classes anymore so thats why we need to add background and text color manually...

Thanks for taking a look! I have never used `nock` before but understand it better now. I tried running `npm run test` locally but it wasn't working for some reason...

I'm getting the same error when applying a media query in Vuetify with map-get like this ```sass @import '~vuetify/src/styles/styles.sass' @media #{map-get($display-breakpoints, 'md-and-down')} .custom-class display: none ``` I don't know what's...

Partially fixed in `lint-staged` https://github.com/okonet/lint-staged/issues/693#issuecomment-1079759224

I tried the [above workaround](#issuecomment-1176848345) in a lerna monorepo and lerna throws the following error for the `lerna version` command: ``` lerna ERR! Error: Command failed with exit code 1:...

My colleague tried to commit in Magit in emacs with the [above workaround](#issuecomment-1176848345) and got the following error: ``` 0 git.exe … "add" "-u" "--" "experiences/.husky/pre-commit" 1 git.exe … "commit"...

> My colleague tried to commit in Magit in emacs with the [above workaround](#issuecomment-1176848345) and got the following error I think we found a workaround for it, but might not...

Yes, sure, I can do that

I'm getting the same error, trying to embed Voyager into a Vue application: ``` ERROR in ./node_modules/font-awesome-sass-loader/font-awesome-sass.config.js Module build failed (from ./node_modules/style-loader/dist/cjs.js): TypeError: this.getOptions is not a function at Object.loader...