Todd Baert

Results 252 comments of Todd Baert

Potentially blocked by https://github.com/open-feature/go-sdk/issues/389

Another small blocker [here](https://github.com/open-feature/spec/issues/270).

> Another small blocker [here](https://github.com/open-feature/spec/issues/270). I've opened https://github.com/open-feature/spec/pull/317 to address this.

This may have been fixed with some other recent changes since `0.7.0`, but I'm not sure. It's definitely a bug.

FYI to all just in case, this is done in the make-target `make update-public-schema` (including the new flagd schema @guidobrei [mentioned](https://github.com/open-feature/flagd/pull/1820#issuecomment-3489975664)) I've run it again and it's added some whitespace...

Hey @pradeepbbl . We currently have a Kotlin and Swift SDKs, but no flagd providers for them. What languages would you want supported? Would Kotlin and Swift be sufficient?

@thomaspoignant is working on a OFREP-compatible provider for Swith (flagd supports OFREP). cc @thomaspoignant

A related FYI; the React SDK can be used in React Native apps along with the OFREP web provider.

@julianocosta89 could it be that you are evaluating the same flag in quick succession, and evaluations are interleaving? The flag value can't be cached until the RPC completes, so if...