+ [2014-07-17T17:49:42Z] Nevik it would be so nice
+ [2014-07-17T17:53:59Z] Remram Yeah. Funnier than failing chemistry.
+ [2014-07-17T17:54:10Z] Remram I hate chemistry.
+ [2014-07-17T17:56:32Z] Nevik the feeling is mutual
+ [2014-07-17T18:11:08Z] Nevik fuck how i hate windows

message no. 30076

Posted by Muon in #github at 2014-07-17T02:14:41Z

did something change with GitHub pages that broke using submodules in them? https://snapapps.github.io/edgy/app/edgy.html was working a month ago and there haven't been any commits since (https://github.com/snapapps/edgy/tree/gh-pages )
+ [2014-07-18T00:19:39Z] heathsnow_ Anyone know how I can create an SSH key for a user account in Ruby? I'm looking at the github_api gem but I can't seem to find the right method call.
+ [2014-07-18T00:22:16Z] Seveas heathsnow_: `ssh-keygen`
+ [2014-07-18T00:22:38Z] Seveas (read: just call out to ssh-keygem don't try to do it from ruby)
+ [2014-07-18T00:23:10Z] heathsnow_ Seveas: Sorry, my question was poorly formatted. I'm trying to add a key I've already created with ssh-keygen to the Github.com account
+ [2014-07-18T00:24:04Z] heathsnow_ the github_api gem looks like it *might* work for that but I can't seem to find an example of how to add it.