Kurt Lawrence
Kurt Lawrence
Hi @aldanor, I assume you meant `ColoredString::from(&self.to_string())`. Without specialisation, implementing `Colorize` on any `T` precludes having more specified implementations that avoid allocation overheads. There is also the question of how...
It is something we could look into, but it is by no means a trivial implementation. If you want to progress with your project, you could possibly manually handle the...
@maxrumsey Please do =)
Hi @sk-Prime, What version of Windows are you running? Which console? I believe the virtual terminal sequence support is only available in Windows 10.
Hi all, Could you please provide details about your OS, what shell/terminal you are using, an example of your code that does not work and a screenshot with the output...
> Oh I think I find the answer. As the doc of ansi_term suggests, On Windows 10, the application must enable ANSI support first: `let enabled = ansi_term::enable_ansi_support();` @constituent did...
I am getting similar behaviour with flowcharts
For sum types, instead of the identifier mapping the field, the identifier would map the variant. This is kinda neat, for example a Result type could do `map Err ......
There can be, and I would welcome contribution towards it. I have plans to implement more string commands, probably once partitions are implemented and the commands can be encapsulated in...
This could be extended to aliasing a string without storing a variable? For instance, `alias 'Some complex column header' a-hdr` would bind `a-hdr` to resolve as `'Some complex column header'`.