Tamara Temple

Results 14 comments of Tamara Temple

+1 for `last weekday of month`. Currently doing this: ``` ruby d = ((x = Chronic::parse("fifth Monday in May")).nil?) ? (Chronic::parse("fourth Monday in May)) : x ```

This makes God just a bit harder to find. Seek and you shall find, sure, but c'mon. :smiley_cat:

This is so cool! I've been pointing C9 at students from our monthly Rails beginners meetup, who don't have a lot of installation and development experience, or who have loaners,...

Installing latest `nodegit` before installing `git-tutor` seems to make this work, without resorting to blowing up `brew` first ``` $ npm install -g nodegit@latest > [email protected] install /usr/local/lib/node_modules/nodegit > node...

@R1ZZU Yes, initially I had an error trying to install the script; it couldn't find the version specified in the `package.json` file. I ran the above and it did install....

`@latest`, which works out to 0.22.2

I'm more in favor of this approach as well.

Please merge and release this! 👍

update: If I run `emacs -Q`, and load up `s` and then `weechat` it seems to work just fine. So there must be some conflict with everything else I'm loading...

I have my CNAME file in the source/ directory, and it migrates just fine through public to deploy. I don't see why this is necessary.