feature-toggles
Here are 272 public repositories matching this topic...
-
Updated
Nov 25, 2020 - Ruby
And, ideally, a configurable list of annotations denoting generated source or AST structures.
See #105 for the kind of issue this seeks to avoid, and the limitations of this fix.
-
Updated
Nov 26, 2020 - Go
As we are constantly upgrading Flagr server, the client SDKs may experience unexpected changes from the server side. The integration tests should better include these SDKs instead of just simple CURL tests.
Specifically, we want to cover
-
Updated
Apr 14, 2020 - C#
-
Updated
Nov 22, 2020 - Elixir
-
Updated
Nov 27, 2020 - JavaScript
Right now, when you archive a key, you can only see it if you manually search for it.
This can cause some key name conflict issues, or issues when trying to create a folder with the same name as an archived (bu not yet deleted key).
It would be ideal for there to be a way to see all archived keys at once, without the need to search for them in the search bar.
-
Updated
Oct 7, 2020 - TypeScript
-
Updated
Oct 25, 2019
I've created a provisioning script and a client wrapper for the Bullet Train API which throws an exception when attempting to parse the response from /api/v1/users/init/ as it seems to only return a text body of, "ADMIN USER CREATED".
Ideally, when the Accept header is set to application/json, the API could return either a 201 Created response with no body or the same message as a JSON
-
Updated
Mar 14, 2020 - Ruby
-
Updated
Nov 27, 2020 - PHP
Update documentation
Documentation is not up to date
For example, supported datastores misses PGSQL
https://maif.github.io/izanami/manual/architecture/index.html
Please documentation freshness problems in this issue
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Nov 5, 2020 - Python
-
Updated
Nov 26, 2020 - Swift
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
May 1, 2017 - Elixir
-
Updated
Jun 29, 2020 - Kotlin
-
Updated
Oct 27, 2020 - Go
-
Updated
Nov 13, 2020 - JavaScript
Pick a widely adopted standard supported by major java-IDEs (intellij, eclipse, visual studio) and define the rules for this project. This makes it easier for outsiders to contribute!
Options:
Others we should consider?
-
Updated
Feb 26, 2020 - Kotlin
-
Updated
Nov 14, 2020 - Elixir
-
Updated
Mar 23, 2020 - Python
-
Updated
Dec 9, 2018 - Java
-
Updated
Oct 10, 2020 - Java
Improve this page
Add a description, image, and links to the feature-toggles topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the feature-toggles topic, visit your repo's landing page and select "manage topics."


First of all: thanks for working on this project and making it accessible to us!
Context
We are starting the unleash server in the same process as our backend server, using
unleash.start().When we receive a SIGINT or SIGTERm, we want to shutdown cleanly so that node exits on it's own because of an empty event loop.
What we tried
Our current attempt to do this boils down t