Kenny
Kenny
Force-pushed commit to rebase on the tip of `master`. Force push was used because this hasn't been reviewed yet.
I installed nightly, cargo-hack, and cargo-udeps to reproduce the workflow error locally. I addressed it by gating the codec path on the prost feature. If it's needed outside of that...
@rtwalker Look at the official documentation for this feature: https://docs.timescale.com/timescaledb/latest/how-to-guides/hyperfunctions/counter-aggregation/counter-aggs/#run-a-counter-aggregate-query-using-a-delta-function Pasted here for convenience: ``` SELECT measure_id, time_bucket('15 min'::interval, ts) as bucket, delta( counter_agg(ts, val) ) FROM example GROUP BY...
For my own part, I just needed a nudge to go ahead and hammer out the entire wasm32-wasip2 import set. I do not want to have unknown imports trap at...