Cameron Nokes
Cameron Nokes
The `onclick` property of a notification instance doesn't work. ``` javascript let Notification = require('node-mac-notifier'); let n = new Notification('test'); n.onclick = function() { console.log('onclick'); }; n.addEventListener('click', () => {...
The `icon` option in HTML5 Notifications allows relative URLs without a problem. It looks like `NSURL` or something wants it to be absolute with a scheme. Using a relative URL...
This is purely a question because I am new to all things USB and curious. This library is great and everything works, I just want a deeper understanding. I have...
When I run grunt karma, it loads up my modules and then errors out with "Fatal error: write after end". Terminal output provided below: ``` bash Camerons-MacBook-Pro:Bookmarklet cameronnokes$ grunt karma...
It looks like the incorrect rxjs import for `merge` is being used. When using this on Windows, I get a `Cannot call merge of undefined` (or something like that) here...
Prebuilt binaries are great and simplify everyone's install process. Just thought I'd open this feature request because I'd like to see: - What the maintainers think the level of effort...
I didn't see an issue for this (opened or closed), but if this is a duplicate just close it 😸 . Are there any plans for a `fetch` based adapter...