David Verhasselt

Results 6 issues of David Verhasselt

Trying to do this: ``` ruby User.where.any_of(firm.users.admins, company.role_users) ``` With these classes (abbreviated): ``` ruby class User < ActiveRecord::Base scope :admins, -> { where(firm_role: 'admin') } end class Firm <...

Seems like this `inky-rb` suffers from a bug that `inky` suffered from too: https://github.com/zurb/inky/pull/57 It looks bad in Outlook.

The README talks of **Custom Elements** and how the names of tags can be changed with the `components` settings, but there does not actually seem to be a way to...

There's a situation in which it's possible that tokens get pushed on the available list twice, when using stale client timeouts. The `release_stale_locks` method can take quite a bit of...

According to computer science theory, a semaphore should know no ownership of the lock. This means a process other than the original process that locked the semaphore, should be able...

Todo

Update documentation and specs for the recent pull of neovintage's redis-namespace code.

Todo