Results 98 comments of A4-Tacks

You seem to be using coc.nvim, you can add `suggest.insertMode: insert` in `coc-settings.json`

> I'm not sure adding the method to the trait is usually going to be what the user wants? But it may be appropriate to do so instead of creating...

I'm not sure if these are suitable, so I opened an issue

> but I see how that can be out of scope for the CLI. I almost only use gh-cli to work, but I need to open my email when viewing...

> I almost only use gh-cli to work, but I need to open my email when viewing reviews, this feature is very necessary feature for me I wrote a bash...

> To read PR comments (including inline) you can run gh pr-review review view -R owner/repo This seems inferior to my bash script, which performs certain rendering, patch highlighting, and...

> I am trying to skip over a UTF-8 BOM: Using `['\xEF'] ['\xBB'] ['\xBF']` instead of `"\xEF\xBB\xBF"`

> Neither `'\xEF'` nor `"\xEF\xBB\xBF"` are valid literals in Rust. Oh, `b'\xEF'` is valid literals