Matthieu Coudron

Results 605 comments of Matthieu Coudron

It passed for the first time now: ``` ➜ mujmap sync Retrieving metadata... (9945 possibly changed) Downloading new mail... █████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████ 11/11 Applying changes to notmuch database... (11 new, 9945 changed,...

could you give an example of configuration that requires nested attributes and even better a test with it ?

@jguhlin is your plugin public/supposed to be used by others ? I've created mine to solve a very specific usecase I had https://github.com/sxyazi/yazi/discussions/1103#discussioncomment-9593517 but I would gladly use/fork a better...

@mrcjkb what do you recommand as a fix ? I checked the last release https://luarocks.org/modules/neorg/neorg with no change @vhyrro is it a big job to support nio 1.9 ? Note...

If there were luarocks lockfiles with checksums that can be checked via nix, we could support the dependency pinning. The shortterm solution looks to me like `doJailbreak` in haskell, aka...

in staging-next, I mentioned lua fixes that helped with a neovim solution but not that it would contain a neovim fix. Because I wanted to quickly fix it in my...

if you rebase, I can try to see if this works with my patch on staging-next. I've tried with rocks.nvim and it worked so I am tempted to say yes...

shouldn't there be an alias/redirection instead of hitting: ``` error: attribute 'wrapMpv' missing at /nix/store/1jnssw33bwg5cywr9arnd4pg02pdx4l3-source/modules/programs/mpv.nix:59:5: 58| else 59| pkgs.wrapMpv pkgs.mpv-unwrapped { scripts = cfg.scripts; }; ```

thanks for the report, I need to do a new release as cmd2 has evolved a lot.

I've merged some changes in master, could you try installing/running it with poetry ? `poetry install` once in the mptcpanalyzer folder.