gallyamow
Results
2
issues of
gallyamow
Hi. I have a trouble with losing microseconds on DateTime64(6, ...) columns if row was written over clickhouse_fdw. Example ``` CREATE TABLE signals.test ( `timestamp` DateTime64(6, 'Asia/Istanbul'), `from` String )...
Hi. Rotation applied multiply times when I'm zooming map When I inspect marker on the "Elements" tab in Chrome DevTools, I saw that `rotateZ(45deg);` added multiply times. ``` ```