Brett Stevenson
Brett Stevenson
@zhuscat I don't believe that's the expected functionality, but you should be able to disable affiliate links using the "Affiliate links" settings for your website at https://disqus.com/admin/settings/advanced, which should prevent...
@GH-KimV I believe you can utilize the same callbacks with some manipulation, but that is something that I've been looking to add more direct support for in the near future.
@Linda-Ikechukwu If you take a look [here](https://github.com/tterb/gatsby-plugin-disqus/blob/7c6b9ac3f81f6aec87a2b356ae762f86e7f01566/src/utils.js#L5) you can see that the Disqus scripts are already being loaded asynchronously and I don't believe that deferring the script would necessarily have...
@allthetime Do you have an example repo that I can use to reproduce this issue?
This is a common issue and is usually an indication of a problem with the individual implementation, but I'm unable to help troubleshoot the issue without a sample repository to...
@ioofy These console errors appear to be caused by failing request for the sponsored links that Disqus utilizes for ad-supported publishers. My best guess is that they are likely failing...
I just found that these errors are also being thrown at the console when I try to uninstall a package from the _Settings_ view:  
When I enter `echo $PATH` into the command prompt it only returns `$PATH`. Though, when I enter `echo %PATH%` there are no single or double-quotes in the output, only the...
When initially running `apm update` this was the response: `INFO: Could not find files for the given pattern(s).' 'Request for package information failed: getaddrinfo ENOENT atom.io:443` After editing the apm.cmd...
I totally agree. After becoming so accustomed to IntelliJ, I've noticed that "TODO" & "FIXME" highlighting is a small thing that can be hard to go without.