Mark Zealey
Mark Zealey
For graphite table, switching to the following moves us from 5 bytes/row to 0.6 bytes/row for a large dataset: ``` `Path` LowCardinality(String), `Value` Float64, `Time` UInt32 Codec(DoubleDelta, LZ4), `Date` Date...
Here is a PoC of making XEP-0138 zlib compression work with the latest version of slixmpp. It's not amazing neat but it works correctly in my various tests. Failure when...
If I am interacting with `DateTime64(x) ` types I typically need to either cast a date to them via `toDateTime64()` or cast them to a DateTime. However I cannot use...
I can access `Array` types by calling them `varchar` and then parsing them with `('{' || left(right(field, -1), -1) || '}')::int[]`, perhaps in a local view. But is there some...
Not too sure what the issue is, but if i do `select * from table` it produces rows just fine, however the moment I put an `order by col` on...
Is there a way to filter the metric name list so that I can exclude metrics that have not been inserted in the past few days? I can see in...
I'm using this library with ESP8266. Because we have custom pin setup for the I2C interface we previously call `Wire.begin(...)` prior to `lcd.init()`. However because the `Wire.begin()` is then called...
- Operating System: Ubuntu 20.04 - Python Version: 3.8.2 - Sonoff model: Basic R1 433 mhz - Sonoff firmware version: no idea The TLS 1.1 flag is not working for...
Got some crash reports with null pointer at https://github.com/sgrebnov/cordova-plugin-background-download/blob/master/src/android/BackgroundDownload.java#L334 I guess that probably wants an `if( cursor != null )` prefixed