Rohan Kapadia

Results 6 issues of Rohan Kapadia

**Is your feature request related to a problem? Please describe.** Cheat only searches the current directory for a `.cheat` directory. **Describe the solution you'd like** cheat should search the directory...

enhancement

This could be done by looking recursively in the tree for the `.gist` file. If the above approach works, I need it the functionality and I'm happy to work on...

I have the following hash in my controller. ```ruby @order = { :id => "somestringid", :user_id => "someotherstringid", :amount => 19.99, :metadata => [ { :type => :shipping_data, :address =>...

I have the following in my controller ```ruby @somedata = [ {:key1 => 'hello', :key2 => 'world'}, {:key1 => 'bye', :key2 => 'world'}, {:key1 => 'greetings', :key2 => 'universe'}, ]...

On the benchmarks page, having the prometheus metrics that are generated for the duration of the test would aid in comparing the benchmark performance tests to the environment that I'm...