gmhawash

Results 7 issues of gmhawash

Wrapped _historyTableAdd call inside a window.requestAnimationFrame() to avoid Forced Reflow requestAnimationFrame is used to schedule this between animation frame painting to avoid "Forced reflow while executing JavaScript" violation which is...

This has bit me a few times as we're switching schemas. All the methods in the queue.rb file are relying on `QC.table_name` except for the `#lock` method. The `#lock` method...

1. I am a bit confused about how the `queue#lock` function works since the switch to the `FOR NO KEY UPDATE SKIP LOCKED`. When I look at the PostgreSQL manuals,...

I am unable to get this to work in Rails 4? Is it supported?

This branch allows for automatically resetting the second_factor_attmpts_count after a configurable timeout period set on `lockout_reset_timeout`.

This commit allows max_audits value to be set dynamically (e.g., based on the level of subscription a user has). It accepts a symbol or proc which are evaluated dynamically.

Our use case allows for models to be namespaced as we're taking advantage of Rails Multi-Database access. As a result, each database models are namespaced; e.g., `DB1::Tenant`. We also want...