Google Code Exporter

Results 21406 comments of Google Code Exporter

``` It was updated in 2010 - see https://github.com/acdha/pymacadmin As far as I know, it's still actively used in several places but there hasn't been a major new feature in...

``` > It was updated in 2010 - see https://github.com/acdha/pymacadmin When did that become the official repository? ``` Original comment by `[email protected]` on 11 Jan 2012 at 1:51

``` [deleted comment] ```

``` Try: KeepAlive Label com.googlecode.pymacadmin.crankd ProgramArguments /usr/local/bin/crankd.py --config=/Library/Preferences/com.googlecode.pymacadmin.crankd.plist RunAtLoad ``` Original comment by `[email protected]` on 11 Jan 2012 at 1:12

``` I applied this in https://code.google.com/p/pymacadmin/source/detail?r=385d0bf92de674b2bb976c477af e481a148771d8 ``` Original comment by `[email protected]` on 21 Jan 2014 at 11:06

``` I'm no python expert, but I inserted a line as follows and it works. $ diff -Naur crankd.py.orig crankd.py --- crankd.py.orig 2012-01-11 21:01:38.000000000 +0800 +++ crankd.py 2012-01-11 20:30:16.000000000 +0800...

``` in that case I think the right fix is to replace `if 'user_info' in kwargs` with `if kwargs.get('user_info')`. ``` Original comment by `[email protected]` on 11 Jan 2012 at 1:13

``` I went with something similar to handle the case where user_info is present but None: https://github.com/acdha/pymacadmin/commit/533b6c4c4379f0632e2fdebfbe115f9880cb4 cab ``` Original comment by `[email protected]` on 11 Jan 2012 at 1:42

``` edit: remove the line containing "del RELAUNCH_IDS[event]" otherwise the appdidlaunch event will be lost ``` Original comment by `[email protected]` on 10 Dec 2009 at 9:52

``` I applied the changes in the original attachment to my GitHub fork[1] of this project. The PATCH is attached (and I'd like to rap the author's knuckles with a...