CS-Tao

Results 7 comments of CS-Tao

Same here ! After running `yarn build:web` I got this error first : ![image](https://user-images.githubusercontent.com/22360632/42151329-36ec1802-7e0f-11e8-9e08-226ac9a97a01.png) I changed `.electron-vue/webpack.web.config.js` in my local repository after refer to https://github.com/webpack-contrib/css-loader/issues/447 : ```diff let webConfig =...

I fixed it by catching the exception of `require('electron').shell.openExternal(url)`. The changes in my codes as follows: ` src/renderer/main.js `: ![image](https://user-images.githubusercontent.com/22360632/42390230-cc69ac5c-817d-11e8-94e4-0be1e85a6fee.png) ` src/renderer/components/GithubCorner/index.vue `: ![image](https://user-images.githubusercontent.com/22360632/42389700-1c7ac958-817c-11e8-93ce-73fcb71ecfb8.png)

@huiwang 请问写在什么地方的呀?我在File changed里面没找到,之前也没有收到邮件通知,不好意思啊

I have a temporary solution to solve `server already running` caused by `network_mode: host` in my project. **Check xvfb port and generate cypress-xvfb lock file before running cypress** ```bash prepare_xvfb...

没有,用不了了

@bigseamountain 哪个学校,设置里的服务地址是什么?

@jimmywarting For old version of safari? HTMLElement in mac-safari 15.2 is `function HTMLElement() {[native code]}` ![image](https://user-images.githubusercontent.com/22360632/202595535-5417a466-5d02-4327-aa6e-e39aa9cccf60.png)