RGBCube

Results 74 comments of RGBCube

> Hey, @RGBCube currently the rainbow commands renders the raw html if you put any other formatted text in your message. Also if we use the plain text only to...

I think a new minor release is warranted? It's been a while and quite a few things have been improved

> So, I think this would be a nice API for `cstree` to offer, but we might want to do it a little differently maybe... the way you've currently written...

Hey, I was going through the `SyntaxNode` impl, but noticed something: ```rs impl Drop for SyntaxNode { fn drop(&mut self) { // safety:: the ref count is only dropped when...