Josh Roppo

Results 5 issues of Josh Roppo

@boz noticed that `Group.ValidateClosable()` might need to return GroupClosed when the state is GroupInsufficentFunds. Some thinking on downstream effects should be done to determine what behavior we need here. Original...

kind/question
phase/design

Instead of Push simply appending data points to ever expanding Go slices; this change will utilize GoVector's PushFixed function to keep the array size constant as data points are added...

This PR defines the types necessary to decode Elasticsearch `_stats` and `_search_shards` endpoints to expose cluster information about the shard allocation. This was done to introspect cluster performance which can...

Hello, TPP maintainers, thank you for the helpful Provider! After testing against an active database, it appears setting the `lifecycle: { prevent_destroy: true }` does **not** protect the Database resource...