Roman Dmytrenko

Results 71 comments of Roman Dmytrenko

@devumesh There’s no need to worry about the `protected` field for now. Flipt has authorization in place to manage the protection effectively.

> @erka I think what @devumesh is saying is that after dropping the default namespace if the `--drop` flag is used, that once its created again (on import) that it...

> This API concern had breaking changes but could be considered for a v2. [#259](https://github.com/open-feature/go-sdk/issues/259) @dmathieu if you don't want to handle errors there is [client.Boolean](https://pkg.go.dev/github.com/open-feature/[email protected]/openfeature#Client.Boolean).

hey @sdavids. Is this still issue? does Buf schema registry solve it?

@sahidvelji could you please update this PR so we could merge it.

Hey @DerkSchooltink Thank you for raising this up. I believe this was discussed few times with Open Feature team and they recommended to use http headers for such information. So...

It depends on your use case. But let's say there is some configuration management which provides the ofrep url and extra headers for the app service(like environment variables, .env file...

To be honest, I don’t see how these two headers create any vendor lock-in. These headers are Flipt-specific and not part of the OFREP spec. Other OFREP servers don’t have...

One thing I missed is that there is a `/user/emails` [endpoint](https://docs.github.com/en/rest/users/emails?apiVersion=2022-11-28), and if the user:email scope is provided, we can query it to retrieve all email addresses. If the user...