Denys Séguret
Denys Séguret
Another terminal:  Kitty: 
Right now rhit assumes the log format is the default one, which is quite common. Among the reasons I had not to interpret the configured log format: - it's painful...
A convenient feature of clap is the support for [generating shell completion scripts](https://docs.rs/clap/2.33.0/clap/struct.App.html#method.gen_completions) from build.rs (i.e. during build of the application, thus without overhead on the application). I don't know...
Some parts of bacon were designed for Rust and are tied to cargo: * default bacon.toml file * compiler output parsing * test output parsing * documentation * the use...
Bacon doesn't react to changed files on Windows. (in my short tests using a VM)
This could be added to `!!pref` Ref: https://miaou.dystroy.org/3490?broot#15075687
That's a major difference with `dataset`. A solution would be to use a weak map to link DOM elements to maps (as is done [here](https://github.com/Canop/miaou/blob/master/src%2Fmain-js%2Fjquery.dat.js)).
Idea given there: https://miaou.dystroy.org/3490?broot#16289504 It should be possible (ergonomics to study) to see the recent patterns and put one of them in the input
### What Operating System(s) are you seeing this problem on? Linux X11 ### Which Wayland compositor or X11 Window manager(s) are you using? wayland-0 ### WezTerm version 20240128-202157-1e552d76 ### Did...
I suspect nobody needs the shell function to output the whole command: you don't need it for anything else than cd on quit. Specializing this function would solve various problems...