Mikael Brevik

Results 77 comments of Mikael Brevik

@AshishkrGoyal Why do you think this does anything? Both syntaxes are equally valid JavaScript, and semantically makes no difference.

I think that is coincidental, I'm afraid. There might be something else that is also different between your examples (or some computer state that is different, calling two notifications in...

I think this might been an issue related to appID and hopefully should be fixed in the latest version

Interesting. Will look into it as soon as I have the time to deep dive into it. To me it looks like karma plugin has solved it by using fork...

Could you possibly test out using the latest https://github.com/mikaelbr/node-notifier/pull/134?

But do you have the same issue if you try using https://github.com/mikaelbr/node-notifier/pull/134 ?

NB: Try without the `@` before `master-aul`. `npm install @master-aul/node-notifier` will try to install `node-notifier` as a package on the `@master-aul` scope, but `npm install master-aul/node-notifier` will try to install...

Initially I thought this was due to too many nested directories and the vendor files getting too long path, but I think it might not be the case. Maybe. Could...

Hi. Is it working when using `time` as specified here https://github.com/mikaelbr/node-notifier#usage-notifysend ? I saw there was missing a mapping from timeout to expire-time, I've added that in master now, but...