Jay Asbury

Results 156 comments of Jay Asbury

I'll try. I can't send what I'm importing from but I can try to create a replication sample. On Wed, Mar 2, 2022, 10:05 PM Andrew Olsen ***@***.***> wrote: >...

I'mbeen swamped lately. Trying to find time to get a minimal sample that isn't corporate data.

Now we get no attributes. ```json {"employees": [ { "firstName":"John" , "lastName":"Doe" }, { "firstName":"Anna" , "lastName":"Smith" }, { "firstName": "Peter" , "lastName": "Jones " } ]} ``` should generate...

You don't want to use control.MouseButtons. You want to use the value from event. https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.mouseeventargs?view=windowsdesktop-6.0#properties

Instead of git reflog point out you can view the reflog by changing view option. On Sat, Nov 17, 2018, 5:32 PM Gerhard Olsson wrote: > I propose to >...

No. Already discussed. On Tue, Nov 20, 2018, 8:23 AM Antonio Maiorano wrote: > While we're at it, can we add an option to also delete the local branch >...

We have prune for when the remote branch is removed and you still have a tracking branch. You can delete a tracking branch and delete from a remote. We don't...

So deal with it. On Tue, Nov 20, 2018, 8:40 AM Antonio Maiorano wrote: > I understand, but even with prune, this means I have to perform two > separate...

There are some things we did on purpose. We support newbs to advanced users. There are some things we do to help the newbs with learning git and making it...

Let me also point you to the remove obsolete branches plugin. On Tue, Nov 20, 2018, 8:43 AM Antonio Maiorano wrote: > So deal with it. > > Salty much?...