Bilal Al-Shahwany
- Total activity 382
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 201
Activity overview
Latest activity by Bilal Al-Shahwany-
Bilal Al-Shahwany created an article,
NodeJS SDK: Dependency on old version of package url-parse
Question NodeJS SDK has a dependency on an old version of package url-parse (<1.5.9), which is flagged as vulnerable in security scans. This package is in a dependency chain of eventsource package,...
-
Bilal Al-Shahwany created an article,
Ruby SDK: Example using Split SDK with Rails and Sidekiq service
Example: Basic example to use Split Ruby SDK in Rails and Sidekiq service. Environment: Ruby 2.7.5 How to use: Example is in the repo link: https://github.com/sanzmauro/poc-test-split-io/tree/sp...
-
Bilal Al-Shahwany created an article,
NodeJS SDK: Using getTreatment() in localhost mode, does not work with then() and catch() blocks
Issue When implementing NodeJS SDK with Redis storage, the getTreatment method is a wrapper for redis fetch call which returns a promise, which works fine with then() and catch() blocks. However, t...
-
Bilal Al-Shahwany created an article,
Redux SDK: Control treatment returned when SDK is initialized
Issue Implementing the Redux SDK using isReady prop should guarantee correct treatment, however, There's a split second where 'isReady' is true and the treatment is control right after the SDK fact...
-
Bilal Al-Shahwany created an article,
Javascript SDK: localhost mode does not support Allowlist keys
Question Javascript, React, Redux, and Browser SDKs use features config parameter to set the feature flags and treatments names, however, it does not support adding Allowlist keys in the property. ...
-
Bilal Al-Shahwany created an article,
isTimeout prop is not returning true when React SDK time out.
Issue When using Split React SDK, it is recommended to check if the SDK has timed out within a specific timeout before it finish downloading the cache and signal its ready. For the example below, t...
-
Bilal Al-Shahwany created an article,
How to get Split JS SDK to work with react-ga library?
Issue The library react-ga is available for React platform, its a wrapper for Google Analytics, is there a way to get it to work with the JS SDK integration with GA? Root cause Yes, it is possibl...
-
Bilal Al-Shahwany commented,
Thanks kliu I updated the article.
-
Bilal Al-Shahwany created an article,
Javascript SDK: CORS Error in streaming call when running SDK in Service Worker
Issue When running the Javascript SDK inside Service Worker, the SDK Streaming http call to streaming.split.io is blocked by CORS browser policy as shown below: Root cause The Service Worker ac...
-
Bilal Al-Shahwany created an article,
Python Admin API Sample - Find all Feature Flags that have dependency on a given Flag name
Example: Basic Code to use Python and Split REST API to show feature flags names that have dependency on a specific feature flag in a given environment and workspace names. How to use: Class wrapp...