clancytom

Results 12 comments of clancytom

赞~\(≧▽≦)/~

子进程挂掉之后,父进程的监听已经关闭了,此时如何才能重新fork进程了

```js G:\code\config-app-soa-master\config-app\ds-uibuilder>node -v v8.9.2 ```

Thx for reporting the issue, I am not sure this is something that would need to be fixed in AngularJS (AngularJS uses the change event - it is expected that...

The workaround for this issue could be to call the $setViewValue method inside the change event listener of checkbox input inside setTimeout in case of IE only . so the...

I see. That makes sense. It also has some downsides, but there is no ideal solution here, I guess. I would still prefer to keep it as a separate module...

I have problems 1. I have http and ws request 2. use cluster, 1master and 3workers 3. if i use redis like demo, all the request will be handled by...

A **temporary** workaround for Protractor with FirefoxDriver appears to be: ```diff capabilities: { browserName: 'firefox', 'moz:firefoxOptions': { 'moz:firefoxOptions': { + prefs: {'privacy.window.name.update.enabled': false} } }, ``` Mozilla bug report for...

We need to do some investigation to determine what can/should be done about this (esp. given the current LTS status of the project). In the meantime, I very briefly looked...