Matthieu Coudron

Results 221 issues of Matthieu Coudron

- **add flake** - **Load config-file from an alternate path** Attempt at addressing https://github.com/fourmolu/fourmolu/issues/396

I would like to embed the configuration file with ormolu so that the same config can be used in various projects. we provide fourmolu via nix and one of the...

hi, I contribute regularly to nix+neovim issues and while I dont use nixvim (I prefer a more laid back approach)m I have a few changes in mind I would like...

I have an issue when studying japanese, kanjis appear way too small in terminal, to the point it's almost unreadable. One solution is to zoom but then romaji (ie., roman...

hi, this program seems to be exactly what I was looking for aka SRS in terminal, (modulo a few missing features) but I wonder if there was any other program...

hi, I am planning to create/generate my own cards (generate because I want to fetch dynamically the translation of a word). I want to versionize via git the deck. Now...

thank you for this awesome plugin, I love it. My issue is that when going through rebase my cursor stays stuck while git generates/processes the diff for commits I am...

Hedis doesn't seem to interpret the redis uri like redis-cli does expected by redis-cli -u since [informatikr/hedis](https://github.com/informatikr/hedis) doesn't interpret it the same way as redis-cli (hedis will parse password as...

**Description** Right now I have to use --debug to find out: - if I am using GPU - the speed of the inference These 2 information are something I am...

I've tried adding peerix to my current config: ``` jedha = nixpkgs.lib.nixosSystem { inherit system; pkgs = nixpkgsFinal; modules = [ self.inputs.sops-nix.nixosModules.sops self.inputs.peerix.nixosModules.peerix ]; } ``` but I get: ```...