S. Brent Faulkner
S. Brent Faulkner
not so much an issue to act on as notification of work in progress for anyone else who is interested... both Simon Jefford and I have (independently) begun to work...
when multiple verification methods are configured, the last form on the page is used - not the one specific to the type being attempted this is because forms for all...
can we consider moving the `get_host` method out of the `Object` namespace? (maybe into `Akamai::Edgegrid` ... ie. called as `Akamai::Edgegrid.get_host()`)
### Current Terraform and Cloudflare provider version latest ### Description the zone settings api supports enabling or disabling `nel` - please update the terraform provider to support it as well...
if the pool has no more available connections, it raises a timeout exception (ConnectionPool::TimeoutError which is a subclass of Timeout::Error) however the `ensure` currently catches it and masks that exception...
The graphql_client optional dependency for reqwest-create seems locked to 0.11 https://github.com/graphql-rust/graphql-client/blob/main/graphql_client/Cargo.toml#L23 What's needed to support use with 0.12? I currently have issues because of conflicting versions if I try to...