Steven Yang

Results 21 issues of Steven Yang

The calling client requires the constructor takes two args ``` ruby if @report @reports[file] = @report @report = nil else @reports[file] = SimpleReport.new(start, fin) end ``` https://github.com/yangchenyun/benchmark_suite/blob/master/lib/benchmark/suite.rb#L101

I have my `index.mustache` including a partial tag `{{> form}}` and the partial is put under the same path. However, the partial doesn't load at all. There is not enough...

I am trying to use `.janus` on my ubuntu, but I found the nerdtree cannot work properly - I cannot open file from it.. The plugin works fine when I...

Hi, I am wondering how do you calculate the decay constant for a power approximation at [L278](https://github.com/slaypni/SM-15/blob/master/sm.coffee#L278)? I checked on [wiki](http://en.wikipedia.org/wiki/Exponential_decay) that only exponential function will have a decay constant,...

Given the default setup for coverage reporter. The result is correct if I only specify one browser. ![screen shot 2013-08-07 at 8 58 26 pm](https://f.cloud.github.com/assets/1043403/924169/15c76302-ff61-11e2-92b3-e738348fe82b.png) When I specify multiple browsers...

needs: investigation

Hi, Thanks for work of the converter. I encountered some issues to convert *.ld2 dictionary. Most of the attempts stopped at around 8000 bytes. I also tried the encoding options,...

Use the provider's native firewall to secure the VM Edit needed: - Could tighten the outbound_rule if needed. (i.e. is `udp` needed?)

Refactored the test by extracting the following two methods: ``` func testRouteToBackend(t *testing.T, front net.Listener, back net.Listener, msg string) func testNotRouteToBackend(t *testing.T, front net.Listener, back net.Listener, msg string) --- This...

- Use a map instead of slice to hold routes for each configuration - Issue a serial number for the route added in order to remove them later - Ensure...

Define a key with one char in another prefix key is not allowed. But the expected behavior will be p binds to one and ps binds to another cmd. `...