Thomas Poignant

Results 64 issues of Thomas Poignant

Please complete the following checklist if your PR is adding new link to the list: - [x] I've read [contributing guidelines](https://github.com/MunGell/awesome-for-beginners/blob/master/CONTRIBUTING.md) - [x] This PR does not introduce duplicates to...

# Description > The GO Feature Flag Relay Proxy retrieves your feature flag configuration file using [thomaspoignant/go-feature-flag](https://github.com/thomaspoignant/go-feature-flag) SDK and expose APIs to get your flags variations. It lets a number...

WIP

# Description This pull request allows to have more variation in your GO Feature Flag configurations. :warning: This means that we have a breaking change since last version in the...

p1
WIP

# Requirement Prior the version `1.x.x` go feature flag is mostly used as a golang library, but we have also introduce the [`relay-proxy`](https://github.com/thomaspoignant/go-feature-flag-relay-proxy) which allow to use GO Feature Flag...

p1
change

### Requirements Following the idea of @urso on this discussion #229 it could be great to add a simpler format to have an easy way to configure some flags. The...

enhancement
p3

# Requirement Since we are changing the format of your flag file we need a tool to migrate from the `v0.x.x` format to the `v1.x.x`. This tool should be built...

enhancement
p1

## Overview `go-feature-flag` exist for more than a year and we are excited to finally move to version `1.0.0` with a major change in the format of the flag format....

p1
roadmap

For now, go-feature-flag allows only to have 3 variations (`true`, `false`, `default`). While this is fine for most cases it can be a blocker if you want to have more...

p1
change
breaking change

# Requirement Considering that the new flag format is ready, we should update the docs in consequence. Both `readme.md` and `/docs` are concerned.

documentation
p1

# Requirement Today the file `variation.go` has a lot of duplicated code for each type. This could be simplified by having the usage of generics that were introduced in **go...

p1
change