Roman Dmytrenko
Roman Dmytrenko
I believe there is no need for any testing. websocket_endpoint.go:52 ` ---> w.Close() // could need error handling ` If we.ws.NextWriter(we.mtype) returns an error it's possible that w is nil...
@markphelps do you actually want do to this? I believe `ListFlags` probably isn't called a lot of times(web ui/import/export). Web UI should cache the list for some time, `export/import` one...
You could also try to apply `ref` param in `customFetchFn` https://github.com/flipt-io/flipt/blob/39f6def6493fb76a38b0ebb59bdfd68a0360915b/ui/src/utils/redux-rtk.ts#L9-L18
What about client Evaluation SDKs?
Are there advantages to consistently showing 'enabled' for boolean flags in UI? It will be easier to understand that some evaluation happens anyway for those flags. 
@markphelps Hard to say without good insights. I think there should not be `authentication` section. `api_key` could be in the same section as `address`. I would suggest to have `address`...
I'm concerned about the complexity of my implementation. In `oci/Store` func `Fetch` calls `getTarget` which creates new oras repo with a new auth client. As the result it requires to...
Hey @thepabloaguilar. Thank you for the report. I still need to read more AWS docs when http code 403 could be returned to finalize it. What do you think about...
Yep, I get a lot of such requests and it looks like those requests are time sensitive. I was able to fetch the key when `pub` got the delete account...
@davecheney is `streaming` API on your list too? Reference: https://docs.joinmastodon.org/methods/streaming/