Doug Ross

Results 10 comments of Doug Ross

Is there an answer to this question. I'm stuck on this, too.

I work in a closed secure environment and am not able to grant macOS permission to run screen capture. Any suggestions how to disable screen recording and the os check....

@mchendriks can you create a jsfiddle or something that I can edit live to see if I can help you.

@mchendriks thanks. I forked your jsfiddle and got the jumping div behavior: http://jsfiddle.net/javadoug/La9cqgoL/. I cannot look at it right now but I will as soon as I can. In the...

@RyotaBannai Thank you for the code change suggestion. I will take a look. Did you try @mchendriks fix (style position fixed)? Did that not work?

I'm considering a similar change to my easyXDM cors/index.html file and I would like to know if it would open up a CSRF risk? See this post for more info:...

Would you be able to submit a pull request? I'm not available at the moment to work on this. Sent from my iPhone > On Oct 27, 2016, at 12:47...

@markmatney It looks like Bower is recommending users migrate to Yarn. I abandoned bower in favor of npm a long time ago to reduce complexity. Since Bower is recommending Yarn...

The revert option only accepts the boolean true to cause a revert. The other jQuery revert methods are not supported. The widget plugin architecture makes it difficult to implement full...

The SWC should have released semver major to prevent breaking all ts-node consumers who use swc. Workaround for me was to use resolutions and overrides in package.json to force downgrade...