qiulang
qiulang
You can do it yourself, modify MWPhotoBrowser.podspec changing s.dependency 'MBProgressHUD', '~> 0.9' to s.dependency 'MBProgressHUD', '>= 0.9'
I actually tried both cases, zTree and ztree, same result. I checked the ztree codes and find it doesn't modules.export , it just attaches itself to jQuery, `$.fn.zTree` Could this...
Because ztree doesn't `modules.export` my code just ` import 'ztree'` (to run it)
So is this the reason Chrome reported ztree "is not defined" in my case? If yes does this mean I can not use your plugin for ztree ?
Another problem I found, not sure if they are related, is that when I import css in my vue code, e.g. `import 'bootstrap/dist/css/bootstrap.min.css'` Then even I use your plugin, webpack...
I briefly check the cluster code https://github.com/Unitech/pm2/blob/master/lib/God/ClusterMode.js#L48 `clu = cluster.fork({pm2_env: JSON.stringify(env_copy), windowsHide: true});` So I assume currently pm2 can't do that.
I checked the issue you mentioned and `process.env.pm_id` but I don't think they would help my question, which is to assign different process.env to different worker.
I have experienced the same problem with 5.2. The pm2 process takes up about 2.6G memory while the process it controls takes much lower memory ` 15 1 root S...
The CPU usage is almost always less than 1%, that is why I suspect there is some memory leak somewhere ``` PID PPID USER STAT VSZ %VSZ CPU %CPU COMMAND...
No I don't think so and https://github.com/nodejs/node/issues/21973 was closed