Mark Phelps

Results 90 comments of Mark Phelps

``` go list -m all | grep x/oauth2 golang.org/x/oauth2 v0.15.0 ``` which is the latest version: https://pkg.go.dev/golang.org/x/oauth2 which should contain the code/perform as described above https://cs.opensource.google/go/x/oauth2/+/refs/tags/v0.15.0:internal/token.go;l=212 Gonna ask the OP...

> What about client Evaluation SDKs? Goood question @erka ! We would likely need to capture evaluation metrics client-side in the new SDKs and then batch send them somewhere on...

I came up with a potential mockup screenshot of changes that could be made to the Flag Details page if we had this information ![Untitled](https://github.com/flipt-io/flipt/assets/209477/85714cf8-d38b-4036-8629-bc5950864998)

We plan to move segments to use Redux, much like @GeorgeMac did in #2301. I think doing that for segments and rules/rollouts might make fixing this much easier, as we...

@ericvdberge sorry for the long delay in response time. Until we have a better solution, I was wondering if you would be able to leverage our webhook functionality for invalidating...

hey @WDaan , sorry for the silence on this issue. def understand the reasoning for wanting to be able to filter out properties of the audit log qq: where would...

FYI @WDaan , I have a WIP PR for adding the `sub`: https://github.com/flipt-io/flipt/pull/2299 still need to figure out the best syntax for configuring filtering however.. lmk if you have any...

Would like to open this up for feedback on how users would like this to function. Would it be on a per flag bases where each flag you can configure...

Copying from a user request to our Slack to spark some more conversation: > So the key in such feature IMO is that without doing anything, when the time arrives,...

Yes great suggestion @Jamess-Lucass !! Couple things to add: - SSE / streaming could be very beneficial for users who just care if a flag is `enabled` or not and...