千罹

Results 6 comments of 千罹

I just change the source code like this (in windows): `.atom\packages\language-log\lib\log-view.coffee` ```coffee updateDescription: -> return unless @textEditor # the code I've added ``` I hope this would help you guys.

请问,我想配置端口怎么设置?因为本地想开多个 dva 项目,但是改不了端口。 npm start 改成这个了: ``` "start": "dora --plugins \"proxy?port=8089&watchDirs=./mock,webpack,webpack-hmr\"" ``` 但是还有个 8000 端口 ``` ... proxy: listened on 8089 Caught exception: Error: listen EADDRINUSE :::8000 ... ``` @sorrycc

@zymap I got it and understand your point. And I still have a question about it. If it should be kept for the users which choose this implementation, now what's...

@zymap I just run: ``` go mod init my_project go mod tidy ``` This is the official way to init, it should be all right. And the dependences like this:...