Kyle Keating
Kyle Keating
Sorry, bad example, here is a better one  
Today, for reasons I don't fully understand, the highlight started working! I suspect my issues may have come from other plugins affecting this one, but I honestly have no idea....
~Update: ESlint was part of the problem, when that plugin is enabled, it causes errors in scss scopes. When its disabled, I don't have any issues, but none of my...
This is actually present even without VoiceOver and using the mouse rather than shortcut keys for annotating. Ii can be also be reproduced on http://localhost:3000 without the bookmarklet. It seems...
Turns out this is due to a security update in Safari 13. It blocks focus from working until the user actually clicks over in into the iframe first. I think...
Tracking issue here now https://feedbackassistant.apple.com/feedback/8961836
Likely not a public app, I'm not where else to make bug suggestions against Safari. For now, I'll copy and paste the contents in case we need to redirect this...
I also have this issue. I think its because the workflow in my case is triggered from the merged PR and then an auto commit and tag is performed after...
seems like this bit is missing somewhere ``` var isAuthenticated = function (req, res, next) { if (req.session.passport && req.session.passport.user) { return next(); } else { res.send(401, {'message': 'Not authorized'});...