Cameron Nokes

Results 15 comments of Cameron Nokes

+1 to this. HTML5 notifications (at least as implemented by Chrome) call an `onclose` handler when closed (via the notification close button) or when the display times out and it...

I'm pretty sure a closed/dismissed event is possible using the undocumented `NSUserNotificationCenter didDismissAlert` method. It seems to be working in my fork now (https://github.com/ccnokes/node-mac-notifier). When I have time I'd like...

Same problem here too. How do I go about debugging this?

I agree here with @dracan -- a short explanation would be nice on how each of these systems store credentials, how they're encrypted, and what the access control is like...

There's a possibility this is really an issue with requiring modules from code packaged by browserify, see https://github.com/xdissent/karma-browserify/issues/38. I'm pretty sure I was running that as well.

I've been meaning to test this more and PR it but replacing this line https://github.com/mixmaxhq/electron-editor-context-menu/blob/master/src/index.js#L102 with this: ```javascript remote.getCurrentWebContents().webContents.replaceMisspelling(suggestion); ``` works for me in a webview.

@jabacchetta I have no experience with PWAs yet but I would think so. If you want something sort of axios like, https://github.com/jackfranklin/so-fetch, looks good (haven't tried it yet personally though).

@NShahri I haven't started on anything yet, sadly ☹️

I actually just started working on this too (don't let this discourage you @NShahri, yours might be better or I might not finish it, etc). Still hoping for some positive...

Nice @NShahri! Let me know if you need help with anything.