-
**Is this a support request?**
This issue tracker is maintained by LaunchDarkly SDK developers and is intended for feedback on the SDK code. If you're not sure whether the problem you are having is s…
-
**Is this a support request?**
This issue tracker is maintained by LaunchDarkly SDK developers and is intended for feedback on the SDK code. If you're not sure whether the problem you are having is s…
-
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.
-
## Overview
Initially, I intended to suggest aligning the SDK more closely with the existing React SDK's API. However, while drafting this issue, I realized there might not be enough commonality fo…
-
**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": {
…
-
We're using the `FeatureFlag` to render components based on LD flags and works sharp.
But now we need to know if we need to avoid rendering a whole tree based on flags and other conditions.
We t…
-
a variant of the issue was already logged in the .net runtime repo: ([#61737](https://github.com/dotnet/runtime/issues/61737)),
### Steps to Reproduce
1. Build a Xamarin.Forms v 5 applicatio…
-
Have the tests perform on every merge / PR creation
-
So when working to get this up and running i found a problem. All implementations are sending metrics periodically like in the nodejs app:
```
this.timer = setTimeout(() => {
this.sendMetrics()…