Michał Gawron

Results 2 issues of Michał Gawron

Less code: .abc { background: url('data:image/png;base64,w8P+ivf') repeat-x scroll 0 0; } compiles to: .abc { background: url('data:image/png;base64,w8P ivf') repeat-x scroll 0 0; } which breaks MIME encoding. Adding '' or...

In Sockets/Properties perhaps the `*_age()` methods should not use the timestamp of the set() call, but some timestamp provided from outside, eg. some souce data sampling timestamp. That would be...