MikeBattaglia
NewMikeBattaglia New
Reactions
-
Re: A git/GitHub primer
I must be crazy, but the git pull request isn't working. The latest stable release branch is release/2.2, so here's what I did: git checkout release/2.2 git remote add upstream git://github.com/vanil… (View Post)1 -
Re: A git/GitHub primer
Also getting an issue with git push - it doesn't end up actually pushing the branch to the server, because (apparently) the default behavior of git push is to only push those branches that already ex… (View Post)2 -
Bugfix - Facebook user images lose aspect ratio due to incorrect API call
As you can see in my profile picture right now, Facebook avatars get distorted when you post, so everyone's face is squishy. This is because the API call currently being used to get the user image is… (View Post)2 -
Bugfix - Facebook Connect does not auto-pull email address due to incorrect API call
When a user clicks to create a new account via Facebook Connect, Vanilla tries unsuccessfully to pull the user's email from the Facebook API. Since the email pull fails, a new page emerges in which t… (View Post)7 -
Re: Bugfix - Facebook user images lose aspect ratio due to incorrect API call
I spent some time working through your Github workflow and submitted a PR here: https://github.com/vanilla/vanilla/pull/3319 Hopefully I've submitted the PR correctly! (View Post)3