David le Blanc

Results 52 comments of David le Blanc

I this issue being actively looked at? Its still a problem with 0.76.0.8 (I can't run any later builds because there are too many issues) The fact it behaves differently...

@cyd01 do you have any insight into this? This issue is 9 month old now, and you haven't weighed in.

Hey, I had a little free time, and I found the bug.. ```diff diff --git 0.76_My_PuTTY/terminal.c 0.76_My_PuTTY/terminal.c index 471492e..74f359a 100644 --- 0.76_My_PuTTY/terminal.c +++ 0.76_My_PuTTY/terminal.c @@ -3042,7 +3042,11 @@ static void...

@Znuff Good for you. As has been mentioned many times, the bug can be triggered or worked around in different ways. maybe you are using it in a specific way...

See #344 - please test 0.76.0.11 release with a fix which might also work for this issue.

After doing exactly this, and hanging codi with the background node task taking 98% cpu, I found that VIM became very slow; I turned on function profiling and found the...

> Your demo repo is very helpful. I'm not sure I have set it up correctly – please see I believe you set it up correctly. Git can behave a...

>I agree detecting if a "filter" is in play, and showing an error for "stage" and "revert" commands will be the best option. Everything else works perfectly. Thinking about this,...

Hi, Thanks for that. I get the message `File uses clean/smudge filter. Stage entire file (y/n)?` However after I choose "y", I get `Patch does not apply` I tried to...

That worked. I can now apply changes in filtered files without resorting to `!git add %` :) I'll use this for a while and see if I have any issues....