Denis Defreyne
Denis Defreyne
adsf has no way of inferring the encoding of textual files. I think defaulting to UTF-8 could create more problems than it’s worth. There is [rchardet](https://github.com/jmhodges/rchardet), but it does not...
I like this idea, though I believe it’d have to be a bit smarter — in particular: * If a page with `.html` is explicitly requested, then no `.html` should...
That definitely would make sense! Would you be up for creating a PR for this?
I’m okay with disabling the check entirely, and defaulting to color. It’s forward-thinking, and I can’t come up with a better alternative. What do you think? > the win32console gem...
This is problematic to fix in a backwards-compatible way. One idea I had was to parse the input as Markdown (kramdown to be precise) and convert the internal kramdown to...
I just discovered [tty-markdown](https://github.com/piotrmurach/tty-markdown), which might be a very good for this use case.
Hey, Which version of Cri does this happen in? 2.15.8 had a bug in it, which was rectified in 2.15.9 (see [release notes](https://github.com/ddfreyne/cri/releases/tag/2.15.9)). I can’t reproduce the problem locally; do...
> Is it expected then that the `--verbose` option is only ever listed in the `(1 hidden command omitted; show it with --verbose)` text that shows up when you hide...
@andkirby It’s not implemented yet! This GitHub issue serves as a to-do item.
@balupton Is this something you now consider as resolved?