-
[Zap](https://github.com/uber-go/zap) is a popular logging library for golang which I am currently using. However, the logging interface launch darkly uses is at odds with zap and I cannot utilize the…
-
**Is this a support request?**
We are encountering an issue with LaunchDarkly feature flag evaluations in our Ruby on Rails application. The problem specifically occurs when the feature flag value is…
-
### Describe the problem as clearly as you can
Gemfiles with nested sources, like
```
source "https://rubygems.org"
source "https://my.example.private.source" do
path "." do
gem "dbi…
-
**Is your feature request related to a problem? Please describe.**
I would love to see the react-native SDK support inspectors or provide a similar event:
```js
inspectors: [
{
type:…
lolJS updated
1 month ago
-
**Describe the bug**
We use LD and LD relay for PHP apps where the recommended approach is to have LD Relay persist the data in Redis and PHP connect to Redis.
When the Redis instance is restarted…
-
**Describe the bug**
TL;DR
I start my app and am initializing LDClient with a default, anonymous context. I then update that context and set the context's key to the user's unique ID and then req…
-
**Is your feature request related to a problem? Please describe.**
I would love to see the SDK provide a way to support multiple update processor factories.
The use case for this is that we'd like…
-
**Is your feature request related to a problem? Please describe.**
We are discussing a situation where the Java SDK - when it is starting up as part of an application is unable to communicate with …
-
https://github.com/launchdarkly/python-server-sdk/blob/d152455b89cb70164d8487a1cc0b47f92017a5c4/ldclient/client.py#L471
We use default value for some flags, and this logic keep writing warnings to …
-
**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:
…