Abel G. Perez

Results 53 comments of Abel G. Perez

Yes in windows 10. I tried both.

Gotcha. I think my case is probably not too uncommon. I often refer back to events or reminders in my calendar from way back. So probably what I'm looking for...

Thank you sir. I'll give it a go on the weekend.

Many thanks. Currently I am using [Eric Lippert's implementation](https://blogs.msdn.microsoft.com/ericlippert/2007/10/10/path-finding-using-a-in-c-3-0-part-four/) as re-coded by [Leniel Maccaferri](https://github.com/leniel/AStar). He uses the Haversine formula to estimate geographic distances. Works really well but I am looking...

Oooooo that's my work account. I created this commit with GitHub Desktop and am signed in to my personal account. Let me scope that out.

I don't get it. On GitHub Desktop I am signed in to my personal account. In the browser I'm also signed in to the same account. When I look at...

Nope I only use Desktop. Let me check one other thing.

Ok what it appears is that the commits were done when I was VPN'ed into my work network. When I am connected to the network my full user profile is...

I also checked .git/config folder and %USERPROFILE%\.gitconfig and dont see any user related info in there.

OK I installed Git and set up the global gitconfig to my user email. I then do a small commit and it seems that now it is working. Question: how...