-
**Is this a support request?**
This issue tracker is maintained by LaunchDarkly SDK developers and is intended for feedback on the code in this library. If you're not sure whether the problem you are…
-
hi, i downloaded sample and tried to run as instructed but am not able to see delete button or search box when change user to admin or internal. below call to change identity is firing but then on ev…
-
We should include example project. Just a simple project to show implementation details.
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
The sandbox will be out public-facing environment where testing and exploration can take place. Once this environment is completely set up, pressure on the existing Test env will reduce and this will …
-
**Is your feature request related to a problem? Please describe.**
Currently LaunchDarkly Relay exports a /status endpoint which returns a JSON body as follows:
```
{
"environments": {
…
-
Hello 👋🏽
**Describe the bug**
I specify a timeout for the client and then I keep getting this error
```ts
warn: [LaunchDarkly] Received I/O error (Read timeout, received no data in 300000ms, …
-
**Describe the bug**
`LdValue` stores numeric values as `double`, however the API supports `long`. `long.MaxValue` cannot be stored as a `double`.
**To reproduce**
Best reproduced by a test:
…
-
**Is your feature request related to a problem? Please describe.**
We currently do this in our code:
`launchdarkly-js-common-sdk.d.ts` :
```
declare module "launchdarkly-js-sdk-common" {
// e…
-
**Describe the bug**
When bootstrapping but the server is offline a `$valid: false` property is set:
https://github.com/launchdarkly/js-sdk-common/blob/master/src/index.js#L105
And you warn about…