wxfred

Results 30 comments of wxfred

嗯,我也是手动拷贝了一份,放到一个文件夹里。但是,这只是个workaround ``` extraResources: [ 'bin/*', ], ```

@oldj 我使用的是`vue-cli-plugin-electron-builder`,mac下electron调试,代码会被临时打包在项目的dist_electron目录 我查看了font-list的源码,mac打包会调用`darwin/index.js`,文件中使用了__dirname,该变量直接被解析成了`dist_electron/`,导致无法访问到fontlist.m脚本

@oldj webpack配置__dirname保持文件原始路径而不是打包后文件路径 ``` config.node .set('__dirname', true) ``` electron调试模式可以正确获取到脚本文件 但是,electron打包成dmg安装后,直接白屏 我又测试了一下不修改webpack配置直接打包dmg,能够访问vue页面,但是获取不到字体信息,应该还是脚本路径的问题

--debug-port没找到在哪,我看了一下你提交给微软的那个链接,发现--debug-port是写在代码里的是吧?我也不确定,也不知道在哪改,然后只能用npm更新到最新的eggjs,启动调试后没有那个错误弹窗了,但是无法成功启动。我的sequelize初始化成功了,没更新egg前会在sequelize这些初始化前弹窗然后卡死。 > PS G:\Nodejs Development\Project> cd 'g:\Nodejs Development\Project'; & 'C:\Program Files\nodejs\npm.cmd' 'run' 'debug' '--' '--inspect-brk' > > > [email protected] debug G:\Nodejs Development\Project > > egg-bin debug "--inspect-brk" > > Debugger...

@atian25 非常感谢你及时的回复。sequelize没问题,原因是没开启redis服务o(╥﹏╥)o

**Background information** Open MPI version: 4.0 Installed from: tarball Server operating system/version: Ubuntu 18.04.6 LTS (GNU/Linux 5.4.0-122-generic x86_64) Computer hardware: Intel® Xeon® Gold 6136 Processor 12Cores 24Threads 3.0GHz Network type:...

> That typically occurs when you use MPICH's `mpirun` and your app uses Open MPI `libmpi.so` (or the other way around). > > try using the absolute path to `mpirun`...

I simply change a little bit of `dist/plugin/index.js`, it works, but I'm not sure if there's a potential problem. Looking forward to your update! ``` //compilation.chunks.forEach(chunk => { //chunk.files.forEach((fileName) =>...

> Hey, thanks for the issue. Can you be a little more specific, which performance monitor in chrome? The built-in one in the devtools? can you post a screenshot? >...