Matthieu Coudron

Results 605 comments of Matthieu Coudron

yes please, I wanted to try it with ghc 8.5 but then I get all these warnings: ``` Setup: Encountered missing dependencies: Cabal >=1.16 && =4.6 && =1.0 && =0.6...

if you wait ~30mn, does it work ? I have a similar issue https://github.com/NixOS/nixops/issues/1199 so it might not be virtualbox specific.

Seems like I missed your answer. It worked great but if anyone has a hint on the root cause, it would be nice to fix. I've started to stack up...

[temporary hijack since it seems related] Is it possible that nixops affect nixos-rebuild in some way ? like retaining references to some package that make this package reused by the...

I've experienced several crashes with nixFlakes https://github.com/NixOS/nix/issues/3377 and it seems this is the root cause since: `nix-env -qaP --out-path --xml --arg config '{}' --file '' zsh: segmentation fault (core dumped)...

I never paid attention to this as I am always on a SSD (seriously get one, it wil change your life :D). We might have to ask on stevedore's tracker....

the pickle thing kinda defeats the plug and play behavior. I think it's best if you ask on stevedore, if only because the problem is more visible on your host...

seems like a known problem: - https://github.com/pypa/setuptools/issues/510 - https://news.ycombinator.com/item?id=14873852 Apparently there is little one can do (one packages loads pkg_resoruces in background), some plugins switch over to import-metadata but it's...

I am wary of the `--batch` flag because it s not obvious how to support it in the different commands with good composibility. This and the fact that papis contributor...