Matthieu Lemoine

Results 41 comments of Matthieu Lemoine

If you want to disable CTRL+C you can remove all keypress listeners on process.stdin : ```javascript const listeners = process.stdin.removeAllListeners('keypress'); // You can restore them later listeners.forEach(listener => process.stdin.addListener('keypress', listener));...

I don't think so, ``exec`` is even used in history's unit tests.

Which version are you using ?

It was fixed by #205 which is available in ^3.0.0

@Gr1ver see [this](https://github.com/tleunen/babel-plugin-module-resolver/blob/master/DOCS.md#usage-with-react-native) to make it work with React Native.

Can't we use NOTIFICATION_SERVICE_ERROR for this ?

Did you try https://github.com/MatthieuLemoine/electron-push-receiver/issues/27?

Can you share your Webpack config file & release scripts?

@anilv0001 Can you share your fix?