Matt Huggins

Results 111 comments of Matt Huggins

@munsonbh @JoeDawson someone submitted PR #12 for easing controls, in case you're interested in using the fork or might be able to help provide some insight into the questions I...

Ahh, yeah, it was changed from the `html` function to the `text` function in [this pull request](https://github.com/mhuggins/jquery-countTo/pull/14). I suppose for handling both use cases, it would make sense to allow...

This would also presumably fail for non-legacy databases using the new Rails 4 Postgres UUID PK.

Does sidekiq appear before recommendable in your Gemfile? It should.

@davidcelis - The reason this happens is that when your gem is included (via `gem 'recommendable'`), your gem checks for the existence of other modules/classes defined by DelayedJob, Sidekiq, etc....

I ran into this with `onBlur` as well. This works if you point to an unchanging function reference (i.e.: class-based components with bound function handlers), but does not work with...

There may be a solution that involves `useRef` for the callback function, but I didn't pursue it too deeply since switching to a class based component resolved it for me.

Thanks for the report! I've got a WIP code change that should help to address this.