Ryan Hall

Results 6 comments of Ryan Hall

Does `TF_VAR_name` work since you can't use variables in providers? https://github.com/hashicorp/terraform/issues/11578

yes I read the docs and was the original reason I was attempting to install the exception handler inside a gRPC interceptor. Maybe I should take a step back to...

does #1075 really close this? it just added mappers to turn exceptions into misk action responses. I think ideally the `misk-hibernate` apis expose an explicit set of `Exceptions` that can...

> @ryanhall07 you want to wrap the hibernate exceptions in one more layer? well it's not really wrapping them in another layer, it's hiding them behind a well defined `Transacter`...

> Additionally we should merge misk-inject into misk-core what is the benefit of doing this? just less modules and there isn't a high probability you just want our guice code?...

we should also break up the `misk-aws` module. e.g the sqs job queue impl should not be in there just because it uses sqs. `misk-aws` should really just contain the...