Henric Persson

Results 310 comments of Henric Persson

Can you share a little on what your project looks like? For large projects, there will be an initial burst as import-js starts indexing all your javascript files. But the...

> I have no clue whether importjs actually uses watchman though You should see something about this in the import-js logfile: https://github.com/Galooshi/import-js#loglevel I'd be interested to see more of what's...

Interesting. This could definitely be related to building the sqlite3 dependency (I have seen this come up several times in the past). I'm glad you found a workaround, and I...

Quick question, are you on windows, linux or mac?

Is there anything in the dev console log in Atom?

@bennypowers If I'm not mistaken, only the project root `.importjs.js` will be used in your case, so you can probably get rid of the one in the `public` folder. I...

Thanks for the callout! I made that change here: https://github.com/Galooshi/import-js/commit/6e88abfe80ffc904363250a95b5ef8afc15b89b5

Could this be the same root cause as https://github.com/Galooshi/atom-import-js/issues/12 ?

Interesting. Could you 1. change the `logLevel` to `"debug"` in your config 2. clear the cache by running `rm $(importjs cachepath)` from your project's root folder (you might have to...

I think the "fallback" behavior you're seeing is because the cache has been filled once (without watchman). I bet it stays stale though, if you add more modules they won't...