mlibbey

Results 5 issues of mlibbey

Cloudflare has made some very useful 5xx errors for troubleshooting. From wikipedia: - 520 Unknown Error: The 520 error is used as a "catch-all response for when the origin server...

HTTP
Stale

In https://tabix.io/doc/draw/Draw_Chart/#group-columns the links to echarts need updating: https://ecomfe.github.io/echarts-examples/public/editor.html?c=area-basic --> https://echarts.apache.org/examples/en/editor.html?c=area-basic https://ecomfe.github.io/echarts-doc/public/en/option.html#series-line --> https://echarts.apache.org/en/option.html#series-line as echarts is now an apache icubator project.

This query ``` SELECT number, multiply(number,2) as s,multiply(number,3) as c FROM system.numbers where number

In the s3_auth plugin for v4 signatures, there is an undocumented feature that allows for an expiration configuration. The plugin goes through considerable effort to reload a nearly expired token...

I've been trying to figure out how to use a variable when quoting is needed for instance, if the query has something like where date >= ('2022-12-01') and I set...