Eric

Results 4 issues of Eric

I saw `KillMode=process` setting from https://github.com/pymumu/smartdns/blob/d7d7ef48cd71f9c13358859d2c6137eae7462415/systemd/smartdns.service.in#L12 I wonder why we need this? 我看到这里设置了 `KillMode=process` https://github.com/pymumu/smartdns/blob/d7d7ef48cd71f9c13358859d2c6137eae7462415/systemd/smartdns.service.in#L12 请问为什么需要这样指定?

### Steps to reproduce ```js esprima.tokenize('return 0') esprima.tokenize('return\n 0') ``` ### Expected output the second token list should contains a new line character ### Actual output two result are the...

For example, if we ```checker = schema({ a: 1 })``` then we do ```checker(123)``` checker will throw ```TypeError: Cannot use 'in' operator to search for 'type' in 123```

### Is there an existing issue for this? - [x] I have searched the existing issues ### Is your issue described in the documentation? - [x] I have read the...