martin-walsh
martin-walsh
This issue still exists and is a blocker to any editing grants or removing any user on AWS RDS/Aurora databases. The root of the issue is `REVOKE ALL` is not...
Potential fix: https://github.com/terraform-providers/terraform-provider-mysql/pull/73
Adding a +1
https://github.com/databricks/terraform-provider-databricks/pull/3024 addresses `databricks_grant` feature request. The backing API is quite nice as it allows PATCH updates for changes only. `databricks_permission` is not so easy as the backing API is a...
> @martin-walsh there is PATCH support for permissions as well: https://docs.databricks.com/api/workspace/tokenmanagement/updatepermissions Oh nice, and that won't overwrite all the existing permissions for the token ?
Hi @jamesdbloom, Firstly, mockserver is a great tool! We use it heavily, particularly the dockerised version as it is so much faster. We hit issues recently though as we are...
+1 Auth header would be great
Also affected by this bug when company name contains apostrophe character, which pretty common. ## Version Info intercom-java: 2.8.0
Some more info on this bug. Only responses contain the bad `&` and `'` escapes. Requests to User API for user & Company API for company do not result in...
Issue appears to not be part of the Java SDK as responses using curl also contain escaped chars, but the UI does not