Mark Dodwell

Results 12 issues of Mark Dodwell

Looks like you are using a 1-tailed test to calculate the probability. Is that correct? I see both ways used in different A/B testing tools (Optimzely use a 1-tailed test,...

This API covers CSS transitions + animations vs. transitions only and avoids the parsing shenanigans and setTimeout. See https://developer.mozilla.org/en-US/docs/Web/API/Element/getAnimations

CloudFront also support WebSockets protocols. ### Issue Issue number, if available, prefixed with "#" ### Description What does this implement/fix? Explain your changes. ### Testing How was this change tested?...

I have monkey patched locally (see below), but would be great to have a better solution upstream. Any ideas on how to include support for this in a nicer way?...

enhancement

Howdy! Given this serializer (in a single file, verbatim): ```ruby class FooSerializer < BaseSerializer class BarSerializer < BaseSerializer attributes :id end belongs_to :bar, serializer: BarSerializer end ``` The generated TS...

bug
enhancement

Where would be the right place to instrument the 'total time spent serializing per request/controller action'?

When passing `create_additions: true` to the `Oj.default_options`, I expected that option to be applied to the JSON parsing APIs, but it seems to be ignored. ```ruby Oj.default_options = {create_additions: true}...

This may be TypeScript specific, but with the native Rails route helpers, you can call in a couple ways. For example, assume Lead=1, Team=2 and App=3: ```ruby irb(main):002:0> app.lead_path({id: 1,...

Encountered an `OAuth::Unauthorized` exception during the request phase, when passing invalid credentials. Specifically, when using the [omniauth-desk gem](https://github.com/tstachl/omniauth-desk). Here's the relevant part of the stacktrace: ![](https://www.dropbox.com/s/zgw76co8eobmihw/Screenshot%202015-07-11%2014.42.38.png?dl=1) It seems like this...

![](http://cl.ly/image/3d1G3u2F0J1y/Screen%20Shot%202012-12-14%20at%203.43.18%20PM.png) Running on several boxes, all have similar memory usage reported by top. Is this expected?