Denys Séguret
Denys Séguret
Here's why I don't understand: I already build for arch with `cargo build --release`, you find the result in https://github.com/Canop/broot/releases/tag/v1.36.0 And broot in release mode is always built with the...
> However, I reported similar issues to some other packages, so it might be nice to know what the problem was for there too, would you happen to know what...
I noticed the bump, I'll try to find some time (and another disk) to fix that.
Thanks. It's quite a pain right now to maintain both website/index.html and the README. I should probably generate one from the other one...
Or just change my existing build script (see the `.sh`), which has the bonus of running locally and thus avoiding pushing broken commits just to see the result.
> I would suggest the Cargo manifest actually be read and the value of build (if set) I'll have a look. In the meantime, do we agree that you can...
It's additive. And you can use `watch = ["build-aux"]` if you want to react to changes of all files in build-aux. > Even so it's still unexpected that the things...
I don't think it can really get smaller. Changes are just consequences of `regex::is_match` and `regex::search` returning a `Result` rather than just a `bool`. But if it's welcome (I'm also...
I missed this request. I don't understand what you want the verb argument to be. Can you explain more ?
Can you try https://github.com/Canop/broot/pull/1047 and tell me if it's what you wanted ?