Results 64 issues of Andreas

Generated types of referenced schemas are not imported, instead they are output as: ```ts { [k: string]: unknown; } ``` maybe related #471

in discussion

I build a component library and I only want to transform SCSS files to CSS files and keep the `import` statements renamed to the CSS file. The user of the...

This plugin is great. I would like to utilize some more [options of `posthtml-inline-assets`](https://www.npmjs.com/package/posthtml-inline-assets#options) to inline only certain resources. My use case is that I need to inline CSS for...

Awesome tool. Though I would like to do the conversion the other way around. From `WOFF` or `WOFF2` to `TTF`.

enhancement

Using [`rollup-loader`](https://www.npmjs.com/package/rollup-loader) to utilize treeshaking removes all function marks like `var __svg__`, `var __sprite__`, etc. Hence no sprites get generated. I suppose to put this configs inside the webpack config...

### Versions scss-lint version: I can't tell, cause it seems to be bundled with PHPStorm OS: Mac OS X El Capitan 10.11.6 IDEA product and version: PHPStorm 2016.2 ### Description...

My source folders inside my IDE get spammed by temporary files generated by ESLint directly next to source files, instead of in their own `tmp` directory. I get files in...

![eslint-path-not-found](https://cloud.githubusercontent.com/assets/914443/23068236/22b558ce-f523-11e6-866e-a12e95fe5b19.gif) ```sh Error running ESLint inspection: path doesn't exist java.lang.IllegalArgumentException: path doesn't exist at com.wix.nodejs.NodeRunner.createCommandLine(NodeRunner.java:40) at com.eslint.utils.CliBuilder.create(CliBuilder.java:24) at com.eslint.utils.CliBuilder.createLint(CliBuilder.java:29) at com.eslint.utils.ESLintRunner.lint(ESLintRunner.java:52) at com.eslint.utils.ESLintRunner.lint(ESLintRunner.java:60) at com.eslint.ESLintExternalAnnotator.doAnnotate(ESLintExternalAnnotator.java:242) at com.eslint.ESLintExternalAnnotator.doAnnotate(ESLintExternalAnnotator.java:52) at com.intellij.codeInsight.daemon.impl.ExternalToolPass.c(ExternalToolPass.java:212) at...

- I have searched open and closed issues and pull requests for duplicates, using these search terms: - command prompt - command not found - Copy to clipboard - I...

VSCode supports developing remotely over SSH. https://code.visualstudio.com/docs/remote/ssh But opening remote files does not work.