-
In launchdarkly app we have a custom rule where a rule can be an int (an id) or a string (a role).
In java it's impossible through the LDUser.Builder to add a List of objects, it only allows a list…
-
Looks like currently the states are boolean, either on or off. How would you do one that did A, B or C ? A multi choice field like waffle feature.
Currently doing it with booleans leads to state ex…
-
I noticed multiple packages (splitio & LaunchDarkly) are converting incoming flags from their original form to be camel cased instead.
As a developer building out features using LaunchDarkly it see…
-
https://github.com/launchdarkly/ld-openapi/blob/a85c272948cc2cd2e438089d43ea1930e801cad3/spec/parameters.yaml#L129
Is this meant to be 'env'? - it appears that is what the api actually expects. w…
-
We have a shared C# library that encapsulates a good bit of business logic from a number of vendors...Cloudinary being one of them. We have been on the 1.0.x line with no issues. We are testing the …
-
Given this service interruption this morning:
![screenshot 2017-03-31 08 56 04](https://cloud.githubusercontent.com/assets/30455/24556633/4388dc52-15f2-11e7-824b-bf2af1ec9cd6.png)
It would be gr…
-
There is an issue, I guess due to the recent refactoring.
In all the adapters the configure signature is:
https://github.com/tdeekens/flopflip/blob/f857c86464c6d21528c40941d0d8451156296516/package…
-
Steps to reproduce:
1. Use Ruby 2.4.1
1. Use Rails 5.1.4
1. `rails new testapp`
1. Add gem to `Gemfile`
- These both give the same results:
- `gem 'ldclient-rb', '~> 2.2.7'`
…
-
In the launchdarkly client, all dependencies are shaded and relocated except for slf4j and gson. slf4j is not shaded (so will be required at runtime), however gson is shaded and not relocated. This wi…
-
The FeatureFlag model class has a field lastModified which stores the date/time of when the flag was last modified. It appears to be an epoch time, which means that the value is too large for an `inte…