Matthieu Lemoine

Results 41 comments of Matthieu Lemoine

Yeah could be great! If you or someone else wants to tackle this, feel free to contribute.

Seems like a great use case ! You'll need all the credentials required by `push-receiver` to listen to incoming notifications: - the `androidId` returned by GCM during registration - the...

Godd idea ! I've done it in [remnants](https://github.com/MatthieuLemoine/remnants). Should be easy to do 🙂

Well I've never used Typescript. Maybe someone with some Typescript knowledge could make a PR to improve the support

I don't use css modules 😕 How does this look like ? Do you have an example ? In the meantime you can exclude this file using the `exclude` option.

@CharlesMangwa In the meantime, can you release a new version to npm ? As the last release goes back to December 2016.

Just a 1.0.60 release including the changes made on master.

See http://stackoverflow.com/a/42040832/4712818

@jamesmfriedman The difference with nw.js is that electron is based on [Chromium Content](https://www.chromium.org/developers/content-module) using [libchromiumcontent](https://github.com/electron/libchromiumcontent) and not on the whole Chromium browser. To enable Push Notifications support, the browser needs...