Joe Pea
Joe Pea
I can't figure any combination of options that will make this work with vue-loader. What happens is that the `` of a Vue component is instrumented just fine (it is...
I _always_ have issues with `node-sass` (node-gyp build errors). Using the `sass` package is the way to go because it is implemented in JS and so does not require native...
Hello, thanks for the nice plugin! Looks like I might have the same problem as https://github.com/emmetio/emmet-atom/issues/587 Basically, inside of a `` tag, I expect for JavaScript completion to work, but...
Specifically this: https://github.com/microsoft/TypeScript/pull/50031 I'm not clear on how to make that change here.
Could JSPP perhaps adopt support for TypeScript syntax, but keep having it's own type system? For example, imagine if we could write ```js const n: int = 123 ``` using...
For example, check out the old Famous periodic table: http://disrupt.famo.us/periodic402/ Look like Chrome hasn't been keeping their CSS3D (non-nested stuff) in good working order, as the demo flickers a lot...
When I was using ``, it was fairly zippy. However, when I modified it to `lang="less"` or `lang="css"`, it became **_extremely_** slow! I tried to do `let g:vue_disable_pre_processors=1`, and this...
It seems to ignore hidden files by default. How can we make it also include hidden results? - Joe
It'd be nice to have the option to request a short link at the click of a button (shorter than just the encoded value of the code). Also a cool...
Suppose I do ``` require('foo/style.css') ``` where `foo` is a module in `node_modules` of my application. This file doesn't get cssified. Is there a way to do this? I tried...