Denys Séguret

Results 761 comments of Denys Séguret

May be quite soon but still undecided. May I ask why you'd like this change ? The downside is obvious: whole programs not being able to compile with the new...

Can you please build a project exhibiting this problem (it doesn't have to have many files) ?

What use case do you want to support ? Using `bacon run` with a long running server without closing sockets ? Is there more ?

Bacon could have a feature in which it would first do a `cargo build` (or other) then use systemfd for running/replacing the process. It's a little niche but it can...

To make it clearer, the generated code looks like this: if let Some(caps) = RE.captures(s) { let level: &str = caps .get(1usize) .map_or("", |c| c.as_str()); let output = Some({ return...

For reference, here's how it should look, and how it looks on my linux computer: ![image](https://github.com/Canop/broot/assets/617006/49b3822f-9e60-42c4-afbf-b7bd6602eaaf) This "arrow" was supposed to illustrate the "merge" symbol. I'd welcome suggestions of other...

Sending all staged paths to a tool like https://github.com/marcusbuffett/pipe-rename perhaps ?

I'll try to solve that with the flags I mention on https://github.com/Canop/broot/pull/901#issuecomment-2224787902

> Is there any reason not to? The application is always changing, features, and shortcuts, are always added, but the config file isn't changed everytime. > I mean things like...

Just to be sure: the reason you don't use `broot some/very/long/and/nested/dir/file.txt` is because you want to keep the current tree root ?