結論: pycryptoを2.5に落とせ。
やったこと。
fab deploy とかしたらこんなことを言われた
Traceback (most recent call last):
File "/usr/bin/fab", line 9, in
結論: pycryptoを2.5に落とせ。
やったこと。
fab deploy とかしたらこんなことを言われた
Traceback (most recent call last):
File "/usr/bin/fab", line 9, in
| var Benchmark = require('benchmark'); | |
| var options = { | |
| onStart : function() { | |
| console.log('h1. ' + this.name + 'で一番速いのは?'); | |
| }, | |
| onCycle : function(event, bench) { | |
| console.log('* ' + bench.name + '\t' + bench.hz.toFixed(bench.hz < 100 ? 2 : 0)); | |
| }, | |
| onComplete : function() { |
cribbed from http://pastebin.com/xgzeAmBn
Templates to remind you of the options and formatting for the different types of objects you might want to document using YARD.