r-hang

Results 43 comments of r-hang

Hey @CTrando, fx.Decorate are scoped to the deepest Fx module inside which the decorator was provided. In case 2, that's the root scope which is why the decoration works.

In the example above, fx.Populate is in the root scope not the scope of the Module where fx.Decorate is called. Moving fx.Populate into the Module where fx.Decorate is called should...

Hey @gabibguti do you have some examples of what a security policy might look like? We're interested in learning more!