Helps
- Has anyone seen any failing scenarios when using “contentEditable” with resize set to true, to allow for automatic resizing of textareas?
=> No.
Interestings
- Range behaviours:
>> range = 1..3 => 1..3 >> range.first => 1 >> range.last => 3 >> range.to_a => [1, 2, 3] >> exrange = 1...3 => 1....3 >> exrange.first => 1 >> exrange.last => 3 >> exrange.to_a => [1, 2]
[related] When using Date ranges to define a BETWEEN clause in MySQL, beware that the upper date limit is excluded from the results (1 day less). Unsure about the case when the Date range is exclusive (2 days less?).
Lean Startup Machine is coming up!