Ryan Newton

Results 113 comments of Ryan Newton

Hmm, was it perhaps referring to examples in the `Criterion.Main` module? I agree that linking just to the Hackage package is not very specific.

I don't know the code well enough to comment yet about whether this is the right track. I will say that us at IU want to be able to use...

Yes, being cognizant of working set is hard with Haskell's lazy semantics and GHC's optimizations. I don't know what would be detected here for a warning though -- what would...

I'd also like this -- @cartazio could you turn it into a PR?

Yes, exactly, I'm a co-maintainer and we're trying to catch up on outstanding issues.

Hi guys -- the build is green but how about activating a cron-job so that it runs every week? https://docs.travis-ci.com/user/cron-jobs/ With inactive projects, I worry about rot because of mutable...

Ok, I spoke too soon -- surprisingly you can't control it in `.travis.yml`, but it's only a couple clicks to set up on the web UI in Travis. I did...

Awesome, thanks. We will switch over to this as soon as we get a chance and let you know how it goes. On Fri, Aug 10, 2012 at 12:12 PM,...

Reading through the code a bit, and it looks like this json file should match the `FromJSON` instance for `ServiceAccount`. And yet we seem to be getting an error from...