Denys Séguret

Results 761 comments of Denys Séguret

A solution, maybe not ideal, could be to write a script, eg `run-pretty.sh` with `cargo run --bin worker | pretty`, then to define your job as ``` [jobs.run] command =...

Why do your bacon.toml need to be dynamic ? Side note: the jobs can also be defined in the global prefs.toml file, and you can give them whatever name you...

Please add the precise description of what happens and the [debug log](https://dystroy.org/broot/community/#log).

I don't see the backspace key in your log, maybe it's eaten by your OS or terminal ? Can you check using https://github.com/Canop/print_key ? If you want `ctrl-h` to remove...

> This look like xterm emites ctrl-h in place of Backspace. It's probably related to some configuration/context parts: I've tested xterm on my side and it emits Backspace. If you...

What you say is reasonnable. I have still to try estimate the consequences for applications using the reexported crossbeam. Many of them use the `select!` macro, for exemple, and mpmc...

> i think it's fair to expect people that need crossbeam to be able to import it themselves The point of reexporting the crate is to prevent version conflicts. That's...

I know. There used to be something but I currently don't manage to compile for that platform. (help welcome there)

The problem is that it then requires rust 1.80. Requiring such a recent release is often a problem as it makes the library unavailable for whole platforms ([exemple](https://github.com/Canop/broot/issues/925)).