Ruslan Coroliov
Results
12
issues of
Ruslan Coroliov
1. It is really useful to change height for specific window 2. For some apps i want a specific weight/height . For example in Tail layout Adium looks really ugly,...
enhancement
If you use phony_rails gem, you can use something like this: ```ruby class Model validates :phone, phony_plausible: true, format: { with: /\A\+\d+/, message: 'should start with +' } phony_normalize :phone...