Todd Baert

Results 252 comments of Todd Baert

I think it makes sense to set it to cached in this case, ya. We may want to add a STALE to the spec at some point, but until then...

Hey @kumarankit999 . I'm not sure I understand your question.

cc @beeme1mr @lukas-reining @tjosepo @thisthat @Kavindu-Dodan @luizgribeiro @thomaspoignant

After partially implementing this, I'm questioning if the `useSuspenseXxx` hooks are worth adding. My concern is that adding these might add some confusion. As it stands, you can enable suspense...

I opened https://github.com/open-feature/js-sdk/pull/940 (@tjosepo I tried to add you as a reviewer but it seems I can't; did accept your org invite?)

> > You could probably get it working without any code changes if you made the S3 bucket public, but that's likely not a great long-term solution. > > That's...

@mowies I see why you'd think that, but in the semantics of the SDK, the `REASON` field is not a REASON for an error. It's the reason that the resolution...

Worth mentioning that this is how it works in the .NET SDK as well, since [this change](https://github.com/open-feature/dotnet-sdk/pull/158#discussion_r1378120046). This is relevant because .NET features basically the same async/await semantics as TS/JS.