Alastair Rankine

Results 18 comments of Alastair Rankine
trafficstars

> @randomphrase You use recipe listed in this PR and build the package locally: Thanks! Confirmed working locally.

Thanks, and will do. FYI have a lot of other projects to work on right now, but hopefully will get to it soon.

Hi, I finally got around to this. I decided not to implement it in the way you suggested because I didn't want to select a build directory on every build....

One outstanding issue here is the buffer-local nature of `helm-make-build-dir`. This probably should be set per project or something?

Same symptoms here. When I run slogger from a remote ssh command line I get the following... Related? ``` $ ./slogger -t 2 Initializing Slogger v2.1 (2.1.0.6)... 22:19:27 DayOne: =====[...

Pretty much: ``` Label com.brettterpstra.Slogger ProgramArguments /usr/bin/ruby /Users/alastair/Library/Slogger/slogger StartCalendarInterval Hour 23 Minute 50 ```

Just as a data point, it seems that adding the following to the launchd plist seems to fix the problem: ``` EnvironmentVariables LANG en_US.UTF-8 ```

@alanleftofthedot Glad that fix worked for you