Randy Morgan

Results 24 comments of Randy Morgan

Thank you for the _very_ prompt reply @jgonggrijp I came across this in a client's library that uses backbonejs. Registered listeners should receive notification when attributes change. One of the...

No worries - I share your trepidation to jump onto a *solution* - I expect the authors, contributors and maintainers of such a long standing library have already spent considerable...

You are absolutely correct. !has(a, key) properties would need to be excluded from whatever was added to _keys. There are other options as well, such as using a separate while...

@joschy Regarding the 30% undercut in autowidth, can you start by posting a copy of your code? To specify the column widths (which, by the way is what we do...

Hi @josegrad RE: the unit of measurement - from the ECMA docs: Column width measured as the number of characters of the maximum digit width of the numbers 0, 1,...

@josegrad No worries. I was simply explaining what the 'unit' is for these widths. Would you mind posting one of the strings, and any styles you are applying where autowidth...

sorry - I will try to get to this on Sunday. Again, apologies!! from a bad maintainer! On Wed, Apr 30, 2014 at 11:15 PM, Noel Peden [email protected] wrote: >...

What we need here is support for ActiveRecord > 2.3.8, not a rails version. The problem with adding in a Rails::Version comparison is that it bakes in the assumption that...

playing with https://github.com/thoughtbot/appraisal - looks like a respectable way to handle some of the different version scenarios in testing. Any objections to doing a 2.0 and dropping support for 1.8.7?...