Denys Séguret

Results 55 issues of Denys Séguret

Another terminal: ![image](https://user-images.githubusercontent.com/617006/101933974-3d77ba80-3bdd-11eb-892e-a02f7401df73.png) Kitty: ![image](https://user-images.githubusercontent.com/617006/101933783-f8538880-3bdc-11eb-873a-932e8e2261f1.png)

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...

enhancement
help wanted
discussion

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...

enhancement

Bacon doesn't react to changed files on Windows. (in my short tests using a VM)

windows

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

enhancement

### 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...

bug
keyboard

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...

help wanted