Martin Geisler
Martin Geisler
Hi @mtoohey31, thanks for pushing on this feature! In general, the public APIs of `unfill` and `refill` can be broken as needed and we'll then make a 0.16 release. That's...
Thanks a lot! As for how expensive this "should", it's hard to say... I have the impression that Textwrap is more than fast enough right now, as in nobody has...
This should be possible after #221 has landed.
> It looks like this is part of the `wrap_help` feature of `clap` (the CLI parser we use). We'd need to be certain that turning that off won't result in...
> Clap stopped wrapping URLs after [clap-rs/clap#3692](https://github.com/clap-rs/clap/pull/3692). I just checked the Clap changelog and this fix was released in [Clap 3.1.16](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md#3116---2022-05-06). Rustup is using Clap 2, so an upgrade will...
Hey Ryan, thanks for the idea! I think that would be a great addition to the library. Would you be up for implementing it? There is already code which parses...
> The `clap` crate (not counting dependencies) takes about 11 seconds to compile Hi @CreepySkeleton, I suppose this is a "cold" compilation of a small Hello World-style program which depends...
Hi Louis, That's strange: the dependencies haven't change in the 0.15.1 version. I can also see that my own demo works fine with the latest commit: https://mgeisler.github.io/textwrap/. The WASM demo...
The ```text Compiling errno v0.2.8 error[E0583]: file not found for module `sys` --> /Users/louis/.cargo/registry/src/github.com-1ecc6299db9ec823/errno-0.2.8/src/lib.rs:33:1 | 33 | mod sys; | ^^^^^^^^ | = help: to create the module `sys`, create...
> Nevermind, my problem was rust version