Jérome Eertmans

Results 378 comments of Jérome Eertmans

Hello, maybe you can have a look at [git-clif](https://github.com/orhun/git-cliff), a git tool written in Rust that can be used to automate CHANGELOG generation. This tool works best with [conventional commits](https://github.com/orhun/git-cliff#conventional_commits)...

> > Merging PR should preferably now squash commits into a single commit. > > I'm not a PyO3 maintainer, so the decision is ultimately up to them, but as...

I have tried a bit and the only thing I managed to do is the following: ```rust impl { pub fn map(orig: PyRef> where F: FnOnce(&T) -> &U, { unsafe...

LTRS maintainer here. Do you know if Null-ls has a way to take care of starting and stopping the server it uses? I am currently working on an integration with...

Thank you @jose-elias-alvarez ! This will definitely not constraint the design :-) Are those possible hooks directly included into null-ls, or to be set up separately?

Any update on this @jose-elias-alvarez ?

Hello ! I managed to fix this issue on Windows. On Linux, the quality never downgraded with `--fullscreen` flag. Maybe I can propose a PR?

@AnonymoZ I already have a fix that also work on Windows, I am planning to have it pushed by the next three weeks. Due to the seemingly inactivity of this...

Shouldn’t panics in doc comments be in their own section, i.e., ```rust /// Some docs /// /// # Panics /// some words about panicking fn myfn(){} ``` ?

Hello @maciejhirsz , do you plan to release such a feature in the near future ? Thanks :)