Laurent Humez
Laurent Humez
So I think I figured out how to implement this as a [custom aggregation function](https://docs.influxdata.com/influxdb/cloud/query-data/flux/custom-functions/custom-aggregate/#create-a-custom-average-function) ```flux import "math" circularMean = (tables= tables |> reduce( identity: { count: 0.0, sumX: 0.0,...
Came here for the issue described by @TaliaSRTR. As far as I can tell, the current [ressource implementation](https://github.com/chanzuckerberg/terraform-provider-snowflake/blob/1c5af874164d8b40e7cae54e9206ec6b46c2e75b/pkg/resources/role_grants.go) seems to ignore the value of `enable_multiple_grants`. Instead the ressource only considers...
We did use `v4.0.0.beta9` in production for over year, along with Rails5 (which it does support apparently) since around February. We're really only using the "slave" feature through, and never...
Closing because this does not seem to be an issue anymore in up to date ActiveRecord
Hey @bakermoran 👋 Since you've merged my previous PR I'm trying my luck again :) I've actually been using this ever since I mentioned it in #34, never had any...
Hey cool, thanks ! 🫶