Mike Bowler
Mike Bowler
I've submitted a PR to address this one. https://github.com/mmistakes/so-simple-theme/pull/429
UA tags will cease to work on July 1, 2023. Until then, both tags need to be supported.
Under the covers, we use curl for the actual network connection so if you [set the http_proxy or https_proxy environment variables](https://everything.curl.dev/usingcurl/proxies/env.html) then it should just work. I don't have a...
I've put a change into version 2.4pre2 to follow redirects. Please try this and see what result you get. You can install prerelease versions with: ``` gem install jirametrics --pre...
Did this fix the problem you were having?
That method is available at both the `project` level as well as `html_report`. I don't actually recall why it needed to be available at both as being on `project` should...
Can you send the stack trace that went with that error? I'd like to see where in the code it was. Also, are you on the latest release (2.6)?
I understand what is happening but not why. At the time this method is called, no board has been attached to the issue, and it's unclear why that hasn't happened...
I've pushed a prerelease version that should fix your problem. Install with `gem install jirametrics --pre` Let me know.
Fixed and deployed in 2.7.2