John Nunemaker

Results 132 comments of John Nunemaker
trafficstars

@AlexWheeler thanks for digging in and writing up the results. Super helpful. After looking at this again a few days ago, I did realize that we redirect the root to...

I've got a branch going for this, but something doesn't feel right. https://github.com/jnunemaker/flipper/compare/custom-gates I was trying to do in memory first and avoid adapter stuff, but there really is no...

yeeeees. drag n' drop would be rad.

Maybe I haven't read everything thoroughly enough, but this is what I would do. - store order of graphs based on dashboard - show them in that order Whatever you...

Ah. Gotcha. I think ordering only is fine. It seems easier to me. On May 9, 2013, at 8:18 PM, Jason Dixon [email protected] wrote: > @jnunemaker No, that's pretty much...

Rollout isn’t overly public about it but I believe it uses the adapter pattern by only using like two of Redis methods. You can inject anything you like which means...

Kind what @jordanfbrown did but you shouldn’t need to subclass rollout. You can just define the same interface and initialize with a Redis instance. Your class could be MemoizedRedis. Then...

![screen shot 2015-01-22 at 11 42 24 am](https://cloud.githubusercontent.com/assets/235/5859892/c07cfb04-a22b-11e4-9d0a-23058de9cb5c.png)

![screen shot 2015-01-22 at 11 42 41 am](https://cloud.githubusercontent.com/assets/235/5859895/c8b602ca-a22b-11e4-94f3-7fd7e818abb0.png)

Also happens with this syntax: 1. Paste this: ``` ruby Blah.run sql, :foo => "bar", :baz => "wick" ``` 1. Expected ``` ruby Blah.run sql, :foo => "bar", :baz =>...