~/

Entries from 2013-02-01 to 1 month

cheat sheet to send pull request quickly

$ git clone [url] $ git co -b feature $ hub fork $ pr # function for zsh function pr { git push -u $GITHUB_USER `git rev-parse --abbrev-ref HEAD` url=`hub pull-request` open $url } confirm if current repo is already forked. $ git remote ba…

bundle update で無限ループに入る時のメモ

dependency API が解決できずに無限ループに入ってしまうことがある https://github.com/carlhuda/bundler/issues/1450 $ DEBUG_RESOLVER=1 bundle update --verbose |& tee bundle.log こんな感じで実行して無限ループに入ることを確認できる。 で、Gemfile…

Extensions API: windows.create() "focused" option はうまく動かない

chrome extention こういうのあって不毛感ある https://code.google.com/p/chromium/issues/detail?id=88841

github+travis 便利

https://github.com/lostisland/faraday/commit/ac1b537f49bf110e87fe50679d80764367fb2d13 README.md に Travis のバッチ貼って誰が気にするの?視覚的にも汚いし、オフラインで README 読むときに意味ないよね? Being a developer, I prefer not to rely …

znc password 変更する

znc --makepass で generate して、config に上書き znc の server の後ろのパスワードも変更 (Server = hogehoge.co.jp +6668 foobar) irc client のパスワードも変更 znc 再起動