reoh

Results 17 comments of reoh

If highlighting stops working, replace the contents of this file: `\.atom\packages\language-javascript-semantic\styles\semantic-colors.atom-text-editor.less` with: ```less @import "syntax-variables"; @bright-text-color: contrast(@syntax-background-color, lighten(@syntax-text-color, 20%), darken(@syntax-text-color, 20%)); .text-color(@contrast) { color: mix(@bright-text-color, @syntax-background-color, @contrast); } .syntax--source.syntax--js-semantic {...

I managed to solve this by installing node-gyp's dependencies: https://github.com/nodejs/node-gyp Make sure to: install Python 2.7.3 and/or install it to C:\Python27 (not sure which is necessary because it worked after...

Ran into this issue again after updating Atom to v1.13.0... fixed it this time with: ``` apm install --global --production windows-build-tools ``` Note the `apm`, had to install this using...

Hi, @tststs is it possible to use this package with custom grammars? I'm using [language-semantic-js](https://github.com/p-e-w/language-javascript-semantic) This might be relevant: https://github.com/p-e-w/language-javascript-semantic/issues/31

The log file seems to be missing: ![image](https://user-images.githubusercontent.com/5264567/27155530-3a755808-5151-11e7-9039-1c08622d764e.png) -even with logLevel set to debug

Should note also, the sql table is being populated now (with duplicates?) with the latest version but still won't import: ![image](https://user-images.githubusercontent.com/5264567/27155910-b5739c44-5152-11e7-8b9e-044dc9674c18.png)

Windows, yeah. Logpath: C:\Users\user~1\AppData\Local\Temp\importjs.log

Yeah, still an issue with latest version, even after running `taskkill`

I also had this issue, though I'm not using `create-react-app`, just `webpack-dev-server`. It seems be working after changing the `devtool` option to something else, and then back again, in the...