Sunny
Sunny
any update on this?
Thanks for the reply. I saw this options before but I am using react-chartjs component and haven't found any configuration for showing data in the center of the donuts chart...
How to use this feature along with reactJS component. This is not listed in the readme file. Could you please lets us know how I can set dynamic text inside...
I'll attempt to improve the situation by following your recommendations and updating the version.
Our current implementation using version 5.8.0 of the launchdarkly-server-sdk has been analyzed. Below is my LD client initialisation code ``` module LaunchDarkly def self.client config = if Rails.env.test? file_source =...
In our previous code, the LD client was initialized in the initializer file, but it would only be initialized when the has_feature? method was first called. This was working as...
Any update on the above observations?
We are using puma server.
Thanks for response We are doing same things but looks like that not solved my issue in my puma.rb file I have ``` before_fork do # Close the LaunchDarkly client...
I appreciate the information you provided. I have tested the solution and it was successful.