Arne Christian Beer

Results 185 comments of Arne Christian Beer

**Disclaimer:** I wrote an alternative to this library, once I noticed that this project has been abandoned. This PR is motivated by people asking me what the advantages of using...

Saving it to a temporary file and renaming it, should be pretty straight forward. I think the `.part` extension should do fine. Since I really don't need this feature, I'll...

I just added a few comments and rewrote a lot of the existing comments. This project started as a pretty small side-project without having any community in mind :D. Things...

No problem mate, take your time :) It's not as if this is some kind of critical system that needs to be implemented as soon as possible ;D It's open-source...

This is an extremely weird bug :D Could you do me a favor and try to run this example without default features: `comfy-table = { version = "6", default-features =...

If that's the case, a fix for this is already on main. It simply prevents the `style` function of `crossterm` being called, if there's no active styling, which is probably...

Ping @aclemmensen Did you have some time to follow up on this :)? I'm really curious.

This isn't planned, as Cells already support coloring itself. Working with already colored code would significantly increase the crate's complexity and I don't really see the need for this, as...

I'm pretty sure your current approach wont' work yet, as we have to consider the dynamic content adjustment mode. -> In that case, any string can be split at any...