Matthieu Coudron

Results 605 comments of Matthieu Coudron

I am running trayscale 0.14.1 and my server has taildrop disabled. I still see a lot of these errors. I dont know if these should be considered errors if the...

while I like the idea of the project I find that it generates obscure error messages and it's hard to track down where it goes wrong: for instance ``` unionOfDisjoint:...

agreed that would be a nice fix. Patches welcome. I hope it won't break plugins too much.

I think the default should be non-destructive: that's the least surprising and less troublesome (if people use sync and get their repo removed, you can be sure they wont ever...

I've listed some others too here https://github.com/nosarthur/gita/issues/265

same crash happens with master 5886bc5996537fbf00d1fcfbb29595b8ccc9743e. I wanted to investigate deeper and followed the hacking section https://nixos.org/nix/manual/#chap-hacking yet: nix-shell yet `make installcheck` misses libsodium ``` running test tests/pure-eval.sh... [FAIL] +...

Here is a full backtrace, I hope that's helpful. ``` #0 0x00000000004361c8 in boost::io::basic_altstringbuf::overflow(int) () #1 0x00007ffff68850f9 in std::basic_streambuf::xsputn(char const*, long) () from /nix/store/qh3pn6d1a6m31kb385pzi7vagwcbwayq-gcc-7.3.0-lib/lib/libstdc++.so.6 #2 0x00007ffff6875824 in std::basic_ostream& std::__ostream_insert(std::basic_ostream&, char...

when I noticed trace was involved, I disabled the call in ``` python3Env = let pluginPython3Packages = getDeps "python3Dependencies" (requiredPlugins config); in python3Packages.python.withPackages (ps: [ ps.pynvim ] ++ (config.extraPython3Packages ps)...

it happened again also because of a `lib.debug.traceVal`. I've tried nix master with a similar backtrace :'(

same as @bobvanderlinden . I do a `dotenv_if_exists .env.local` in my .envrc. One of the passwords contains `POSTGRESQL_URI=postgresql://teto:'d$7Nxrestofpassword`` and it gets loaded as `POSTGRESQL_URI=postgresql://teto:'dNxrestofpassword`. I am relatively new to `dotenv`...