oceanlvr

Results 44 comments of oceanlvr

这是运行环境下的make和mmark版本 文件helloworld.go可以找到 但是Make失败 ![image](https://user-images.githubusercontent.com/36698124/55329414-150b6380-54c1-11e9-91f2-2b6e23ecbb25.png) ![image](https://user-images.githubusercontent.com/36698124/55329467-3bc99a00-54c1-11e9-9fec-96d2548c5f93.png)

@Akryum same issue.

也许我可以参与维护 Mac 版本,我也有 electron 开发的经验,技术栈是 vue2 + electron + typeORM。 @elliottzheng

> On my device I also have Folder Redirection and Roaming User Profiles, because of that my appdata location is located on a network share. Have you ever tried placing...

I think this is the problem with TypeORM maybe can't handle the UNC path, I think you could just try to use a another path with typeorm(it might be caused...

you could build you own MQTT X locally (use another static app data path) 1. replace `APP.getPath('userData')` to some other directory like `D:\\MQTTX\\data` 2. npm run build

yes ,`appdata-path` libarary use `process.env.APPDATA` variable. @mniesen https://github.com/emqx/MQTTX/blob/main/src/database/database.config.ts#L34-L41 https://github.com/demurgos/appdata-path/blob/master/lib/index.js#L26-L43 this is the source code, maybe you could replace it and test agagin.

Thanks, welcome to continue feedback.