-
**Is your feature request related to a problem? Please describe.**
I would love the ability to force myself into a specific variant of a flag on a per-request basis in order to facilitate the testing…
-
OS:
- [ ] Windows
- [ ] MacOS
- [ ] Linux
- [X] Appcenter
_Platform:_
- [ ] iOS
- [X] Android
Output of `node -v && npm -v && npm ls --prod --depth=0`
```
v10.16.0
6.9.0
capmo@0…
-
I have component as specified below. I am unable to unit test the code within the FeatureFlag tag using jest.mock . My intent is to mock true/false response similar to LaunchDarkly and be able to test…
-
A **suggestion** is
- a name
- a set of preset filters
For instance, a suggestion could be
- name: 'Latest interventional trials with Chloroquine'
- Filters:
- Study type = ['Intervention…
-
I have two microservices. One microservice is connecting with launchdarly and storing all flags in redis using redis persistance store. Example
let sdk_key = "sdk_key";
const redisOpts = {
u…
-
### Shadow Version
2.0.1
### Gradle Version
4.2.1
### Expected Behavior
Jars will be signed as I specified in build.gradle
### Actual Behavior
Jars were being signed, but after I made a c…
-
**Describe the bug**
Not really sure if this is a bug report or if I'm just missing a hint to the right direction in the docs.
I use the `withLDConsumer()` in a component of mine to get the `ldCli…
-
## The Problem
Currently, our app that relies on the LaunchDarkly service is render blocked by the actual LD Service. In other words, if the LD Service fails to connect, our app will never load.
…
-
There's a lot of benefit to using TypeScript for collaboration but also for self documenting code. Would be nice to have this project follow suit.
This issue is for setting up the scaffolding to su…
-
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…