TJ Kells

Results 9 comments of TJ Kells

Just tried to reproduce on Arch with ST4 4090 and it seems to work fine. I have the same `error` output as you do above, but it's either unrelated to...

Seems to be working OK for me on 1.7 with a similar use case.

Im relatively new to rust so Im definitely open to any kind of feedback that you might have that could get something like the end goal (an exposed trait) without...

I think their implementation goes a bit too far, but something like [this](https://python-markdown.github.io/extensions/attr_list/) would be ideal for all _some_ elements. My use case (currently achieved by a pretty nasty custom...

Got a starting point in mind? I've been staring at the source for a week now and feel like attempting to explain some if it would be a good way...

Threw my notes into markdown here https://github.com/pulldown-cmark/pulldown-cmark/pull/986

Just wanted to +1 this issue to point out that this would effectively eliminate the need for tox for _most_ simple cases. Being able to specify a specific version of...

Im actually a dev for Bitbucket Cloud and looking into using this tool for some internal tools. Considering doing something like adding an `SCMProvider` trait and making the commands generic...