Eric Romano

Results 17 comments of Eric Romano

I think you're right about the protected Downloads folder, it works fine if the app is in `~/`

I've seen a number of apps detect when they are running from a path other than `/Applications` or `~/Applications` and offer to move themselves into the main Applications folder. examples:...

It absolutely devalues one aspect of an account's "profile history", and that the point of manipulating the graph for laughs. It might help to know that only an authenticated user...

interesting, what's happening here is that the commit count for the day/pixel under the mushroom's eye is being _added_ to the commits generated by gitfiti. So any tile touched by...

You know what, I thought that _might_ be the case but I was swayed by stuff like https://opensource.org/licenses/MIT and didnt look much further... either way I probably did it wrong...

Can you run `git branch -a` and post the result? The script probably needs the default branch name changed from "master" to "main".

It turns out that the local git default is still "master", so the `git branch -a` output is right. Github is now using "main" as the default base branch for...

@grabtheskills it looks like your error was different, and is likely an auth problem. `[email protected]: Permission denied (publickey).` you could try deleting the target repo from github and created it...

Would you mind splitting this into two PR's? one for the pip **setup** addition and the other rebased against master? I merged a previous PR that already cleaned up PEP8...

Seems simple enough to glue that ^^ service into gitfiti via the python requests library, want to give it a shot? Though 1 request per commit might slow down the...