Borek Lupoměský
Borek Lupoměský
Well, I have run into an issue where the entire content disappears under certain conditions. To see this happen in the codepen demo, do the following: - go to [this](http://codepen.io/cenozoic/pen/jAZWpv)...
When the mosaic does not overflow the viewport in the y axis, the initial state of the mosaic leaves a gap on the right side (see [this](https://voyager.lupomesky.cz/jquery-mosaic/problem-1.png) image and [this](https://voyager.lupomesky.cz/dev/test/jqmosaic-test-1.html)...
``` ~$ cat t.pl use Time::Moment; use v5.10; my $before = Time::Moment->from_string('20121231T235959Z'); my $after = Time::Moment->from_string('20130101T000000Z'); say 'Years: ', $before->delta_years($after); say 'Months: ', $before->delta_months($after); say 'Days: ', $before->delta_days($after); say 'Hours:...
Concerning these two characters: `U+010F LATIN SMALL LETTER D WITH CARON` `U+0165 LATIN SMALL LETTER T WITH CARON` They look very ugly. As they are now in League Gothic, they...