Tao Wang

Results 44 comments of Tao Wang

If your system has `node` installed, could you try the following command under `C:\Users\\.zazu\plugins\tinytacoteam\zazu-file-finder\` directory, and paste the result here? ```cmd cd C:\Users\\.zazu\plugins\tinytacoteam\zazu-file-finder\ node appCache.js '{}' ``` This will try...

@TopGrd `async` is newly added dependencies in `zazu-file-finder`, it seems the plugin update process failed to install the new dependencies somehow. So, the zazu file/app finder works now?

@TopGrd I didn't see the `zazu-file-finder` updating log, here is what I saw: ```bash cat zazu.log.2017-02-09| grep 'npm' {"plugin":"tinytacoteam/zazu-calculator","level":"info","message":"npm install"} {"level":"verbose","message":"npm install [tinytacoteam/zazu-calculator] has 3 attempts"} {"plugin":"tinytacoteam/zazu-system","level":"info","message":"npm install"} {"level":"verbose","message":"npm install...

@drazik Is there a `C:\Users.zazu\plugins\tinytacoteam\zazu-file-finder\data\application.json` file? If you got no error of `node appCache.js '{}'`, then probably it's working properly. Could you provide more information about your problem? Thanks.

@ohardy Could you try `npm install --production`, it seems missing the dependencies somehow.

@ohardy There is a PR for sub-dependencies issue, https://github.com/tinytacoteam/zazu/pull/252, but `app2png` is direct dependency, do you have the log of the day you update the plugin? Could you post the...

@jjnilton Do you have the same problem when running Chrome inside the VM? It seems that you hit this issue: https://bugs.chromium.org/p/chromium/issues/detail?id=658668 Could you show me your `about:gpu` info in your...

@jjnilton Based on your log, the GPU inside virtualbox is ```bash GPU0 VENDOR = 0x80ee, DEVICE= 0xbeef ``` this might related to the issue: https://bugs.chromium.org/p/chromium/issues/detail?id=658668, which has been fixed by...

@robjac Thanks for mention it, I run into this today, and used 'Disk Utility' to repair my disk, then reboot, everything became normal, not have this problem anymore, even Zazu...

I think it's useful for both side. For the development, it's ok without this feature, just `ln -s` the development directory on `~/.zazu/plugins/`, it will work. We can manually switch...