Sung Yoon Whang
Sung Yoon Whang
Actually, the signature of `Provide` is an `interface{}`. @hbdf You could add this using a functional option then. ``` fx.Module("myModule", fx.Provide( NewTypeA, fx.Private(true), ), ) ``` where: ```go func Private(isPrivate...
cc @tchung1118 @jacoboaks
Thanks for reporting this issue. We'll look into this issue shortly. Internal Ref: GO-1661. cc @tchung1118
[v1.23.0](https://github.com/uber-go/zap/releases/tag/v1.23.0) contains this feature - closing this as done!
This is a reasonable feature request. I'll start tracking it in our backlog :) Thanks for the suggestion.
hey folks, we've internally developed a system that automatically detects and sets GOMEMLIMIT and decided to not put that code on automaxprocs. The main rationale behind that decision is because...
@FlorianLoch nope, the issue is still a valid ask and we welcome PRs!
This is a valid feature request. I believe the DOT representation wasn't rewritten when we rewrote Dig's internal graph representation when we worked on the Scope feature.
I'll leave this open for now since we need some more visual improvements. Thanks
This has been completed with https://github.com/uber-go/fx/pull/989.