Colin O'Dell

Results 60 comments of Colin O'Dell

The PR was merged into the 2.5 branch today, if you're still interested in maybe using it.

> Thank you for the PR. Have also a look at #69 (comment) I did try to migrate to CommonMark, but it doesn't support Markdown Extra. FYI it does support...

That should be possible :) I don't currently have a spare buzzer to test with, but if anyone would like to contribute a patch I'll gladly merge it in! (I...

GitLab just added support for [showing JUnit screenshot attachments in merge requests](https://docs.gitlab.com/ee/ci/unit_test_reports.html#viewing-junit-screenshots-on-gitlab). Hopefully that encourages more interest in this proposed feature.

Upon further investigation, we found that `MultiSubnetFailover` works just fine if we change it from `True` (capitalized) to either `true` (lowercase) or `1`. I believe this regression may have been...

I'm removing the v2.1 milestone as I've already tested a number of expressions and am fairly happy with the current state of things. However, I'll keep this open in case...

This is an interesting case that could have three possible desired outputs based on one's philosophy of how this library should work. You've already illustrated one case, where you expect...

Being able to beautify Markdown would basically require us to parse the Markdown to an AST and then render it back out to Markdown instead of HTML. (And if we...