~/

Entries from 2013-02-26 to 1 day

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 …