Daniel M.

Results 5 issues of Daniel M.

Might be something along the lines of this blog post: http://blog.idempotent.ca/2016/12/19/couchdb-indexing-benchmark/ @excieve also mentions working on some benchmarking in https://github.com/dmunch/couch-chakra/issues/2#issuecomment-284225387

See comment for details: https://github.com/dmunch/couch-chakra/issues/2#issuecomment-284231111

See comment for details: https://github.com/dmunch/couch-chakra/issues/2#issuecomment-284228758

Hi, first, thanks a lot for sops - a great tool which accommodates many of our needs in regards to secret management! For our specific use-case, we needed to publish...

enhancement

### Configuration ```hcl resource "databricks_permissions" "per_user_cluster_usage" { for_each = toset(local.user_specific_clusters) cluster_id = databricks_cluster.per_user[each.key].id access_control { user_name = each.key permission_level = "CAN_RESTART" } } ``` ### Expected Behavior tf plan should...