Matthieu Coudron

Results 605 comments of Matthieu Coudron

while doing some triage: https://github.com/nix-community/home-manager/issues/3524

I reran the setup instructions on another computing: capturing the actual warnings: ``` Warning: This version matches the current published version. If you are building a release, the publish will...

agree with @ambroisie . As a rule Home-manager shouid not override programs defaults so instead of adding another option, we should avoid setting these zsh values in absence of explicit...

this only happens when preview is enabled, else it displays fine (jj log is fine). The result of the command is `added mlxtran model` Not sure how the preview works...

I ran `jj show PROBLEMATIC_CHANGE | cat -A` and all I see are newlines: ``` $ my description$ $ ``` not sure tht's what you asked for though ^^'

I had a new occurence on a brand new commit so I decided to try it out and now I have wtih c29ca6c ``` Caught panic: invalid background parameter ""...

I reverted to 0.8.12 and funnily enough I hit the same issue ``` Caught panic: invalid background parameter "" Restoring terminal... goroutine 1 [running]: runtime/debug.Stack() runtime/debug/stack.go:26 +0x5e runtime/debug.PrintStack() runtime/debug/stack.go:18 +0x13...

what I've seen in other projects is that the '$SHELL' variable is not necessarily the running shell, notably SHELL will point at a noninteractive bash (nixpkgs provides 2 versions of...